Get Zones Zone
data class GetZonesZone(val id: String, val masterZoneId: String, val slaveZoneId: String, val slbSlaveZoneIds: List<String>, val supportedResources: List<GetZonesZoneSupportedResource>)
Properties
Link copied to clipboard
The primary zone.
Link copied to clipboard
The secondary zone.
Link copied to clipboard
(Deprecated from 1.157.0) A list of slb slave zone ids in which the slb master zone. It has been deprecated from v1.157.0 and use slave_zone_id
instead.
Link copied to clipboard
(Available in 1.154.0+)A list of available resource which the slb master zone supported.