- 3.24.0 (latest)
- 3.23.0
- 3.22.0
- 3.21.0
- 3.20.0
- 3.19.0
- 3.18.0
- 3.17.0
- 3.16.0
- 3.15.0
- 3.14.0
- 3.13.0
- 3.12.0
- 3.11.0
- 3.10.0
- 3.9.0
- 3.8.0
- 3.7.0
- 3.6.0
- 3.5.0
- 3.4.0
- 3.3.0
- 3.2.0
- 3.1.0
- 3.0.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.11.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.0
- 2.3.0
- 2.2.0
- 2.1.0
- 2.0.0
- 1.4.0
- 1.3.0
- 1.2.0
- 1.1.0
- 1.0.0
public sealed class Zone : IMessage<Zone>, IEquatable<Zone>, IDeepCloneable<Zone>, IBufferMessage, IMessageReference documentation and code samples for the Compute Engine v1 API class Zone.
Represents a Zone resource.
A zone is a deployment area. These deployment areas are subsets of a region. For example the zone us-east1-b is located in theus-east1 region. For more information, readRegions and Zones.
Namespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
Zone()
public Zone()Zone(Zone)
public Zone(Zone other)| Parameter | |
|---|---|
| Name | Description |
other |
Zone |
Properties
AvailableCpuPlatforms
public RepeatedField<string> AvailableCpuPlatforms { get; }[Output Only] Available cpu/platform selections for the zone.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|
CreationTimestamp
public string CreationTimestamp { get; set; }[Output Only] Creation timestamp inRFC3339 text format.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Deprecated
public DeprecationStatus Deprecated { get; set; }[Output Only] The deprecation status associated with this zone.
| 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 |
bool |
|
HasDescription
public bool HasDescription { get; }Gets whether the "description" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasId
public bool HasId { get; }Gets whether the "id" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasKind
public bool HasKind { get; }Gets whether the "kind" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasName
public bool HasName { get; }Gets whether the "name" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasRegion
public bool HasRegion { get; }Gets whether the "region" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasSelfLink
public bool HasSelfLink { get; }Gets whether the "self_link" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasStatus
public bool HasStatus { get; }Gets whether the "status" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasSupportsPzs
public bool HasSupportsPzs { get; }Gets whether the "supports_pzs" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
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 |
ulong |
|
Kind
public string Kind { get; set; }Output only. [Output Only] Type of the resource. Always compute#zone for zones.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Name
public string Name { get; set; }[Output Only] Name of the resource.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Region
public string Region { get; set; }[Output Only] Full URL reference to the region which hosts the zone.
| Property Value | |
|---|---|
| Type | Description |
string |
|
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 zone, either UP orDOWN. Check the Status enum for the list of possible values.
| Property Value | |
|---|---|
| Type | Description |
string |
|
SupportsPzs
public bool SupportsPzs { get; set; }Output only. [Output Only] Reserved for future use.
| Property Value | |
|---|---|
| Type | Description |
bool |
|