public sealed class DeleteAwsNodePoolRequest : IMessage<DeleteAwsNodePoolRequest>, IEquatable<DeleteAwsNodePoolRequest>, IDeepCloneable<DeleteAwsNodePoolRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Anthos Multi-Cloud v1 API class DeleteAwsNodePoolRequest.
Request message for AwsClusters.DeleteAwsNodePool
method.
Implements
IMessageDeleteAwsNodePoolRequest, IEquatableDeleteAwsNodePoolRequest, IDeepCloneableDeleteAwsNodePoolRequest, IBufferMessage, IMessageNamespace
Google.Cloud.GkeMultiCloud.V1Assembly
Google.Cloud.GkeMultiCloud.V1.dll
Constructors
DeleteAwsNodePoolRequest()
public DeleteAwsNodePoolRequest()
DeleteAwsNodePoolRequest(DeleteAwsNodePoolRequest)
public DeleteAwsNodePoolRequest(DeleteAwsNodePoolRequest other)
Parameter | |
---|---|
Name | Description |
other |
DeleteAwsNodePoolRequest |
Properties
AllowMissing
public bool AllowMissing { get; set; }
If set to true, and the [AwsNodePool][google.cloud.gkemulticloud.v1.AwsNodePool] resource is not found, the request will succeed but no action will be taken on the server and a completed [Operation][google.longrunning.Operation] will be returned.
Useful for idempotent deletion.
Property Value | |
---|---|
Type | Description |
bool |
AwsNodePoolName
public AwsNodePoolName AwsNodePoolName { get; set; }
AwsNodePoolName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
AwsNodePoolName |
Etag
public string Etag { get; set; }
The current ETag of the [AwsNodePool][google.cloud.gkemulticloud.v1.AwsNodePool].
Allows clients to perform deletions through optimistic concurrency control.
If the provided ETag does not match the current etag of the node pool, the request will fail and an ABORTED error will be returned.
Property Value | |
---|---|
Type | Description |
string |
IgnoreErrors
public bool IgnoreErrors { get; set; }
Optional. If set to true, the deletion of [AwsNodePool][google.cloud.gkemulticloud.v1.AwsNodePool] resource will succeed even if errors occur during deleting in node pool resources. Using this parameter may result in orphaned resources in the node pool.
Property Value | |
---|---|
Type | Description |
bool |
Name
public string Name { get; set; }
Required. The resource name the [AwsNodePool][google.cloud.gkemulticloud.v1.AwsNodePool] to delete.
AwsNodePool
names are formatted as
projects/<project-id>/locations/<region>/awsClusters/<cluster-id>/awsNodePools/<node-pool-id>
.
See Resource Names for more details on Google Cloud resource names.
Property Value | |
---|---|
Type | Description |
string |
ValidateOnly
public bool ValidateOnly { get; set; }
If set, only validate the request, but do not actually delete the node pool.
Property Value | |
---|---|
Type | Description |
bool |