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

public sealed class DeleteAwsClusterRequest : IMessage<DeleteAwsClusterRequest>, IEquatable<DeleteAwsClusterRequest>, IDeepCloneable<DeleteAwsClusterRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Anthos Multi-Cloud v1 API class DeleteAwsClusterRequest.

Request message for AwsClusters.DeleteAwsCluster method.

Inheritance

object > DeleteAwsClusterRequest

Namespace

Google.Cloud.GkeMultiCloud.V1

Assembly

Google.Cloud.GkeMultiCloud.V1.dll

Constructors

DeleteAwsClusterRequest()

public DeleteAwsClusterRequest()

DeleteAwsClusterRequest(DeleteAwsClusterRequest)

public DeleteAwsClusterRequest(DeleteAwsClusterRequest other)
Parameter
NameDescription
otherDeleteAwsClusterRequest

Properties

AllowMissing

public bool AllowMissing { get; set; }

If set to true, and the [AwsCluster][google.cloud.gkemulticloud.v1.AwsCluster] 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

AwsClusterName

public AwsClusterName AwsClusterName { get; set; }

AwsClusterName-typed view over the Name resource name property.

Property Value
TypeDescription
AwsClusterName

Etag

public string Etag { get; set; }

The current etag of the [AwsCluster][google.cloud.gkemulticloud.v1.AwsCluster].

Allows clients to perform deletions through optimistic concurrency control.

If the provided etag does not match the current etag of the cluster, 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 [AwsCluster][google.cloud.gkemulticloud.v1.AwsCluster] resource will succeed even if errors occur during deleting in cluster resources. Using this parameter may result in orphaned resources in the cluster.

Property Value
TypeDescription
bool

Name

public string Name { get; set; }

Required. The resource name the [AwsCluster][google.cloud.gkemulticloud.v1.AwsCluster] to delete.

AwsCluster names are formatted as projects/<project-id>/locations/<region>/awsClusters/<cluster-id>.

See Resource Names for more details on Google Cloud Platform resource names.

Property Value
TypeDescription
string

ValidateOnly

public bool ValidateOnly { get; set; }

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

Property Value
TypeDescription
bool