Represents a Region 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 Region resource.
{ "kind": "compute#region", "selfLink": string, "id": unsigned long, "creationTimestamp": string, "name": string, "description": string, "status": string, "zones": [ string ], "quotas": [ { "metric": string, "limit": double, "usage": double } ], "deprecated": { "state": string, "replacement": string, "deprecated": string, "obsolete": string, "deleted": string } }
Property name | Value | Description | Notes |
---|---|---|---|
creationTimestamp
|
string
|
[Output Only] Creation timestamp i n RFC3339 format . | |
deprecated
|
nested object
|
[Output Only] The deprecation status associated with this region. | |
deprecated.
deleted
|
string
|
[Output Only]
An optional
RFC3339
timestamp on or after which the deprecation state of this resource will be changed to
DELETED
.
|
|
deprecated.
deprecated
|
string
|
An optional
RFC3339
timestamp on or after which the deprecation state of this resource will be changed to
DEPRECATED
.
|
|
deprecated.
obsolete
|
string
|
[Output Only]
An optional
RFC3339
timestamp on or after which the deprecation state of this resource will be changed to
OBSOLETE
.
|
|
deprecated.
replacement
|
string
|
A URL of the suggested replacement for the deprecated resource. The deprecated resource and its replacement must be resources of the same kind. | |
deprecated.
state
|
string
|
[Output Only]
The deprecation state of this zone. Google Compute Engine sets this status if a region will be deprecated soon.
Acceptable values are:
|
|
description
|
string
|
[Output Only] Textual description of the resource. | |
id
|
unsigned long
|
[Output Only] Unique identifier for the resource; defined by the server. | |
kind
|
string
|
[Output Only]
Type of the resource. Always
compute#region.
|
|
name
|
string
|
[Output Only] Name of the resource. | |
quotas[]
|
list
|
[Output Only] Quotas assigned to this region. | |
quotas[].
limit
|
double
|
[Output Only] Quota limit for this metric. | |
quotas[].
metric
|
string
|
[Output Only]
Name of the quota metric.
Acceptable values are:
|
|
quotas[].
usage
|
double
|
[Output Only] Current usage of this metric. | |
selfLink
|
string
|
[Output Only] Server defined URL for the resource. | |
status
|
string
|
[Output Only]
The status of the region, either
UP
or
DOWN
.
Acceptable values are:
|
|
zones[]
|
list
|
[Output Only] A list of zones in this region, in the form of resource URLs. |
Methods
The following are valid Region resources: