Resource: Region
Represents a Region resource.
A region is a geographical area where a resource is located. For more information, read Regions and Zones.
| JSON representation |
|---|
{ "kind": string, "id": string, "creationTimestamp": string, "name": string, "description": string, "status": enum ( |
| Fields | |
|---|---|
kind |
Output only. Type of the resource. Always
for regions. |
id |
Output only. The unique identifier for the resource. This identifier is defined by the server. |
creationTimestamp |
Output only. Creation timestamp in RFC3339 text format. |
name |
Output only. Name of the resource. |
description |
Output only. Textual description of the resource. |
status |
Output only. Status of the region, either
or
. |
zones[] |
Output only. A list of zones available in this region, in the form of resource URLs. |
quotas[] |
Output only. Quotas assigned to this region. |
deprecated |
Output only. The deprecation status associated with this region. |
selfLink |
Output only. Server-defined URL for the resource. |
supportsPzs |
Output only. Reserved for future use. Available from all |
quotaStatusWarning |
Output only. Warning of fetching the Available from all |
quotaStatusWarning.code |
Output only. A warning code, if applicable. For example, Compute Engine returns
if there are no results in the response. |
quotaStatusWarning.message |
Output only. A human-readable description of the warning code. |
quotaStatusWarning.data[] |
Output only. Metadata about this warning in
format. For example: "data": [
{
"key": "scope",
"value": "zones/us-east1-d"
} |
quotaStatusWarning.data[].key |
Output only. A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be
and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding). |
quotaStatusWarning.data[].value |
Output only. A warning data value corresponding to the key. |
RegionStatus
Region resource.
| Enums | |
|---|---|
UP |
|
DOWN |
|
Methods |
|
|---|---|
|
Returns the specified Region resource. |
|
Retrieves the list of region resources available to the specified project. |