Class SapDatabaseProperties
java.lang.Object
com.azure.resourcemanager.workloads.fluent.models.SapDatabaseProperties
Defines the SAP Database properties.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the databaseSid property: The database SID.Get the databaseType property: The SAP database type.errors()
Get the errors property: Defines the Database Instance errors.Get the ipAddress property: The database IP Address.Get the provisioningState property: Defines the provisioning states.status()
Get the status property: Defines the SAP Instance status.subnet()
Get the subnet property: The database subnet.void
validate()
Validates the instance.Get the vmDetails property: The list of virtual machines.
-
Constructor Details
-
SapDatabaseProperties
public SapDatabaseProperties()
-
-
Method Details
-
subnet
Get the subnet property: The database subnet.- Returns:
- the subnet value.
-
databaseSid
Get the databaseSid property: The database SID.- Returns:
- the databaseSid value.
-
databaseType
Get the databaseType property: The SAP database type.- Returns:
- the databaseType value.
-
ipAddress
Get the ipAddress property: The database IP Address.- Returns:
- the ipAddress value.
-
vmDetails
Get the vmDetails property: The list of virtual machines.- Returns:
- the vmDetails value.
-
status
Get the status property: Defines the SAP Instance status.- Returns:
- the status value.
-
provisioningState
Get the provisioningState property: Defines the provisioning states.- Returns:
- the provisioningState value.
-
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.
-