Class EnqueueReplicationServerProperties

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

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

    • EnqueueReplicationServerProperties

      public EnqueueReplicationServerProperties()
      Creates an instance of EnqueueReplicationServerProperties class.
  • 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: ERS Instance Number.
      Returns:
      the instanceNo value.
    • hostname

      public String hostname()
      Get the hostname property: ERS SAP Hostname.
      Returns:
      the hostname value.
    • kernelVersion

      public String kernelVersion()
      Get the kernelVersion property: ERS SAP Kernel Version.
      Returns:
      the kernelVersion value.
    • kernelPatch

      public String kernelPatch()
      Get the kernelPatch property: ERS SAP Kernel Patch level.
      Returns:
      the kernelPatch value.
    • ipAddress

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