public sealed class Region : IMessage<Region>, IEquatable<Region>, IDeepCloneable<Region>, IBufferMessage, IMessageRepresents a Region resource. A region is a geographical area where a resource is located. For more information, read Regions and Zones.
Namespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
Region()
public Region()Region(Region)
public Region(Region other)| Parameter | |
|---|---|
| Name | Description |
other |
Region |
Properties
CreationTimestamp
public string CreationTimestamp { get; set; }[Output Only] Creation timestamp in RFC3339 text format.
| Property Value | |
|---|---|
| Type | Description |
String |
|
Deprecated
public DeprecationStatus Deprecated { get; set; }[Output Only] The deprecation status associated with this region.
| Property Value | |
|---|---|
| Type | Description |
DeprecationStatus |
|
Description
public string Description { get; set; }[Output Only] Textual description of the resource.
| Property Value | |
|---|---|
| Type | Description |
String |
|
HasCreationTimestamp
public bool HasCreationTimestamp { get; }Gets whether the "creation_timestamp" field is set
| Property Value | |
|---|---|
| Type | Description |
Boolean |
|
HasDescription
public bool HasDescription { get; }Gets whether the "description" field is set
| Property Value | |
|---|---|
| Type | Description |
Boolean |
|
HasId
public bool HasId { get; }Gets whether the "id" field is set
| Property Value | |
|---|---|
| Type | Description |
Boolean |
|
HasKind
public bool HasKind { get; }Gets whether the "kind" field is set
| Property Value | |
|---|---|
| Type | Description |
Boolean |
|
HasName
public bool HasName { get; }Gets whether the "name" field is set
| Property Value | |
|---|---|
| Type | Description |
Boolean |
|
HasSelfLink
public bool HasSelfLink { get; }Gets whether the "self_link" field is set
| Property Value | |
|---|---|
| Type | Description |
Boolean |
|
HasStatus
public bool HasStatus { get; }Gets whether the "status" field is set
| Property Value | |
|---|---|
| Type | Description |
Boolean |
|
HasSupportsPzs
public bool HasSupportsPzs { get; }Gets whether the "supports_pzs" field is set
| Property Value | |
|---|---|
| Type | Description |
Boolean |
|
Id
public ulong Id { get; set; }[Output Only] The unique identifier for the resource. This identifier is defined by the server.
| Property Value | |
|---|---|
| Type | Description |
UInt64 |
|
Kind
public string Kind { get; set; }[Output Only] Type of the resource. Always compute#region for regions.
| Property Value | |
|---|---|
| Type | Description |
String |
|
Name
public string Name { get; set; }[Output Only] Name of the resource.
| Property Value | |
|---|---|
| Type | Description |
String |
|
Quotas
public RepeatedField<Quota> Quotas { get; }[Output Only] Quotas assigned to this region.
| Property Value | |
|---|---|
| Type | Description |
RepeatedField<Quota> |
|
SelfLink
public string SelfLink { get; set; }[Output Only] Server-defined URL for the resource.
| Property Value | |
|---|---|
| Type | Description |
String |
|
Status
public string Status { get; set; }[Output Only] Status of the region, either UP or DOWN. Check the Status enum for the list of possible values.
| Property Value | |
|---|---|
| Type | Description |
String |
|
SupportsPzs
public bool SupportsPzs { get; set; }[Output Only] Reserved for future use.
| Property Value | |
|---|---|
| Type | Description |
Boolean |
|
Zones
public RepeatedField<string> Zones { get; }[Output Only] A list of zones available in this region, in the form of resource URLs.
| Property Value | |
|---|---|
| Type | Description |
RepeatedField<String> |
|