Share via


SapApplicationServerProperties Class

  • java.lang.Object
    • com.azure.resourcemanager.workloadssapvirtualinstance.models.SapApplicationServerProperties

public final class SapApplicationServerProperties

Defines the SAP Application Server instance properties.

Constructor Summary

Constructor Description
SapApplicationServerProperties()

Creates an instance of SapApplicationServerProperties class.

Method Summary

Modifier and Type Method and Description
String dispatcherStatus()

Get the dispatcherStatus property: Application server instance dispatcher status.

SapVirtualInstanceError errors()

Get the errors property: Defines the Application Instance errors.

Long gatewayPort()

Get the gatewayPort property: Application server instance gateway Port.

SapHealthState 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 icmHttpPort property: Application server instance ICM HTTP Port.

Long icmHttpsPort()

Get the icmHttpsPort property: Application server instance ICM HTTPS Port.

String instanceNo()

Get the instanceNo property: Application server Instance Number.

String ipAddress()

Get the ipAddress property: Application server instance SAP IP Address.

String kernelPatch()

Get the kernelPatch property: Application server instance SAP Kernel Patch level.

String kernelVersion()

Get the kernelVersion property: Application server instance SAP Kernel Version.

LoadBalancerDetails loadBalancerDetails()

Get the loadBalancerDetails property: The Load Balancer details such as LoadBalancer ID attached to Application Server Virtual Machines.

SapVirtualInstanceProvisioningState provisioningState()

Get the provisioningState property: Defines the provisioning states.

SapVirtualInstanceStatus 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<ApplicationServerVmDetails> vmDetails()

Get the vmDetails property: The list of virtual machines.

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:

the dispatcherStatus value.

errors

public SapVirtualInstanceError errors()

Get the errors property: Defines the Application Instance errors.

Returns:

the errors value.

gatewayPort

public Long gatewayPort()

Get the gatewayPort property: Application server instance gateway Port.

Returns:

the gatewayPort value.

health

public SapHealthState health()

Get the health property: Defines the health of SAP Instances.

Returns:

the health value.

hostname

public String hostname()

Get the hostname property: Application server instance SAP hostname.

Returns:

the hostname value.

icmHttpPort

public Long icmHttpPort()

Get the icmHttpPort property: Application server instance ICM HTTP Port.

Returns:

the icmHttpPort value.

icmHttpsPort

public Long icmHttpsPort()

Get the icmHttpsPort property: Application server instance ICM HTTPS Port.

Returns:

the icmHttpsPort value.

instanceNo

public String instanceNo()

Get the instanceNo property: Application server Instance Number.

Returns:

the instanceNo value.

ipAddress

public String ipAddress()

Get the ipAddress property: Application server instance SAP IP Address.

Returns:

the ipAddress value.

kernelPatch

public String kernelPatch()

Get the kernelPatch property: Application server instance SAP Kernel Patch level.

Returns:

the kernelPatch value.

kernelVersion

public String kernelVersion()

Get the kernelVersion property: Application server instance SAP Kernel Version.

Returns:

the kernelVersion value.

loadBalancerDetails

public LoadBalancerDetails loadBalancerDetails()

Get the loadBalancerDetails property: The Load Balancer details such as LoadBalancer ID attached to Application Server Virtual Machines.

Returns:

the loadBalancerDetails value.

provisioningState

public SapVirtualInstanceProvisioningState provisioningState()

Get the provisioningState property: Defines the provisioning states.

Returns:

the provisioningState value.

status

public SapVirtualInstanceStatus status()

Get the status property: Defines the SAP Instance status.

Returns:

the status value.

subnet

public String subnet()

Get the subnet property: Application server Subnet.

Returns:

the subnet value.

validate

public void validate()

Validates the instance.

vmDetails

public List<ApplicationServerVmDetails> vmDetails()

Get the vmDetails property: The list of virtual machines.

Returns:

the vmDetails value.

Applies to