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

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

Methods

__construct

Constructor.

Parameters
NameDescription
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.

Generated from protobuf field repeated .google.cloud.gkemulticloud.v1.AzureNodePool azure_node_pools = 1;

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setAzureNodePools

A list of AzureNodePool resources in the specified AzureCluster.

Generated from protobuf field repeated .google.cloud.gkemulticloud.v1.AzureNodePool azure_node_pools = 1;

Parameter
NameDescription
var array<Google\Cloud\GkeMultiCloud\V1\AzureNodePool>
Returns
TypeDescription
$this

getNextPageToken

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

Generated from protobuf field string next_page_token = 2;

Returns
TypeDescription
string

setNextPageToken

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

Generated from protobuf field string next_page_token = 2;

Parameter
NameDescription
var string
Returns
TypeDescription
$this