Share via


ClusterZoneList Interface

public interface ClusterZoneList

An immutable client-side representation of ClusterZoneList.

Method Summary

Modifier and Type Method and Description
abstract ClusterZoneListInner innerModel()

Gets the inner com.azure.resourcemanager.avs.fluent.models.ClusterZoneListInner object.

abstract List<ClusterZone> zones()

Gets the zones property: Zone and associated hosts info.

Method Details

innerModel

public abstract ClusterZoneListInner innerModel()

Gets the inner com.azure.resourcemanager.avs.fluent.models.ClusterZoneListInner object.

Returns:

the inner object.

zones

public abstract List<ClusterZone> zones()

Gets the zones property: Zone and associated hosts info.

Returns:

the zones value.

Applies to