İngilizce dilinde oku

Aracılığıyla paylaş


SapApplicationServerProperties Class

  • java.lang.Object
    • com.azure.resourcemanager.workloads.fluent.models.SapApplicationServerProperties

Implements

public final class SapApplicationServerProperties
implements JsonSerializable<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
SapVirtualInstanceError errors()

Get the errors property: Defines the Application Instance errors.

static SapApplicationServerProperties fromJson(JsonReader jsonReader)

Reads an instance of SapApplicationServerProperties from the JsonReader.

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.

JsonWriter toJson(JsonWriter jsonWriter)
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

errors

public SapVirtualInstanceError errors()

Get the errors property: Defines the Application Instance errors.

Returns:

the errors value.

fromJson

public static SapApplicationServerProperties fromJson(JsonReader jsonReader)

Reads an instance of SapApplicationServerProperties from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of SapApplicationServerProperties if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the SapApplicationServerProperties.

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.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

vmDetails

public List vmDetails()

Get the vmDetails property: The list of virtual machines.

Returns:

the vmDetails value.

Applies to

Azure SDK for Java

Latest