Class SapCentralServerProperties
java.lang.Object
com.azure.resourcemanager.workloads.fluent.models.SapCentralServerProperties
Defines the SAP Central Server properties.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the enqueueReplicationServerProperties property: Defines the SAP ERS Server properties.Get the enqueueServerProperties property: Defines the SAP enqueue server properties.errors()
Get the errors property: Defines the Central Instance errors.Get the gatewayServerProperties property: Defines the SAP Gateway Server properties.health()
Get the health property: Defines the SAP Instance health.Get the instanceNo property: The central server instance id.Get the kernelPatch property: The central server kernel patch.Get the kernelVersion property: The central server kernel version.Get the messageServerProperties property: Defines the SAP message server properties.Get the provisioningState property: Defines the provisioning states.status()
Get the status property: Defines the SAP Instance status.subnet()
Get the subnet property: The central server subnet.void
validate()
Validates the instance.Get the vmDetails property: The list of virtual machines.withEnqueueReplicationServerProperties
(EnqueueReplicationServerProperties enqueueReplicationServerProperties) Set the enqueueReplicationServerProperties property: Defines the SAP ERS Server properties.withEnqueueServerProperties
(EnqueueServerProperties enqueueServerProperties) Set the enqueueServerProperties property: Defines the SAP enqueue server properties.withGatewayServerProperties
(GatewayServerProperties gatewayServerProperties) Set the gatewayServerProperties property: Defines the SAP Gateway Server properties.withMessageServerProperties
(MessageServerProperties messageServerProperties) Set the messageServerProperties property: Defines the SAP message server properties.
-
Constructor Details
-
SapCentralServerProperties
public SapCentralServerProperties()
-
-
Method Details
-
instanceNo
Get the instanceNo property: The central server instance id.- Returns:
- the instanceNo value.
-
subnet
Get the subnet property: The central server subnet.- Returns:
- the subnet value.
-
messageServerProperties
Get the messageServerProperties property: Defines the SAP message server properties.- Returns:
- the messageServerProperties value.
-
withMessageServerProperties
public SapCentralServerProperties withMessageServerProperties(MessageServerProperties messageServerProperties) Set the messageServerProperties property: Defines the SAP message server properties.- Parameters:
messageServerProperties
- the messageServerProperties value to set.- Returns:
- the SapCentralServerProperties object itself.
-
enqueueServerProperties
Get the enqueueServerProperties property: Defines the SAP enqueue server properties.- Returns:
- the enqueueServerProperties value.
-
withEnqueueServerProperties
public SapCentralServerProperties withEnqueueServerProperties(EnqueueServerProperties enqueueServerProperties) Set the enqueueServerProperties property: Defines the SAP enqueue server properties.- Parameters:
enqueueServerProperties
- the enqueueServerProperties value to set.- Returns:
- the SapCentralServerProperties object itself.
-
gatewayServerProperties
Get the gatewayServerProperties property: Defines the SAP Gateway Server properties.- Returns:
- the gatewayServerProperties value.
-
withGatewayServerProperties
public SapCentralServerProperties withGatewayServerProperties(GatewayServerProperties gatewayServerProperties) Set the gatewayServerProperties property: Defines the SAP Gateway Server properties.- Parameters:
gatewayServerProperties
- the gatewayServerProperties value to set.- Returns:
- the SapCentralServerProperties object itself.
-
enqueueReplicationServerProperties
Get the enqueueReplicationServerProperties property: Defines the SAP ERS Server properties.- Returns:
- the enqueueReplicationServerProperties value.
-
withEnqueueReplicationServerProperties
public SapCentralServerProperties withEnqueueReplicationServerProperties(EnqueueReplicationServerProperties enqueueReplicationServerProperties) Set the enqueueReplicationServerProperties property: Defines the SAP ERS Server properties.- Parameters:
enqueueReplicationServerProperties
- the enqueueReplicationServerProperties value to set.- Returns:
- the SapCentralServerProperties object itself.
-
kernelVersion
Get the kernelVersion property: The central server kernel version.- Returns:
- the kernelVersion value.
-
kernelPatch
Get the kernelPatch property: The central server kernel patch.- Returns:
- the kernelPatch 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.
-
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 Central Instance errors.- Returns:
- the errors value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-