public sealed class GetZoneOperationRequest : IMessage<GetZoneOperationRequest>, IEquatable<GetZoneOperationRequest>, IDeepCloneable<GetZoneOperationRequest>, IBufferMessage, IMessageReference documentation and code samples for the Compute Engine v1 API class GetZoneOperationRequest.
A request message for ZoneOperations.Get. See the method description for details.
Implements
IMessageGetZoneOperationRequest, IEquatableGetZoneOperationRequest, IDeepCloneableGetZoneOperationRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
GetZoneOperationRequest()
public GetZoneOperationRequest()GetZoneOperationRequest(GetZoneOperationRequest)
public GetZoneOperationRequest(GetZoneOperationRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetZoneOperationRequest |
Properties
Operation
public string Operation { get; set; }Name of the Operations resource to return, or its unique numeric identifier.
| Property Value | |
|---|---|
| Type | Description |
string |
|
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 for this request.
| Property Value | |
|---|---|
| Type | Description |
string |
|