Class ListManagedInstancesResults (1.19.0)

ListManagedInstancesResults(value)

Pagination behavior of the listManagedInstances API method for this managed instance group.

Enums

Name Description
UNDEFINED_LIST_MANAGED_INSTANCES_RESULTS A value indicating that the enum field is not set.
PAGELESS (Default) Pagination is disabled for the group's listManagedInstances API method. maxResults and pageToken query parameters are ignored and all instances are returned in a single response.
PAGINATED Pagination is enabled for the group's listManagedInstances API method. maxResults and pageToken query parameters are respected.