Class EnqueueServerProperties
java.lang.Object
com.azure.resourcemanager.workloads.models.EnqueueServerProperties
Defines the SAP enqueue server properties.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionhealth()
Get the health property: Defines the SAP Instance health.hostname()
Get the hostname property: The enqueue server SAP host name.Get the ipAddress property: The enqueue server SAP IP Address.port()
Get the port property: The enqueue server Port.void
validate()
Validates the instance.
-
Constructor Details
-
EnqueueServerProperties
public EnqueueServerProperties()
-
-
Method Details
-
hostname
Get the hostname property: The enqueue server SAP host name.- Returns:
- the hostname value.
-
ipAddress
Get the ipAddress property: The enqueue server SAP IP Address.- Returns:
- the ipAddress value.
-
port
Get the port property: The enqueue server Port.- Returns:
- the port 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.
-