Reference documentation and code samples for the Anthos Multi-Cloud V1 API class Google::Cloud::GkeMultiCloud::V1::DeleteAwsNodePoolRequest.
Request message for AwsClusters.DeleteAwsNodePool
method.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#allow_missing
def allow_missing() -> ::Boolean
-
(::Boolean) — If set to true, and the
AwsNodePool 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
-
value (::Boolean) — If set to true, and the
AwsNodePool 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.
-
(::Boolean) — If set to true, and the
AwsNodePool 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
-
(::String) — The current ETag of the
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.
#etag=
def etag=(value) -> ::String
-
value (::String) — The current ETag of the
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.
-
(::String) — The current ETag of the
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.
#ignore_errors
def ignore_errors() -> ::Boolean
- (::Boolean) — Optional. If set to true, the deletion of 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.
#ignore_errors=
def ignore_errors=(value) -> ::Boolean
- value (::Boolean) — Optional. If set to true, the deletion of 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.
- (::Boolean) — Optional. If set to true, the deletion of 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.
#name
def name() -> ::String
-
(::String) — Required. The resource name the
AwsNodePool to delete.
AwsNodePool
names are formatted asprojects/<project-id>/locations/<region>/awsClusters/<cluster-id>/awsNodePools/<node-pool-id>
.See Resource Names for more details on Google Cloud resource names.
#name=
def name=(value) -> ::String
-
value (::String) — Required. The resource name the
AwsNodePool to delete.
AwsNodePool
names are formatted asprojects/<project-id>/locations/<region>/awsClusters/<cluster-id>/awsNodePools/<node-pool-id>
.See Resource Names for more details on Google Cloud resource names.
-
(::String) — Required. The resource name the
AwsNodePool to delete.
AwsNodePool
names are formatted asprojects/<project-id>/locations/<region>/awsClusters/<cluster-id>/awsNodePools/<node-pool-id>
.See Resource Names for more details on Google Cloud resource names.
#validate_only
def validate_only() -> ::Boolean
- (::Boolean) — If set, only validate the request, but do not actually delete the node pool.
#validate_only=
def validate_only=(value) -> ::Boolean
- value (::Boolean) — If set, only validate the request, but do not actually delete the node pool.
- (::Boolean) — If set, only validate the request, but do not actually delete the node pool.