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()
      Creates an instance of EnqueueServerProperties class.
  • Method Details

    • hostname

      public String hostname()
      Get the hostname property: Enqueue Server SAP Hostname.
      Returns:
      the hostname value.
    • ipAddress

      public String ipAddress()
      Get the ipAddress property: Enqueue Server SAP IP Address.
      Returns:
      the ipAddress value.
    • port

      public Long port()
      Get the port property: Enqueue Server Port.
      Returns:
      the port value.
    • health

      public SapHealthState health()
      Get the health property: Defines the health of SAP Instances.
      Returns:
      the health value.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.