Class Region
Represents a Region resource. A region is a geographical area where a resource is located. For more information, read Regions and Zones.
Implements
Inherited Members
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class Region : IDirectResponseSchema
Properties
CreationTimestamp
[Output Only] Creation timestamp in RFC3339 text format.
Declaration
[JsonProperty("creationTimestamp")]
public virtual string CreationTimestamp { get; set; }
Property Value
Type | Description |
---|---|
string |
Deprecated
[Output Only] The deprecation status associated with this region.
Declaration
[JsonProperty("deprecated")]
public virtual DeprecationStatus Deprecated { get; set; }
Property Value
Type | Description |
---|---|
DeprecationStatus |
Description
[Output Only] Textual description of the resource.
Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Id
[Output Only] The unique identifier for the resource. This identifier is defined by the server.
Declaration
[JsonProperty("id")]
public virtual ulong? Id { get; set; }
Property Value
Type | Description |
---|---|
ulong? |
Kind
[Output Only] Type of the resource. Always compute#region for regions.
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
[Output Only] Name of the resource.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
QuotaStatusWarning
[Output Only] Warning of fetching the quotas
field for this region. This field is populated only if
fetching of the quotas
field fails.
Declaration
[JsonProperty("quotaStatusWarning")]
public virtual Region.QuotaStatusWarningData QuotaStatusWarning { get; set; }
Property Value
Type | Description |
---|---|
Region.QuotaStatusWarningData |
Quotas
[Output Only] Quotas assigned to this region.
Declaration
[JsonProperty("quotas")]
public virtual IList<Quota> Quotas { get; set; }
Property Value
Type | Description |
---|---|
IList<Quota> |
SelfLink
[Output Only] Server-defined URL for the resource.
Declaration
[JsonProperty("selfLink")]
public virtual string SelfLink { get; set; }
Property Value
Type | Description |
---|---|
string |
SelfLinkWithId
[Output Only] Server-defined URL for this resource with the resource id.
Declaration
[JsonProperty("selfLinkWithId")]
public virtual string SelfLinkWithId { get; set; }
Property Value
Type | Description |
---|---|
string |
Status
[Output Only] Status of the region, either UP or DOWN.
Declaration
[JsonProperty("status")]
public virtual string Status { get; set; }
Property Value
Type | Description |
---|---|
string |
SupportsPzs
[Output Only] Reserved for future use.
Declaration
[JsonProperty("supportsPzs")]
public virtual bool? SupportsPzs { get; set; }
Property Value
Type | Description |
---|---|
bool? |
Zones
[Output Only] A list of zones available in this region, in the form of resource URLs.
Declaration
[JsonProperty("zones")]
public virtual IList<string> Zones { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |