Class EnqueueReplicationServerProperties
java.lang.Object
com.azure.resourcemanager.workloads.models.EnqueueReplicationServerProperties
Defines the SAP ERS Server properties.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the ersVersion property: Defines the type of Enqueue Replication Server.health()
Get the health property: Defines the SAP Instance health.hostname()
Get the hostname property: The ERS server SAP host name.Get the instanceNo property: The ERS server instance id.Get the ipAddress property: The ERS server SAP IP Address.Get the kernelPatch property: The ERS server SAP kernel patch.Get the kernelVersion property: The ERS server SAP kernel version.void
validate()
Validates the instance.
-
Constructor Details
-
EnqueueReplicationServerProperties
public EnqueueReplicationServerProperties()
-
-
Method Details
-
ersVersion
Get the ersVersion property: Defines the type of Enqueue Replication Server.- Returns:
- the ersVersion value.
-
instanceNo
Get the instanceNo property: The ERS server instance id.- Returns:
- the instanceNo value.
-
hostname
Get the hostname property: The ERS server SAP host name.- Returns:
- the hostname value.
-
kernelVersion
Get the kernelVersion property: The ERS server SAP kernel version.- Returns:
- the kernelVersion value.
-
kernelPatch
Get the kernelPatch property: The ERS server SAP kernel patch.- Returns:
- the kernelPatch value.
-
ipAddress
Get the ipAddress property: The ERS server SAP IP Address.- Returns:
- the ipAddress value.
-
health
Get the health property: Defines the SAP Instance health.- Returns:
- the health value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-