REST Resource: projects.locations.zones

Resource: Zone

A Google Edge Cloud zone.

JSON representation
{
  "name": string,
  "createTime": string,
  "updateTime": string,
  "labels": {
    string: string,
    ...
  },
  "layoutName": string
}
Fields
name

string

Required. The resource name of the zone.

createTime

string (Timestamp format)

Output only. The time when the zone was created.

Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: "2014-10-02T15:01:23Z", "2014-10-02T15:01:23.045123456Z" or "2014-10-02T15:01:23+05:30".

updateTime

string (Timestamp format)

Output only. The time when the zone was last updated.

Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: "2014-10-02T15:01:23Z", "2014-10-02T15:01:23.045123456Z" or "2014-10-02T15:01:23+05:30".

labels
(deprecated)

map (key: string, value: string)

Deprecated: not implemented. Labels as key value pairs.

An object containing a list of "key": value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.

layoutName
(deprecated)

string

Deprecated: not implemented. The deployment layout type.

Methods

get
(deprecated)

Deprecated: not implemented.

initialize

InitializeZone will initialize resources for a zone in a project.

list
(deprecated)

Deprecated: not implemented.