Compute Engine v1 API - Enum InstanceGroupManager.Types.ListManagedInstancesResults (2.15.0)

public enum InstanceGroupManager.Types.ListManagedInstancesResults

Reference documentation and code samples for the Compute Engine v1 API enum InstanceGroupManager.Types.ListManagedInstancesResults.

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

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Fields

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

UndefinedListManagedInstancesResults

A value indicating that the enum field is not set.