Class: Google::Cloud::GkeMultiCloud::V1::DeleteAzureNodePoolRequest Deprecated

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

Overview

Deprecated.

This message is deprecated and may be removed in the next major version update.

Request message for AzureClusters.DeleteAzureNodePool method.

Instance Attribute Summary collapse

Instance Attribute Details

#allow_missing::Boolean

If set to true, and the AzureNodePool 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 AzureNodePool 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.



369
370
371
372
# File 'proto_docs/google/cloud/gkemulticloud/v1/azure_service.rb', line 369

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

#etag::String

Returns The current ETag of the AzureNodePool.

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.

Returns:

  • (::String)

    The current ETag of the AzureNodePool.

    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.



369
370
371
372
# File 'proto_docs/google/cloud/gkemulticloud/v1/azure_service.rb', line 369

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

#ignore_errors::Boolean

Returns Optional. If set to true, the deletion of AzureNodePool 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.

Returns:

  • (::Boolean)

    Optional. If set to true, the deletion of AzureNodePool 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.



369
370
371
372
# File 'proto_docs/google/cloud/gkemulticloud/v1/azure_service.rb', line 369

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

#name::String

Returns Required. The resource name the AzureNodePool to delete.

AzureNodePool names are formatted as projects/<project-id>/locations/<region>/azureClusters/<cluster-id>/azureNodePools/<node-pool-id>.

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

Returns:

  • (::String)

    Required. The resource name the AzureNodePool to delete.

    AzureNodePool names are formatted as projects/<project-id>/locations/<region>/azureClusters/<cluster-id>/azureNodePools/<node-pool-id>.

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



369
370
371
372
# File 'proto_docs/google/cloud/gkemulticloud/v1/azure_service.rb', line 369

class DeleteAzureNodePoolRequest
  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 node pool.

Returns:

  • (::Boolean)

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



369
370
371
372
# File 'proto_docs/google/cloud/gkemulticloud/v1/azure_service.rb', line 369

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