Class MessageServerProperties
java.lang.Object
com.azure.resourcemanager.workloads.models.MessageServerProperties
Defines the SAP message 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 message server SAP host name.httpPort()
Get the httpPort property: The message server http port.Get the httpsPort property: The message server https port.Get the internalMsPort property: The message server internal MS port.Get the ipAddress property: The message server IP Address.msPort()
Get the msPort property: The message server port.void
validate()
Validates the instance.
-
Constructor Details
-
MessageServerProperties
public MessageServerProperties()
-
-
Method Details
-
msPort
Get the msPort property: The message server port.- Returns:
- the msPort value.
-
internalMsPort
Get the internalMsPort property: The message server internal MS port.- Returns:
- the internalMsPort value.
-
httpPort
Get the httpPort property: The message server http port.- Returns:
- the httpPort value.
-
httpsPort
Get the httpsPort property: The message server https port.- Returns:
- the httpsPort value.
-
hostname
Get the hostname property: The message server SAP host name.- Returns:
- the hostname value.
-
ipAddress
Get the ipAddress property: The message server 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.
-