Class: Google::Cloud::GkeMultiCloud::V1::UpdateAzureNodePoolRequest Deprecated
- Inherits:
-
Object
- Object
- Google::Cloud::GkeMultiCloud::V1::UpdateAzureNodePoolRequest
- 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.UpdateAzureNodePool method.
Instance Attribute Summary collapse
-
#azure_node_pool ⇒ ::Google::Cloud::GkeMultiCloud::V1::AzureNodePool
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Required.
-
#validate_only ⇒ ::Boolean
If set, only validate the request, but don't actually update the node pool.
Instance Attribute Details
#azure_node_pool ⇒ ::Google::Cloud::GkeMultiCloud::V1::AzureNodePool
Returns Required. The AzureNodePool resource to update.
260 261 262 263 |
# File 'proto_docs/google/cloud/gkemulticloud/v1/azure_service.rb', line 260 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.
260 261 262 263 |
# File 'proto_docs/google/cloud/gkemulticloud/v1/azure_service.rb', line 260 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.
260 261 262 263 |
# File 'proto_docs/google/cloud/gkemulticloud/v1/azure_service.rb', line 260 class UpdateAzureNodePoolRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |