Reference documentation and code samples for the Google Anthos Multi Cloud V1 Client class ListAwsClustersResponse.
Response message for AwsClusters.ListAwsClusters method.
Generated from protobuf message google.cloud.gkemulticloud.v1.ListAwsClustersResponse
Namespace
Google \ Cloud \ GkeMultiCloud \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ aws_clusters |
array<AwsCluster>
A list of AwsCluster resources in the specified Google Cloud Platform project and region region. |
↳ next_page_token |
string
Token to retrieve the next page of results, or empty if there are no more results in the list. |
getAwsClusters
A list of AwsCluster resources in the specified Google Cloud Platform project and region region.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setAwsClusters
A list of AwsCluster resources in the specified Google Cloud Platform project and region region.
| Parameter | |
|---|---|
| Name | Description |
var |
array<AwsCluster>
|
| 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 |
|