Class ListInstancesRequest (1.2.2)

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

ListInstancesRequest lists instances.

Attributes

NameDescription
parent str
Required. The project and location for which to retrieve instance information, in the format ``projects/{project_id}/locations/{location}``. In Cloud Filestore, locations map to GCP zones, for example **us-west1-b**. To retrieve instance information for all locations, use "-" for the ``{location}`` value.
page_size int
The maximum number of items to return.
page_token str
The next_page_token value to use if there are additional results to retrieve for this list request.
order_by str
Sort results. Supported values are "name", "name desc" or "" (unsorted).
filter str
List filter.

Inheritance

builtins.object > proto.message.Message > ListInstancesRequest