Class EnqueueReplicationServerProperties

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

public final class EnqueueReplicationServerProperties extends Object
Defines the SAP ERS Server properties.
  • Constructor Details

    • EnqueueReplicationServerProperties

      public EnqueueReplicationServerProperties()
  • Method Details

    • ersVersion

      public EnqueueReplicationServerType ersVersion()
      Get the ersVersion property: Defines the type of Enqueue Replication Server.
      Returns:
      the ersVersion value.
    • instanceNo

      public String instanceNo()
      Get the instanceNo property: The ERS server instance id.
      Returns:
      the instanceNo value.
    • hostname

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

      public String kernelVersion()
      Get the kernelVersion property: The ERS server SAP kernel version.
      Returns:
      the kernelVersion value.
    • kernelPatch

      public String kernelPatch()
      Get the kernelPatch property: The ERS server SAP kernel patch.
      Returns:
      the kernelPatch value.
    • ipAddress

      public String ipAddress()
      Get the ipAddress property: The ERS server SAP 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.