Represents a Zone resource. See the Regions & Zones documentation for more information.
For a list of methods for this resource, see the end of this page.
Resource representations
A Zone resource.
{
"kind": "compute#zone",
"id": unsigned long,
"creationTimestamp": string,
"name": string,
"description": string,
"status": string,
"deprecated": {
"state": string,
"replacement": string,
"deprecated": string,
"obsolete": string,
"deleted": string
},
"region": string,
"selfLink": string
}
| Property name | Value | Description | Notes |
|---|---|---|---|
creationTimestamp |
string |
[Output Only] Creation timestamp in RFC3339 text format. | |
deprecated |
nested object |
[Output Only] The deprecation status associated with this zone. | |
deprecated.deleted |
string |
An optional RFC3339 timestamp on or after which the state of this resource is intended to change to DELETED. This is only informational and the status will not change unless the client explicitly changes it. |
|
deprecated.deprecated |
string |
An optional RFC3339 timestamp on or after which the state of this resource is intended to change to DEPRECATED. This is only informational and the status will not change unless the client explicitly changes it. |
|
deprecated.obsolete |
string |
An optional RFC3339 timestamp on or after which the state of this resource is intended to change to OBSOLETE. This is only informational and the status will not change unless the client explicitly changes it. |
|
deprecated.replacement |
string |
The URL of the suggested replacement for a deprecated resource. The suggested replacement resource must be the same kind of resource as the deprecated resource. | |
deprecated.state |
string |
The deprecation state of this resource. This can be DEPRECATED, OBSOLETE, or DELETED. Operations which create a new resource using a DEPRECATED resource will return successfully, but with a warning indicating the deprecated resource and recommending its replacement. Operations which use OBSOLETE or DELETED resources will be rejected and result in an error. |
|
description |
string |
[Output Only] Textual description of the resource. | |
id |
unsigned long |
[Output Only] The unique identifier for the resource. This identifier is defined by the server. | |
kind |
string |
[Output Only] Type of the resource. Always compute#zone for zones. |
|
name |
string |
[Output Only] Name of the resource. | |
region |
string |
[Output Only] Full URL reference to the region which hosts the zone. | |
selfLink |
string |
[Output Only] Server-defined URL for the resource. | |
status |
string |
[Output Only] Status of the zone, either UP or DOWN. |
Methods
The following are valid methods for Zone resources: