Reference documentation and code samples for the Google Anthos Multi Cloud V1 Client class UpdateAwsNodePoolRequest.
Request message for AwsClusters.UpdateAwsNodePool
method.
Generated from protobuf message google.cloud.gkemulticloud.v1.UpdateAwsNodePoolRequest
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ aws_node_pool
↳ validate_only
bool
If set, only validate the request, but don't actually update the node pool.
↳ update_mask
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 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
.
getAwsNodePool
Required. The AwsNodePool resource to update.
Generated from protobuf field .google.cloud.gkemulticloud.v1.AwsNodePool aws_node_pool = 1 [(.google.api.field_behavior) = REQUIRED];
hasAwsNodePool
clearAwsNodePool
setAwsNodePool
Required. The AwsNodePool resource to update.
Generated from protobuf field .google.cloud.gkemulticloud.v1.AwsNodePool aws_node_pool = 1 [(.google.api.field_behavior) = REQUIRED];
$this
getValidateOnly
If set, only validate the request, but don't actually update the node pool.
Generated from protobuf field bool validate_only = 2;
bool
setValidateOnly
If set, only validate the request, but don't actually update the node pool.
Generated from protobuf field bool validate_only = 2;
var
bool
$this
getUpdateMask
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
.
-
Generated from protobuf field .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED];
Google\Protobuf\FieldMask|null
hasUpdateMask
clearUpdateMask
setUpdateMask
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
.
-
Generated from protobuf field .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED];
var
Google\Protobuf\FieldMask
$this