Anthos Multi-Cloud V1 API - Class Google::Cloud::GkeMultiCloud::V1::DeleteAwsClusterRequest (v0.9.0)

Reference documentation and code samples for the Anthos Multi-Cloud V1 API class Google::Cloud::GkeMultiCloud::V1::DeleteAwsClusterRequest.

Request message for AwsClusters.DeleteAwsCluster method.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#allow_missing

def allow_missing() -> ::Boolean
Returns
  • (::Boolean) — If set to true, and the AwsCluster resource is not found, the request will succeed but no action will be taken on the server and a completed Operation will be returned.

    Useful for idempotent deletion.

#allow_missing=

def allow_missing=(value) -> ::Boolean
Parameter
  • value (::Boolean) — If set to true, and the AwsCluster resource is not found, the request will succeed but no action will be taken on the server and a completed Operation will be returned.

    Useful for idempotent deletion.

Returns
  • (::Boolean) — If set to true, and the AwsCluster resource is not found, the request will succeed but no action will be taken on the server and a completed Operation will be returned.

    Useful for idempotent deletion.

#etag

def etag() -> ::String
Returns
  • (::String) — The current etag of the 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.

#etag=

def etag=(value) -> ::String
Parameter
  • value (::String) — The current etag of the 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.

Returns
  • (::String) — The current etag of the 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.

#ignore_errors

def ignore_errors() -> ::Boolean
Returns
  • (::Boolean) — Optional. If set to true, the deletion of AwsCluster resource will succeed even if errors occur during deleting in cluster resources. Using this parameter may result in orphaned resources in the cluster.

#ignore_errors=

def ignore_errors=(value) -> ::Boolean
Parameter
  • value (::Boolean) — Optional. If set to true, the deletion of AwsCluster resource will succeed even if errors occur during deleting in cluster resources. Using this parameter may result in orphaned resources in the cluster.
Returns
  • (::Boolean) — Optional. If set to true, the deletion of AwsCluster resource will succeed even if errors occur during deleting in cluster resources. Using this parameter may result in orphaned resources in the cluster.

#name

def name() -> ::String
Returns
  • (::String) — Required. The resource name the 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.

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — Required. The resource name the 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.

Returns
  • (::String) — Required. The resource name the 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.

#validate_only

def validate_only() -> ::Boolean
Returns
  • (::Boolean) — If set, only validate the request, but do not actually delete the resource.

#validate_only=

def validate_only=(value) -> ::Boolean
Parameter
  • value (::Boolean) — If set, only validate the request, but do not actually delete the resource.
Returns
  • (::Boolean) — If set, only validate the request, but do not actually delete the resource.