Anthos Multi-Cloud v1 API - Class DeleteAwsNodePoolRequest (2.4.0)

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.

Inheritance

object > DeleteAwsNodePoolRequest

Namespace

Google.Cloud.GkeMultiCloud.V1

Assembly

Google.Cloud.GkeMultiCloud.V1.dll

Constructors

DeleteAwsNodePoolRequest()

public DeleteAwsNodePoolRequest()

DeleteAwsNodePoolRequest(DeleteAwsNodePoolRequest)

public DeleteAwsNodePoolRequest(DeleteAwsNodePoolRequest other)
Parameter
NameDescription
otherDeleteAwsNodePoolRequest

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
TypeDescription
bool

AwsNodePoolName

public AwsNodePoolName AwsNodePoolName { get; set; }

AwsNodePoolName-typed view over the Name resource name property.

Property Value
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
string

ValidateOnly

public bool ValidateOnly { get; set; }

If set, only validate the request, but do not actually delete the node pool.

Property Value
TypeDescription
bool