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.
Implements
IMessageGetZoneRequest, IEquatableGetZoneRequest, IDeepCloneableGetZoneRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
GetZoneRequest()
public GetZoneRequest()
GetZoneRequest(GetZoneRequest)
public GetZoneRequest(GetZoneRequest other)
Parameter | |
---|---|
Name | Description |
other | GetZoneRequest |
Properties
Project
public string Project { get; set; }
Project ID for this request.
Property Value | |
---|---|
Type | Description |
string |
Zone
public string Zone { get; set; }
Name of the zone resource to return.
Property Value | |
---|---|
Type | Description |
string |