| Modifier and Type | Class and Description | 
|---|---|
class  | 
Compute.RegionInstanceGroups.Get  | 
class  | 
Compute.RegionInstanceGroups.List  | 
class  | 
Compute.RegionInstanceGroups.ListInstances  | 
class  | 
Compute.RegionInstanceGroups.SetNamedPorts  | 
class  | 
Compute.RegionInstanceGroups.TestIamPermissions  | 
| Constructor and Description | 
|---|
RegionInstanceGroups()  | 
| Modifier and Type | Method and Description | 
|---|---|
Compute.RegionInstanceGroups.Get | 
get(String project,
   String region,
   String instanceGroup)
Returns the specified instance group resource. 
 | 
Compute.RegionInstanceGroups.List | 
list(String project,
    String region)
Retrieves the list of instance group resources contained within the specified region. 
 | 
Compute.RegionInstanceGroups.ListInstances | 
listInstances(String project,
             String region,
             String instanceGroup,
             RegionInstanceGroupsListInstancesRequest content)
Lists the instances in the specified instance group and displays information about the named
 ports. 
 | 
Compute.RegionInstanceGroups.SetNamedPorts | 
setNamedPorts(String project,
             String region,
             String instanceGroup,
             RegionInstanceGroupsSetNamedPortsRequest content)
Sets the named ports for the specified regional instance group. 
 | 
Compute.RegionInstanceGroups.TestIamPermissions | 
testIamPermissions(String project,
                  String region,
                  String resource,
                  TestPermissionsRequest content)
Returns permissions that a caller has on the specified resource. 
 | 
public Compute.RegionInstanceGroups.Get get(String project, String region, String instanceGroup) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.region - Name of the region scoping this request.instanceGroup - Name of the instance group resource to return.IOExceptionpublic Compute.RegionInstanceGroups.List list(String project, String region) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.region - Name of the region scoping this request.IOExceptionpublic Compute.RegionInstanceGroups.ListInstances listInstances(String project, String region, String instanceGroup, RegionInstanceGroupsListInstancesRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.region - Name of the region scoping this request.instanceGroup - Name of the regional instance group for which we want to list the instances.content - the RegionInstanceGroupsListInstancesRequestIOExceptionpublic Compute.RegionInstanceGroups.SetNamedPorts setNamedPorts(String project, String region, String instanceGroup, RegionInstanceGroupsSetNamedPortsRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.region - Name of the region scoping this request.instanceGroup - The name of the regional instance group where the named ports are updated.content - the RegionInstanceGroupsSetNamedPortsRequestIOExceptionpublic Compute.RegionInstanceGroups.TestIamPermissions testIamPermissions(String project, String region, String resource, TestPermissionsRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.region - The name of the region for this request.resource - Name or id of the resource for this request.content - the TestPermissionsRequestIOExceptionCopyright © 2011–2020 Google. All rights reserved.