java.lang.Object
com.azure.resourcemanager.hanaonazure.models.SapSystemId

public final class SapSystemId extends Object
Specifies information related to a SAP system ID.
  • Constructor Details

    • SapSystemId

      public SapSystemId()
      Creates an instance of SapSystemId class.
  • Method Details

    • gid

      public String gid()
      Get the gid property: Group ID of the HANA database user.
      Returns:
      the gid value.
    • withGid

      public SapSystemId withGid(String gid)
      Set the gid property: Group ID of the HANA database user.
      Parameters:
      gid - the gid value to set.
      Returns:
      the SapSystemId object itself.
    • memoryAllocation

      public String memoryAllocation()
      Get the memoryAllocation property: Percent of memory to allocate to this SID.
      Returns:
      the memoryAllocation value.
    • sid

      public String sid()
      Get the sid property: SAP system ID as database identifier.
      Returns:
      the sid value.
    • withSid

      public SapSystemId withSid(String sid)
      Set the sid property: SAP system ID as database identifier.
      Parameters:
      sid - the sid value to set.
      Returns:
      the SapSystemId object itself.
    • username

      public String username()
      Get the username property: Name of the HANA database user.
      Returns:
      the username value.
    • withUsername

      public SapSystemId withUsername(String username)
      Set the username property: Name of the HANA database user.
      Parameters:
      username - the username value to set.
      Returns:
      the SapSystemId object itself.
    • uid

      public String uid()
      Get the uid property: User ID of the HANA database user.
      Returns:
      the uid value.
    • withUid

      public SapSystemId withUid(String uid)
      Set the uid property: User ID of the HANA database user.
      Parameters:
      uid - the uid value to set.
      Returns:
      the SapSystemId object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.