Google Cloud Compute V1 API - Module Google::Cloud::Compute::V1::InstanceGroupManager::ListManagedInstancesResults (v3.9.1)
Stay organized with collections
Save and categorize content based on your preferences.
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'slistManagedInstances 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.