Google Cloud Compute V1 API - Module Google::Cloud::Compute::V1::InstanceGroupManager::ListManagedInstancesResults (v2.4.0)

Reference documentation and code samples for the Google Cloud Compute V1 API module Google::Cloud::Compute::V1::InstanceGroupManager::ListManagedInstancesResults.

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

Constants

UNDEFINED_LIST_MANAGED_INSTANCES_RESULTS

value: 0
A value indicating that the enum field is not set.

PAGELESS

value: 32_183_464
(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

value: 40_190_637
Pagination is enabled for the group's listManagedInstances API method. maxResults and pageToken query parameters are respected.