Resource: Zone
Represents a Zone resource.
A zone is a deployment area. These deployment areas are subsets of a region. For example the zone
us-east1-b
is located in the
us-east1
region. For more information, read Regions and Zones.
| JSON representation |
|---|
{ "kind": string, "id": string, "creationTimestamp": string, "name": string, "description": string, "status": enum ( |
| Fields | |
|---|---|
kind |
Output only. Type of the resource. Always
for zones. |
id |
Output only. The unique identifier for the resource. This identifier is defined by the server. |
creationTimestamp |
Output only. Creation timestamp in RFC3339 text format. |
name |
Output only. Name of the resource. |
description |
Output only. Textual description of the resource. |
status |
Output only. Status of the zone, either
or
. |
deprecated |
Output only. The deprecation status associated with this zone. |
region |
Output only. Full URL reference to the region which hosts the zone. |
selfLink |
Output only. Server-defined URL for the resource. |
availableCpuPlatforms[] |
Output only. Available cpu/platform selections for the zone. |
supportsPzs |
Output only. Reserved for future use. Available from all |
ZoneStatus
| Enums | |
|---|---|
UP |
|
DOWN |
|
Methods |
|
|---|---|
|
Returns the specified Zone resource. |
|
Retrieves the list of Zone resources available to the specified project. |