Class SapApplicationServerInstanceInner
java.lang.Object
com.azure.core.management.ProxyResource
com.azure.core.management.Resource
com.azure.resourcemanager.workloads.fluent.models.SapApplicationServerInstanceInner
public final class SapApplicationServerInstanceInner
extends com.azure.core.management.Resource
Define the SAP Application Server Instance.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionerrors()
Get the errors property: Defines the Application Instance errors.Get the gatewayPort property: The application server gateway Port.health()
Get the health property: Defines the SAP Instance health.hostname()
Get the hostname property: The application server SAP host name.Get the icmHttpPort property: The application server ICM HTTP Port.Get the icmHttpsPort property: The application server ICM HTTPS Port.Get the instanceNo property: The application server instance id.Get the ipAddress property: The application server SAP IP Address.Get the kernelPatch property: The application server SAP kernel patch.Get the kernelVersion property: The application server SAP kernel version.Get the provisioningState property: Defines the provisioning states.status()
Get the status property: Defines the SAP Instance status.subnet()
Get the subnet property: The application server 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 virtualMachineId property: The virtual machine.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
-
SapApplicationServerInstanceInner
public SapApplicationServerInstanceInner()
-
-
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
-
instanceNo
Get the instanceNo property: The application server instance id.- Returns:
- the instanceNo value.
-
subnet
Get the subnet property: The application server subnet.- Returns:
- the subnet value.
-
hostname
Get the hostname property: The application server SAP host name.- Returns:
- the hostname value.
-
kernelVersion
Get the kernelVersion property: The application server SAP kernel version.- Returns:
- the kernelVersion value.
-
kernelPatch
Get the kernelPatch property: The application server SAP kernel patch.- Returns:
- the kernelPatch value.
-
ipAddress
Get the ipAddress property: The application server SAP IP Address.- Returns:
- the ipAddress value.
-
gatewayPort
Get the gatewayPort property: The application server gateway Port.- Returns:
- the gatewayPort value.
-
icmHttpPort
Get the icmHttpPort property: The application server ICM HTTP Port.- Returns:
- the icmHttpPort value.
-
icmHttpsPort
Get the icmHttpsPort property: The application server ICM HTTPS Port.- Returns:
- the icmHttpsPort value.
-
virtualMachineId
Get the virtualMachineId property: The virtual machine.- Returns:
- the virtualMachineId value.
-
status
Get the status property: Defines the SAP Instance status.- Returns:
- the status value.
-
health
Get the health property: Defines the SAP Instance health.- Returns:
- the health value.
-
provisioningState
Get the provisioningState property: Defines the provisioning states.- Returns:
- the provisioningState value.
-
errors
Get the errors property: Defines the Application Instance errors.- Returns:
- the errors value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-