Reference documentation and code samples for the Google Anthos Multi Cloud V1 Client class CreateAwsNodePoolRequest.
Response message for AwsClusters.CreateAwsNodePool
method.
Generated from protobuf message google.cloud.gkemulticloud.v1.CreateAwsNodePoolRequest
Methods
build
parent
string
Required. The AwsCluster resource where this node pool will be created.
AwsCluster
names are formatted as projects/<project-id>/locations/<region>/awsClusters/<cluster-id>
.
See Resource Names for more details on Google Cloud resource names. Please see {@see \Google\Cloud\GkeMultiCloud\V1\AwsClustersClient::awsClusterName()} for help formatting this field.
awsNodePool
awsNodePoolId
string
Required. A client provided ID the resource. Must be unique within the parent resource.
The provided ID will be part of the AwsNodePool
resource name
formatted as projects/<project-id>/locations/<region>/awsClusters/<cluster-id>/awsNodePools/<node-pool-id>
.
Valid characters are /[a-z][0-9]-/
. Cannot be longer than 63 characters.
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. The AwsCluster
resource where this node pool will be created. AwsCluster
names are formatted as projects/<project-id>/locations/<region>/awsClusters/<cluster-id>
. See Resource Names
for more details on Google Cloud resource names.
↳ aws_node_pool
↳ aws_node_pool_id
string
Required. A client provided ID the resource. Must be unique within the parent resource. The provided ID will be part of the AwsNodePool
resource name formatted as projects/<project-id>/locations/<region>/awsClusters/<cluster-id>/awsNodePools/<node-pool-id>
. Valid characters are /[a-z][0-9]-/
. Cannot be longer than 63 characters.
↳ validate_only
bool
If set, only validate the request, but do not actually create the node pool.
getParent
Required. The AwsCluster resource where this node pool will be created.
AwsCluster
names are formatted as projects/<project-id>/locations/<region>/awsClusters/<cluster-id>
.
See Resource Names
for more details on Google Cloud resource names.
string
setParent
Required. The AwsCluster resource where this node pool will be created.
AwsCluster
names are formatted as projects/<project-id>/locations/<region>/awsClusters/<cluster-id>
.
See Resource Names
for more details on Google Cloud resource names.
var
string
$this
getAwsNodePool
Required. The specification of the AwsNodePool to create.
hasAwsNodePool
clearAwsNodePool
setAwsNodePool
Required. The specification of the AwsNodePool to create.
$this
getAwsNodePoolId
Required. A client provided ID the resource. Must be unique within the parent resource.
The provided ID will be part of the AwsNodePool
resource name
formatted as projects/<project-id>/locations/<region>/awsClusters/<cluster-id>/awsNodePools/<node-pool-id>
.
Valid characters are /[a-z][0-9]-/
. Cannot be longer than 63 characters.
string
setAwsNodePoolId
Required. A client provided ID the resource. Must be unique within the parent resource.
The provided ID will be part of the AwsNodePool
resource name
formatted as projects/<project-id>/locations/<region>/awsClusters/<cluster-id>/awsNodePools/<node-pool-id>
.
Valid characters are /[a-z][0-9]-/
. Cannot be longer than 63 characters.
var
string
$this
getValidateOnly
If set, only validate the request, but do not actually create the node pool.
bool
setValidateOnly
If set, only validate the request, but do not actually create the node pool.
var
bool
$this