Compute Engine v1 API - Class GetZoneOperationRequest (2.15.0)

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

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

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

Inheritance

object > GetZoneOperationRequest

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

GetZoneOperationRequest()

public GetZoneOperationRequest()

GetZoneOperationRequest(GetZoneOperationRequest)

public GetZoneOperationRequest(GetZoneOperationRequest other)
Parameter
NameDescription
otherGetZoneOperationRequest

Properties

Operation

public string Operation { get; set; }

Name of the Operations resource to return.

Property Value
TypeDescription
string

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 for this request.

Property Value
TypeDescription
string