Class ListAzureClustersRequest (0.1.0)

ListAzureClustersRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request message for AzureClusters.ListAzureClusters method.

Attributes

NameDescription
parent str
Required. The parent location which owns this collection of AzureCluster resources. Location names are formatted as ``projects/
page_size int
The maximum number of items to return. If not specified, a default value of 50 will be used by the service. Regardless of the pageSize value, the response can include a partial list and a caller should only rely on response's nextPageToken to determine if there are more instances left to be queried.
page_token str
The ``nextPageToken`` value returned from a previous azureClusters.list request, if any.

Inheritance

builtins.object > proto.message.Message > ListAzureClustersRequest