Class GetZoneRequest (1.4.0)

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

A request message for Zones.Get. See the method description for details.

Inheritance

Object > GetZoneRequest

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

GetZoneRequest()

public GetZoneRequest()

GetZoneRequest(GetZoneRequest)

public GetZoneRequest(GetZoneRequest other)
Parameter
NameDescription
otherGetZoneRequest

Properties

Project

public string Project { get; set; }

Project ID for this request.

Property Value
TypeDescription
String

Zone

public string Zone { get; set; }

Name of the zone resource to return.

Property Value
TypeDescription
String