REST Resource: zones

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 (ZoneStatus),
  "deprecated": {
    object (DeprecationStatus)
  },
  "region": string,
  "selfLink": string,
  "availableCpuPlatforms": [
    string
  ],
  "supportsPzs": boolean
}
Fields
kind

string

Output only. Type of the resource. Always

compute#zone

for zones.

id

string (uint64 format)

Output only. The unique identifier for the resource. This identifier is defined by the server.

creationTimestamp

string

Output only. Creation timestamp in RFC3339 text format.

name

string

Output only. Name of the resource.

description

string

Output only. Textual description of the resource.

status

enum (ZoneStatus)

Output only. Status of the zone, either

UP

or

DOWN

.

deprecated

object (DeprecationStatus)

Output only. The deprecation status associated with this zone.

region

string

Output only. Full URL reference to the region which hosts the zone.

availableCpuPlatforms[]

string

Output only. Available cpu/platform selections for the zone.

supportsPzs

boolean

Output only. Reserved for future use.

Available from all

ZoneStatus

Enums
UP
DOWN

Methods

get

Returns the specified Zone resource.

list

Retrieves the list of Zone resources available to the specified project.