EnqueueReplicationServerProperties Class
- java.
lang. Object - com.
azure. resourcemanager. workloadssapvirtualinstance. models. EnqueueReplicationServerProperties
- com.
Implements
public final class EnqueueReplicationServerProperties
implements JsonSerializable<EnqueueReplicationServerProperties>
Defines the SAP Enqueue Replication Server (ERS) properties.
Constructor Summary
| Constructor | Description |
|---|---|
| EnqueueReplicationServerProperties() |
Creates an instance of Enqueue |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Enqueue |
ersVersion()
Get the ers |
|
static
Enqueue |
fromJson(JsonReader jsonReader)
Reads an instance of Enqueue |
|
Sap |
health()
Get the health property: Defines the health of SAP Instances. |
| String |
hostname()
Get the hostname property: ERS SAP Hostname. |
| String |
instanceNo()
Get the instance |
| String |
ipAddress()
Get the ip |
| String |
kernelPatch()
Get the kernel |
| String |
kernelVersion()
Get the kernel |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
EnqueueReplicationServerProperties
public EnqueueReplicationServerProperties()
Creates an instance of EnqueueReplicationServerProperties class.
Method Details
ersVersion
public EnqueueReplicationServerType ersVersion()
Get the ersVersion property: Defines the type of Enqueue Replication Server.
Returns:
fromJson
public static EnqueueReplicationServerProperties fromJson(JsonReader jsonReader)
Reads an instance of EnqueueReplicationServerProperties from the JsonReader.
Parameters:
Returns:
Throws:
health
public SapHealthState health()
Get the health property: Defines the health of SAP Instances.
Returns:
hostname
public String hostname()
Get the hostname property: ERS SAP Hostname.
Returns:
instanceNo
public String instanceNo()
Get the instanceNo property: ERS Instance Number.
Returns:
ipAddress
public String ipAddress()
Get the ipAddress property: ERS SAP IP Address.
Returns:
kernelPatch
public String kernelPatch()
Get the kernelPatch property: ERS SAP Kernel Patch level.
Returns:
kernelVersion
public String kernelVersion()
Get the kernelVersion property: ERS SAP Kernel Version.
Returns:
toJson
validate
public void validate()
Validates the instance.