Class SapDatabaseProperties

java.lang.Object
com.azure.resourcemanager.workloads.fluent.models.SapDatabaseProperties

public final class SapDatabaseProperties extends Object
Defines the Database properties.
  • Constructor Details

    • SapDatabaseProperties

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

    • subnet

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

      public String databaseSid()
      Get the databaseSid property: Database SID name.
      Returns:
      the databaseSid value.
    • databaseType

      public String databaseType()
      Get the databaseType property: Database type, that is if the DB is HANA, DB2, Oracle, SAP ASE, Max DB or MS SQL Server.
      Returns:
      the databaseType value.
    • ipAddress

      public String ipAddress()
      Get the ipAddress property: Database IP Address.
      Returns:
      the ipAddress value.
    • loadBalancerDetails

      public LoadBalancerDetails loadBalancerDetails()
      Get the loadBalancerDetails property: The Load Balancer details such as LoadBalancer ID attached to Database Virtual Machines.
      Returns:
      the loadBalancerDetails value.
    • vmDetails

      public List<DatabaseVmDetails> vmDetails()
      Get the vmDetails property: The list of virtual machines corresponding to the Database resource.
      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 errors related to Database resource.
      Returns:
      the errors value.
    • validate

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