Reference documentation and code samples for the Google Anthos Multi Cloud V1 Client class ListAwsNodePoolsResponse.
Response message for AwsClusters.ListAwsNodePools
method.
Generated from protobuf message google.cloud.gkemulticloud.v1.ListAwsNodePoolsResponse
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ aws_node_pools |
array<Google\Cloud\GkeMultiCloud\V1\AwsNodePool>
A list of AwsNodePool resources in the specified |
↳ next_page_token |
string
Token to retrieve the next page of results, or empty if there are no more results in the list. |
getAwsNodePools
A list of AwsNodePool
resources in the specified AwsCluster
.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setAwsNodePools
A list of AwsNodePool
resources in the specified AwsCluster
.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\GkeMultiCloud\V1\AwsNodePool>
|
Returns | |
---|---|
Type | Description |
$this |
getNextPageToken
Token to retrieve the next page of results, or empty if there are no more results in the list.
Returns | |
---|---|
Type | Description |
string |
setNextPageToken
Token to retrieve the next page of results, or empty if there are no more results in the list.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |