AvailabilityZoneInfo¶
Overview¶
This data type is included in the result of the next API request.
DATA TYPE¶
Contents¶
PARAMETER | DESCRIPTION | DATATYPE |
---|---|---|
zoneName | This parameter is presented as “<Zone>-<Group>”. Zone is unit which place Admin Pod and network Gateways. Group is unit which is consist of many switches. Groups is depend on a zone. You can choice a Group of 2 Groups. If you want to know more detail, please refer `this page<https://ecl.ntt.com/documents/service-descriptions/rsts/common/region_zone_group.html>`_. | String |
hosts | This attribute always null on bare metal. | Null |
zoneState | Statuses of zone. | Hash |
Examples¶
{
"availabilityZoneInfo": [
{
"zoneName": "zone1-groupa",
"hosts": null,
"zoneState": {
"available": true
}
}
]
}