Class SapCentralServerInstanceInner
java.lang.Object
com.azure.core.management.ProxyResource
com.azure.core.management.Resource
com.azure.resourcemanager.workloads.fluent.models.SapCentralServerInstanceInner
public final class SapCentralServerInstanceInner
extends com.azure.core.management.Resource
Define the SAP Central Server Instance.
-
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.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 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.withLocation
(String location) withMessageServerProperties
(MessageServerProperties messageServerProperties) Set the messageServerProperties property: Defines the SAP message server properties.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
-
SapCentralServerInstanceInner
public SapCentralServerInstanceInner()
-
-
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 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 SapCentralServerInstanceInner withMessageServerProperties(MessageServerProperties messageServerProperties) Set the messageServerProperties property: Defines the SAP message server properties.- Parameters:
messageServerProperties
- the messageServerProperties value to set.- Returns:
- the SapCentralServerInstanceInner object itself.
-
enqueueServerProperties
Get the enqueueServerProperties property: Defines the SAP enqueue server properties.- Returns:
- the enqueueServerProperties value.
-
withEnqueueServerProperties
public SapCentralServerInstanceInner withEnqueueServerProperties(EnqueueServerProperties enqueueServerProperties) Set the enqueueServerProperties property: Defines the SAP enqueue server properties.- Parameters:
enqueueServerProperties
- the enqueueServerProperties value to set.- Returns:
- the SapCentralServerInstanceInner object itself.
-
gatewayServerProperties
Get the gatewayServerProperties property: Defines the SAP Gateway Server properties.- Returns:
- the gatewayServerProperties value.
-
withGatewayServerProperties
public SapCentralServerInstanceInner withGatewayServerProperties(GatewayServerProperties gatewayServerProperties) Set the gatewayServerProperties property: Defines the SAP Gateway Server properties.- Parameters:
gatewayServerProperties
- the gatewayServerProperties value to set.- Returns:
- the SapCentralServerInstanceInner object itself.
-
enqueueReplicationServerProperties
Get the enqueueReplicationServerProperties property: Defines the SAP ERS Server properties.- Returns:
- the enqueueReplicationServerProperties value.
-
withEnqueueReplicationServerProperties
public SapCentralServerInstanceInner withEnqueueReplicationServerProperties(EnqueueReplicationServerProperties enqueueReplicationServerProperties) Set the enqueueReplicationServerProperties property: Defines the SAP ERS Server properties.- Parameters:
enqueueReplicationServerProperties
- the enqueueReplicationServerProperties value to set.- Returns:
- the SapCentralServerInstanceInner 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.
-