public sealed class Zone : IMessage<Zone>, IEquatable<Zone>, IDeepCloneable<Zone>, IBufferMessage, IMessageReference documentation and code samples for the Distributed Cloud Edge Network v1 API class Zone.
A Google Edge Cloud zone.
Namespace
Google.Cloud.EdgeNetwork.V1Assembly
Google.Cloud.EdgeNetwork.V1.dll
Constructors
Zone()
public Zone()Zone(Zone)
public Zone(Zone other)| Parameter | |
|---|---|
| Name | Description |
other |
Zone |
Properties
CreateTime
public Timestamp CreateTime { get; set; }Output only. The time when the zone was created.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
Labels
[Obsolete]
public MapField<string, string> Labels { get; }Deprecated: not implemented. Labels as key value pairs.
| Property Value | |
|---|---|
| Type | Description |
MapFieldstringstring |
|
LayoutName
[Obsolete]
public string LayoutName { get; set; }Deprecated: not implemented. The deployment layout type.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Name
public string Name { get; set; }Required. The resource name of the zone.
| Property Value | |
|---|---|
| Type | Description |
string |
|
UpdateTime
public Timestamp UpdateTime { get; set; }Output only. The time when the zone was last updated.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
ZoneName
public ZoneName ZoneName { get; set; }| Property Value | |
|---|---|
| Type | Description |
ZoneName |
|