RegionInstanceGroupsResource class

Constructors

RegionInstanceGroupsResource(ApiRequester client)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent 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
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited