Class UpdateAwsNodePoolRequest (0.1.0)

UpdateAwsNodePoolRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request message for AwsClusters.UpdateAwsNodePool method.

Attributes

NameDescription
aws_node_pool google.cloud.gke_multicloud_v1.types.AwsNodePool
Required. The AwsNodePool resource to update.
validate_only bool
If set, only validate the request, but don't actually update the node pool.
update_mask google.protobuf.field_mask_pb2.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 AwsNodePool: - ``annotations``. - ``version``. - ``autoscaling.min_node_count``. - ``autoscaling.max_node_count``. - ``config.config_encryption.kms_key_arn``. - ``config.security_group_ids``. - ``config.root_volume.iops``. - ``config.root_volume.kms_key_arn``. - ``config.root_volume.volume_type``. - ``config.root_volume.size_gib``. - ``config.proxy_config``. - ``config.proxy_config.secret_arn``. - ``config.proxy_config.secret_version``. - ``config.ssh_config``. - ``config.ssh_config.ec2_key_pair``.

Inheritance

builtins.object > proto.message.Message > UpdateAwsNodePoolRequest