Module: Google::Cloud::Compute::V1::InstanceGroupManager::ListManagedInstancesResults

Defined in:
proto_docs/google/cloud/compute/v1/compute.rb

Overview

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

Constant Summary collapse

UNDEFINED_LIST_MANAGED_INSTANCES_RESULTS =

A value indicating that the enum field is not set.

0
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.

32_183_464
PAGINATED =

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

40_190_637