public sealed class WaitRegionOperationRequest : IMessage<WaitRegionOperationRequest>, IEquatable<WaitRegionOperationRequest>, IDeepCloneable<WaitRegionOperationRequest>, IBufferMessage, IMessageA request message for RegionOperations.Wait. See the method description for details.
Implements
IMessage<WaitRegionOperationRequest>, IEquatable<WaitRegionOperationRequest>, IDeepCloneable<WaitRegionOperationRequest>, 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.
| 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 |
|