Reference documentation and code samples for the Compute V1 Client class ListManagedInstancesResults.
Pagination behavior of the listManagedInstances API method for this managed instance group.
Protobuf type google.cloud.compute.v1.InstanceGroupManager.ListManagedInstancesResults
Namespace
Google \ Cloud \ Compute \ V1 \ InstanceGroupManagerMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
UNDEFINED_LIST_MANAGED_INSTANCES_RESULTS
Value: 0
A value indicating that the enum field is not set.
Generated from protobuf enum UNDEFINED_LIST_MANAGED_INSTANCES_RESULTS = 0;
PAGELESS
Value: 32183464
(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.
Generated from protobuf enum PAGELESS = 32183464;
PAGINATED
Value: 40190637
Pagination is enabled for the group's listManagedInstances API method. maxResults and pageToken query parameters are respected.
Generated from protobuf enum PAGINATED = 40190637;