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.

ZoneStatus

Enums
UP
DOWN

Methods

get

Returns the specified Zone resource.

list

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