RegionInstanceGroupManagerListManagedInstancesResults

enum RegionInstanceGroupManagerListManagedInstancesResults : Enum<RegionInstanceGroupManagerListManagedInstancesResults> , ConvertibleToJava<RegionInstanceGroupManagerListManagedInstancesResults>

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

Entries

Link copied to clipboard

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

Link copied to clipboard

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

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun toJava(): RegionInstanceGroupManagerListManagedInstancesResults
Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.

Properties

Link copied to clipboard
val javaValue: RegionInstanceGroupManagerListManagedInstancesResults
Link copied to clipboard
Link copied to clipboard