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. | 
| quotaStatusWarning | 
 [Output Only] Warning of fetching the  | 
| 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. |