SapApplicationServerProperties Class
- java.
lang. Object - com.
azure. resourcemanager. workloadssapvirtualinstance. models. SapApplicationServerProperties
- com.
public final class SapApplicationServerProperties
Defines the SAP Application Server instance properties.
Constructor Summary
| Constructor | Description |
|---|---|
| SapApplicationServerProperties() |
Creates an instance of Sap |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
dispatcherStatus()
Get the dispatcher |
|
Sap |
errors()
Get the errors property: Defines the Application Instance errors. |
| Long |
gatewayPort()
Get the gateway |
|
Sap |
health()
Get the health property: Defines the health of SAP Instances. |
| String |
hostname()
Get the hostname property: Application server instance SAP hostname. |
| Long |
icmHttpPort()
Get the icm |
| Long |
icmHttpsPort()
Get the icm |
| String |
instanceNo()
Get the instance |
| String |
ipAddress()
Get the ip |
| String |
kernelPatch()
Get the kernel |
| String |
kernelVersion()
Get the kernel |
|
Load |
loadBalancerDetails()
Get the load |
|
Sap |
provisioningState()
Get the provisioning |
|
Sap |
status()
Get the status property: Defines the SAP Instance status. |
| String |
subnet()
Get the subnet property: Application server Subnet. |
| void |
validate()
Validates the instance. |
|
List<Application |
vmDetails()
Get the vm |
Methods inherited from java.lang.Object
Constructor Details
SapApplicationServerProperties
public SapApplicationServerProperties()
Creates an instance of SapApplicationServerProperties class.
Method Details
dispatcherStatus
public String dispatcherStatus()
Get the dispatcherStatus property: Application server instance dispatcher status.
Returns:
errors
public SapVirtualInstanceError errors()
Get the errors property: Defines the Application Instance errors.
Returns:
gatewayPort
public Long gatewayPort()
Get the gatewayPort property: Application server instance gateway Port.
Returns:
health
public SapHealthState health()
Get the health property: Defines the health of SAP Instances.
Returns:
hostname
public String hostname()
Get the hostname property: Application server instance SAP hostname.
Returns:
icmHttpPort
public Long icmHttpPort()
Get the icmHttpPort property: Application server instance ICM HTTP Port.
Returns:
icmHttpsPort
public Long icmHttpsPort()
Get the icmHttpsPort property: Application server instance ICM HTTPS Port.
Returns:
instanceNo
public String instanceNo()
Get the instanceNo property: Application server Instance Number.
Returns:
ipAddress
public String ipAddress()
Get the ipAddress property: Application server instance SAP IP Address.
Returns:
kernelPatch
public String kernelPatch()
Get the kernelPatch property: Application server instance SAP Kernel Patch level.
Returns:
kernelVersion
public String kernelVersion()
Get the kernelVersion property: Application server instance SAP Kernel Version.
Returns:
loadBalancerDetails
public LoadBalancerDetails loadBalancerDetails()
Get the loadBalancerDetails property: The Load Balancer details such as LoadBalancer ID attached to Application Server Virtual Machines.
Returns:
provisioningState
public SapVirtualInstanceProvisioningState provisioningState()
Get the provisioningState property: Defines the provisioning states.
Returns:
status
public SapVirtualInstanceStatus status()
Get the status property: Defines the SAP Instance status.
Returns:
subnet
public String subnet()
Get the subnet property: Application server Subnet.
Returns:
validate
public void validate()
Validates the instance.
vmDetails
public List<ApplicationServerVmDetails> vmDetails()
Get the vmDetails property: The list of virtual machines.
Returns: