Class MessageServerProperties

java.lang.Object
com.azure.resourcemanager.workloads.models.MessageServerProperties

public final class MessageServerProperties extends Object
Defines the SAP message server properties.
  • Constructor Details

    • MessageServerProperties

      public MessageServerProperties()
  • Method Details

    • msPort

      public Long msPort()
      Get the msPort property: The message server port.
      Returns:
      the msPort value.
    • internalMsPort

      public Long internalMsPort()
      Get the internalMsPort property: The message server internal MS port.
      Returns:
      the internalMsPort value.
    • httpPort

      public Long httpPort()
      Get the httpPort property: The message server http port.
      Returns:
      the httpPort value.
    • httpsPort

      public Long httpsPort()
      Get the httpsPort property: The message server https port.
      Returns:
      the httpsPort value.
    • hostname

      public String hostname()
      Get the hostname property: The message server SAP host name.
      Returns:
      the hostname value.
    • ipAddress

      public String ipAddress()
      Get the ipAddress property: The message server IP Address.
      Returns:
      the ipAddress value.
    • health

      public SapHealthState 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.