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

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

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

Message for getting a Zone

Inheritance

object > GetZoneRequest

Namespace

Google.Cloud.EdgeNetwork.V1

Assembly

Google.Cloud.EdgeNetwork.V1.dll

Constructors

GetZoneRequest()

public GetZoneRequest()

GetZoneRequest(GetZoneRequest)

public GetZoneRequest(GetZoneRequest other)
Parameter
NameDescription
otherGetZoneRequest

Properties

Name

public string Name { get; set; }

Required. Name of the resource

Property Value
TypeDescription
string

ZoneName

public ZoneName ZoneName { get; set; }

ZoneName-typed view over the Name resource name property.

Property Value
TypeDescription
ZoneName