InstanceGroupManagerList class
Output Only
A list of managed instance groups.
Constructors
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- id ↔ String
-
Output Only
Unique identifier for the resource; defined by the server.read / write -
items
↔ List<
InstanceGroupManager> -
A list of InstanceGroupManager resources.
read / write
- kind ↔ String
-
Output Only
The resource type, which is always compute#instanceGroupManagerList for a list of managed instance groups.read / write - nextPageToken ↔ String
-
Output Only
This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.read / write - runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- selfLink ↔ String
-
Output Only
Server-defined URL for this resource.read / write - warning ↔ InstanceGroupManagerListWarning
-
Output Only
Informational warning message.read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toJson(
) → Map< String, Object> -
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited