Google Anthos Multi Cloud V1 Client - Class ListAzureNodePoolsResponse (0.6.1)

Reference documentation and code samples for the Google Anthos Multi Cloud V1 Client class ListAzureNodePoolsResponse.

Response message for AzureClusters.ListAzureNodePools method.

Generated from protobuf message google.cloud.gkemulticloud.v1.ListAzureNodePoolsResponse

Namespace

Google \ Cloud \ GkeMultiCloud \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ azure_node_pools array<Google\Cloud\GkeMultiCloud\V1\AzureNodePool>

A list of AzureNodePool resources in the specified AzureCluster.

↳ next_page_token string

Token to retrieve the next page of results, or empty if there are no more results in the list.

getAzureNodePools

A list of AzureNodePool resources in the specified AzureCluster.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setAzureNodePools

A list of AzureNodePool resources in the specified AzureCluster.

Parameter
Name Description
var array<Google\Cloud\GkeMultiCloud\V1\AzureNodePool>
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