Class EnqueueServerProperties

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

public final class EnqueueServerProperties extends Object
Defines the SAP enqueue server properties.
  • Constructor Details

    • EnqueueServerProperties

      public EnqueueServerProperties()
  • Method Details

    • hostname

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

      public String ipAddress()
      Get the ipAddress property: The enqueue server SAP IP Address.
      Returns:
      the ipAddress value.
    • port

      public Long port()
      Get the port property: The enqueue server Port.
      Returns:
      the port 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.