Reference documentation and code samples for the Anthos Multi-Cloud V1 API class Google::Cloud::GkeMultiCloud::V1::UpdateAzureNodePoolRequest.
Request message for AzureClusters.UpdateAzureNodePool
method.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#azure_node_pool
def azure_node_pool() -> ::Google::Cloud::GkeMultiCloud::V1::AzureNodePool
- (::Google::Cloud::GkeMultiCloud::V1::AzureNodePool) — Required. The AzureNodePool resource to update.
#azure_node_pool=
def azure_node_pool=(value) -> ::Google::Cloud::GkeMultiCloud::V1::AzureNodePool
- value (::Google::Cloud::GkeMultiCloud::V1::AzureNodePool) — Required. The AzureNodePool resource to update.
- (::Google::Cloud::GkeMultiCloud::V1::AzureNodePool) — Required. The AzureNodePool resource to update.
#update_mask
def update_mask() -> ::Google::Protobuf::FieldMask
-
(::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
.
-
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask
-
value (::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
.
-
-
(::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
.
-
#validate_only
def validate_only() -> ::Boolean
- (::Boolean) — If set, only validate the request, but don't actually update the node pool.
#validate_only=
def validate_only=(value) -> ::Boolean
- value (::Boolean) — If set, only validate the request, but don't actually update the node pool.
- (::Boolean) — If set, only validate the request, but don't actually update the node pool.