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 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.com.azure.core.management.SystemData
Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.void
validate()
Validates the instance.Get the vmDetails property: The list of virtual machines.withLocation
(String location) Methods inherited from class com.azure.core.management.Resource
location, tags
Methods inherited from class com.azure.core.management.ProxyResource
id, name, type
-
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
- Overrides:
withLocation
in classcom.azure.core.management.Resource
-
withTags
- Overrides:
withTags
in classcom.azure.core.management.Resource
-
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.
-