Class: Google::Cloud::GkeMultiCloud::V1::UpdateAzureNodePoolRequest

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

Request message for AzureClusters.UpdateAzureNodePool method.

Instance Attribute Summary collapse

Instance Attribute Details

#azure_node_pool::Google::Cloud::GkeMultiCloud::V1::AzureNodePool

Returns Required. The AzureNodePool resource to update.

Returns:



252
253
254
255
# File 'proto_docs/google/cloud/gkemulticloud/v1/azure_service.rb', line 252

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

#update_mask::Google::Protobuf::FieldMask

Returns Required. Mask of fields to update. At least one path must be supplied in this field. The elements of the repeated paths field can only include these fields from AzureNodePool:

*. annotations.

  • version.
  • autoscaling.min_node_count.
  • autoscaling.max_node_count.
  • config.ssh_config.authorized_key.
  • management.auto_repair.
  • management.

Returns:

  • (::Google::Protobuf::FieldMask)

    Required. Mask of fields to update. At least one path must be supplied in this field. The elements of the repeated paths field can only include these fields from AzureNodePool:

    *. annotations.

    • version.
    • autoscaling.min_node_count.
    • autoscaling.max_node_count.
    • config.ssh_config.authorized_key.
    • management.auto_repair.
    • management.


252
253
254
255
# File 'proto_docs/google/cloud/gkemulticloud/v1/azure_service.rb', line 252

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

#validate_only::Boolean

Returns If set, only validate the request, but don't actually update the node pool.

Returns:

  • (::Boolean)

    If set, only validate the request, but don't actually update the node pool.



252
253
254
255
# File 'proto_docs/google/cloud/gkemulticloud/v1/azure_service.rb', line 252

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