Distributed Cloud Edge Network v1 API - Class Zone (1.0.0)

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

Reference documentation and code samples for the Distributed Cloud Edge Network v1 API class Zone.

A Google Edge Cloud zone.

Inheritance

object > Zone

Namespace

Google.Cloud.EdgeNetwork.V1

Assembly

Google.Cloud.EdgeNetwork.V1.dll

Constructors

Zone()

public Zone()

Zone(Zone)

public Zone(Zone other)
Parameter
NameDescription
otherZone

Properties

CreateTime

public Timestamp CreateTime { get; set; }

Output only. The time when the zone was created.

Property Value
TypeDescription
Timestamp

Labels

public MapField<string, string> Labels { get; }

Labels as key value pairs

Property Value
TypeDescription
MapFieldstringstring

LayoutName

public string LayoutName { get; set; }

The deployment layout type.

Property Value
TypeDescription
string

Name

public string Name { get; set; }

Required. The resource name of the zone.

Property Value
TypeDescription
string

UpdateTime

public Timestamp UpdateTime { get; set; }

Output only. The time when the zone was last updated.

Property Value
TypeDescription
Timestamp

ZoneName

public ZoneName ZoneName { get; set; }

ZoneName-typed view over the Name resource name property.

Property Value
TypeDescription
ZoneName