Class Zone (1.0.0)

public sealed class Zone : IMessage<Zone>, IEquatable<Zone>, IDeepCloneable<Zone>, IBufferMessage, IMessage

Represents a Zone resource. A zone is a deployment area. These deployment areas are subsets of a region. For example the zone us-east1-a is located in the us-east1 region. For more information, read Regions and Zones.

Inheritance

Object > Zone

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

Zone()

public Zone()

Zone(Zone)

public Zone(Zone other)
Parameter
NameDescription
otherZone

Properties

AvailableCpuPlatforms

public RepeatedField<string> AvailableCpuPlatforms { get; }

[Output Only] Available cpu/platform selections for the zone.

Property Value
TypeDescription
RepeatedField<String>

CreationTimestamp

public string CreationTimestamp { get; set; }

[Output Only] Creation timestamp in RFC3339 text format.

Property Value
TypeDescription
String

Deprecated

public DeprecationStatus Deprecated { get; set; }

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

Property Value
TypeDescription
DeprecationStatus

Description

public string Description { get; set; }

[Output Only] Textual description of the resource.

Property Value
TypeDescription
String

HasCreationTimestamp

public bool HasCreationTimestamp { get; }

Gets whether the "creation_timestamp" field is set

Property Value
TypeDescription
Boolean

HasDescription

public bool HasDescription { get; }

Gets whether the "description" field is set

Property Value
TypeDescription
Boolean

HasId

public bool HasId { get; }

Gets whether the "id" field is set

Property Value
TypeDescription
Boolean

HasKind

public bool HasKind { get; }

Gets whether the "kind" field is set

Property Value
TypeDescription
Boolean

HasName

public bool HasName { get; }

Gets whether the "name" field is set

Property Value
TypeDescription
Boolean

HasRegion

public bool HasRegion { get; }

Gets whether the "region" field is set

Property Value
TypeDescription
Boolean
public bool HasSelfLink { get; }

Gets whether the "self_link" field is set

Property Value
TypeDescription
Boolean

HasStatus

public bool HasStatus { get; }

Gets whether the "status" field is set

Property Value
TypeDescription
Boolean

HasSupportsPzs

public bool HasSupportsPzs { get; }

Gets whether the "supports_pzs" field is set

Property Value
TypeDescription
Boolean

Id

public ulong Id { get; set; }

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

Property Value
TypeDescription
UInt64

Kind

public string Kind { get; set; }

[Output Only] Type of the resource. Always compute#zone for zones.

Property Value
TypeDescription
String

Name

public string Name { get; set; }

[Output Only] Name of the resource.

Property Value
TypeDescription
String

Region

public string Region { get; set; }

[Output Only] Full URL reference to the region which hosts the zone.

Property Value
TypeDescription
String
public string SelfLink { get; set; }

[Output Only] Server-defined URL for the resource.

Property Value
TypeDescription
String

Status

public string Status { get; set; }

[Output Only] Status of the zone, either UP or DOWN. Check the Status enum for the list of possible values.

Property Value
TypeDescription
String

SupportsPzs

public bool SupportsPzs { get; set; }

[Output Only] Reserved for future use.

Property Value
TypeDescription
Boolean