Class ClusterZoneListInner

java.lang.Object
com.azure.resourcemanager.avs.fluent.models.ClusterZoneListInner

public final class ClusterZoneListInner extends Object
List of all zones and associated hosts for a cluster.
  • Constructor Details

    • ClusterZoneListInner

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

    • zones

      public List<ClusterZone> zones()
      Get the zones property: Zone and associated hosts info.
      Returns:
      the zones value.
    • withZones

      public ClusterZoneListInner withZones(List<ClusterZone> zones)
      Set the zones property: Zone and associated hosts info.
      Parameters:
      zones - the zones value to set.
      Returns:
      the ClusterZoneListInner object itself.
    • validate

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