RegionInstanceGroupsResourceApi class
Properties
-
hashCode
→ int
-
The hash code for this object. [...]
read-only, inherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
get(String project, String region, String instanceGroup, {String $fields})
→ Future<InstanceGroup>
-
Returns the specified instance group resource. [...]
-
list(String project, String region, {String filter, int maxResults, String orderBy, String pageToken, bool returnPartialSuccess, String $fields})
→ Future<RegionInstanceGroupList>
-
Retrieves the list of instance group resources contained within the
specified region. [...]
-
listInstances(RegionInstanceGroupsListInstancesRequest request, String project, String region, String instanceGroup, {String filter, int maxResults, String orderBy, String pageToken, bool returnPartialSuccess, String $fields})
→ Future<RegionInstanceGroupsListInstances>
-
Lists the instances in the specified instance group and displays
information about the named ports. Depending on the specified options,
this method can list all instances or only the instances that are running.
The orderBy query parameter is not supported. [...]
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a non-existent method or property is accessed. [...]
inherited
-
setNamedPorts(RegionInstanceGroupsSetNamedPortsRequest request, String project, String region, String instanceGroup, {String requestId, String $fields})
→ Future<Operation>
-
Sets the named ports for the specified regional instance group. [...]
-
toString()
→ String
-
Returns a string representation of this object.
inherited