public sealed class WaitRegionOperationRequest : IMessage<WaitRegionOperationRequest>, IEquatable<WaitRegionOperationRequest>, IDeepCloneable<WaitRegionOperationRequest>, IBufferMessage, IMessageReference documentation and code samples for the Compute Engine v1 API class WaitRegionOperationRequest.
A request message for RegionOperations.Wait. See the method description for details.
Implements
IMessageWaitRegionOperationRequest, IEquatableWaitRegionOperationRequest, IDeepCloneableWaitRegionOperationRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
WaitRegionOperationRequest()
public WaitRegionOperationRequest()WaitRegionOperationRequest(WaitRegionOperationRequest)
public WaitRegionOperationRequest(WaitRegionOperationRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
WaitRegionOperationRequest |
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 |
|
Region
public string Region { get; set; }Name of the region for this request.
| Property Value | |
|---|---|
| Type | Description |
string |
|