Class ClusterZone

java.lang.Object
com.azure.resourcemanager.avs.models.ClusterZone

public final class ClusterZone extends Object
Zone and associated hosts info.
  • Constructor Details

    • ClusterZone

      public ClusterZone()
      Creates an instance of ClusterZone class.
  • Method Details

    • hosts

      public List<String> hosts()
      Get the hosts property: List of hosts belonging to the availability zone in a cluster.
      Returns:
      the hosts value.
    • zone

      public String zone()
      Get the zone property: Availability zone identifier.
      Returns:
      the zone value.
    • validate

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