Class: Google::Cloud::GkeMultiCloud::V1::DeleteAwsClusterRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/gkemulticloud/v1/aws_service.rb

Overview

Request message for AwsClusters.DeleteAwsCluster method.

Instance Attribute Summary collapse

Instance Attribute Details

#allow_missing::Boolean

Returns 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.



201
202
203
204
# File 'proto_docs/google/cloud/gkemulticloud/v1/aws_service.rb', line 201

class DeleteAwsClusterRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#etag::String

Returns 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.



201
202
203
204
# File 'proto_docs/google/cloud/gkemulticloud/v1/aws_service.rb', line 201

class DeleteAwsClusterRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#ignore_errors::Boolean

Returns 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.



201
202
203
204
# File 'proto_docs/google/cloud/gkemulticloud/v1/aws_service.rb', line 201

class DeleteAwsClusterRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#name::String

Returns 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.



201
202
203
204
# File 'proto_docs/google/cloud/gkemulticloud/v1/aws_service.rb', line 201

class DeleteAwsClusterRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#validate_only::Boolean

Returns 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.



201
202
203
204
# File 'proto_docs/google/cloud/gkemulticloud/v1/aws_service.rb', line 201

class DeleteAwsClusterRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end