Class: Google::Cloud::GkeMultiCloud::V1::DeleteAttachedClusterRequest
- Inherits:
-
Object
- Object
- Google::Cloud::GkeMultiCloud::V1::DeleteAttachedClusterRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/gkemulticloud/v1/attached_service.rb
Overview
Request message for AttachedClusters.DeleteAttachedCluster
method.
Instance Attribute Summary collapse
-
#allow_missing ⇒ ::Boolean
If set to true, and the AttachedCluster resource is not found, the request will succeed but no action will be taken on the server and a completed Operation will be returned.
-
#etag ⇒ ::String
The current etag of the AttachedCluster.
-
#ignore_errors ⇒ ::Boolean
If set to true, the deletion of AttachedCluster resource will succeed even if errors occur during deleting in cluster resources.
-
#name ⇒ ::String
Required.
-
#validate_only ⇒ ::Boolean
If set, only validate the request, but do not actually delete the resource.
Instance Attribute Details
#allow_missing ⇒ ::Boolean
If set to true, and the AttachedCluster 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.
280 281 282 283 |
# File 'proto_docs/google/cloud/gkemulticloud/v1/attached_service.rb', line 280 class DeleteAttachedClusterRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#etag ⇒ ::String
Returns The current etag of the AttachedCluster.
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.
280 281 282 283 |
# File 'proto_docs/google/cloud/gkemulticloud/v1/attached_service.rb', line 280 class DeleteAttachedClusterRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#ignore_errors ⇒ ::Boolean
Returns If set to true, the deletion of AttachedCluster resource will succeed even if errors occur during deleting in cluster resources. Using this parameter may result in orphaned resources in the cluster.
280 281 282 283 |
# File 'proto_docs/google/cloud/gkemulticloud/v1/attached_service.rb', line 280 class DeleteAttachedClusterRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Required. The resource name the AttachedCluster to delete.
AttachedCluster
names are formatted as
projects/<project-id>/locations/<region>/attachedClusters/<cluster-id>
.
See Resource Names for more details on Google Cloud Platform resource names.
280 281 282 283 |
# File 'proto_docs/google/cloud/gkemulticloud/v1/attached_service.rb', line 280 class DeleteAttachedClusterRequest 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.
280 281 282 283 |
# File 'proto_docs/google/cloud/gkemulticloud/v1/attached_service.rb', line 280 class DeleteAttachedClusterRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |