REST Resource: regions

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 (RegionStatus),
  "zones": [
    string
  ],
  "quotas": [
    {
      object (Quota)
    }
  ],
  "deprecated": {
    object (DeprecationStatus)
  },
  "selfLink": string,
  "supportsPzs": boolean,
  "quotaStatusWarning": {
    "code": enum (WarningCode),
    "message": string,
    "data": [
      {
        "key": string,
        "value": string
      }
    ]
  }
}
Fields
kind

string

[Output Only] Type of the resource. Always

compute#region

for regions.

id

string (uint64 format)

[Output Only] The unique identifier for the resource. This identifier is defined by the server.

creationTimestamp

string

[Output Only] Creation timestamp in RFC3339 text format.

name

string

[Output Only] Name of the resource.

description

string

[Output Only] Textual description of the resource.

status

enum (RegionStatus)

[Output Only] Status of the region, either

UP

or

DOWN

.

zones[]

string

[Output Only] A list of zones available in this region, in the form of resource URLs.

quotas[]

object (Quota)

[Output Only] Quotas assigned to this region.

deprecated

object (DeprecationStatus)

[Output Only] The deprecation status associated with this region.

supportsPzs

boolean

[Output Only] Reserved for future use.

quotaStatusWarning

object

[Output Only] Warning of fetching the quotas field for this region. This field is populated only if fetching of the quotas field fails.

quotaStatusWarning.code

enum (WarningCode)

[Output Only] A warning code, if applicable. For example, Compute Engine returns

NO_RESULTS_ON_PAGE

if there are no results in the response.

quotaStatusWarning.message

string

[Output Only] A human-readable description of the warning code.

quotaStatusWarning.data[]

object

[Output Only] Metadata about this warning in

key: value

format. For example:

"data": [
  {
   "key": "scope",
   "value": "zones/us-east1-d"
  }
quotaStatusWarning.data[].key

string

[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

scope

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

string

[Output Only] A warning data value corresponding to the key.

RegionStatus

Region resource.

Enums
UP
DOWN

Methods

get

The method compute.v1.RegionsService.Get is not available in this (s3nsapis.fr) universe.

list

The method compute.v1.RegionsService.List is not available in this (s3nsapis.fr) universe.