Class SapDatabaseInstanceInner

java.lang.Object
com.azure.core.management.ProxyResource
com.azure.core.management.Resource
com.azure.resourcemanager.workloads.fluent.models.SapDatabaseInstanceInner

public final class SapDatabaseInstanceInner extends com.azure.core.management.Resource
Define the SAP Database Instance.
  • Constructor Details

    • SapDatabaseInstanceInner

      public SapDatabaseInstanceInner()
  • Method Details

    • systemData

      public com.azure.core.management.SystemData systemData()
      Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
      Returns:
      the systemData value.
    • withLocation

      public SapDatabaseInstanceInner withLocation(String location)
      Overrides:
      withLocation in class com.azure.core.management.Resource
    • withTags

      public SapDatabaseInstanceInner withTags(Map<String,String> tags)
      Overrides:
      withTags in class com.azure.core.management.Resource
    • subnet

      public String subnet()
      Get the subnet property: The database subnet.
      Returns:
      the subnet value.
    • databaseSid

      public String databaseSid()
      Get the databaseSid property: The database SID.
      Returns:
      the databaseSid value.
    • databaseType

      public String databaseType()
      Get the databaseType property: The SAP database type.
      Returns:
      the databaseType value.
    • ipAddress

      public String ipAddress()
      Get the ipAddress property: The database IP Address.
      Returns:
      the ipAddress value.
    • vmDetails

      public List<DatabaseVmDetails> vmDetails()
      Get the vmDetails property: The list of virtual machines.
      Returns:
      the vmDetails value.
    • status

      public SapVirtualInstanceStatus status()
      Get the status property: Defines the SAP Instance status.
      Returns:
      the status value.
    • provisioningState

      public SapVirtualInstanceProvisioningState provisioningState()
      Get the provisioningState property: Defines the provisioning states.
      Returns:
      the provisioningState value.
    • errors

      public SapVirtualInstanceError errors()
      Get the errors property: Defines the Database Instance errors.
      Returns:
      the errors value.
    • validate

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