public sealed class DeleteZoneOperationRequest : IMessage<DeleteZoneOperationRequest>, IEquatable<DeleteZoneOperationRequest>, IDeepCloneable<DeleteZoneOperationRequest>, IBufferMessage, IMessageReference documentation and code samples for the Compute Engine v1 API class DeleteZoneOperationRequest.
A request message for ZoneOperations.Delete. See the method description for details.
Implements
IMessageDeleteZoneOperationRequest, IEquatableDeleteZoneOperationRequest, IDeepCloneableDeleteZoneOperationRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
DeleteZoneOperationRequest()
public DeleteZoneOperationRequest()DeleteZoneOperationRequest(DeleteZoneOperationRequest)
public DeleteZoneOperationRequest(DeleteZoneOperationRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
DeleteZoneOperationRequest |
Properties
Operation
public string Operation { get; set; }Name of the Operations resource to delete, 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 |
|