GetZonesZone

data class GetZonesZone(val id: String, val masterZoneId: String, val slaveZoneId: String, val slbSlaveZoneIds: List<String>, val supportedResources: List<GetZonesZoneSupportedResource>)

Constructors

Link copied to clipboard
constructor(id: String, masterZoneId: String, slaveZoneId: String, slbSlaveZoneIds: List<String>, supportedResources: List<GetZonesZoneSupportedResource>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

ID of the zone. It is same as master_zone_id.

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.