Compute Engine v1 API - Class GetZoneRequest (2.15.0)

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

Reference documentation and code samples for the Compute Engine v1 API class GetZoneRequest.

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