| Modifier and Type | Class and Description | 
|---|---|
| class  | Compute.TargetInstances.AggregatedList | 
| class  | Compute.TargetInstances.Delete | 
| class  | Compute.TargetInstances.Get | 
| class  | Compute.TargetInstances.Insert | 
| class  | Compute.TargetInstances.List | 
| class  | Compute.TargetInstances.TestIamPermissions | 
| Constructor and Description | 
|---|
| TargetInstances() | 
| Modifier and Type | Method and Description | 
|---|---|
| Compute.TargetInstances.AggregatedList | aggregatedList(String project)Retrieves an aggregated list of target instances. | 
| Compute.TargetInstances.Delete | delete(String project,
      String zone,
      String targetInstance)Deletes the specified TargetInstance resource. | 
| Compute.TargetInstances.Get | get(String project,
   String zone,
   String targetInstance)Returns the specified TargetInstance resource. | 
| Compute.TargetInstances.Insert | insert(String project,
      String zone,
      TargetInstance content)Creates a TargetInstance resource in the specified project and zone using the data included in
 the request. | 
| Compute.TargetInstances.List | list(String project,
    String zone)Retrieves a list of TargetInstance resources available to the specified project and zone. | 
| Compute.TargetInstances.TestIamPermissions | testIamPermissions(String project,
                  String zone,
                  String resource,
                  TestPermissionsRequest content)Returns permissions that a caller has on the specified resource. | 
public Compute.TargetInstances.AggregatedList aggregatedList(String project) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.IOExceptionpublic Compute.TargetInstances.Delete delete(String project, String zone, String targetInstance) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.zone - Name of the zone scoping this request.targetInstance - Name of the TargetInstance resource to delete.IOExceptionpublic Compute.TargetInstances.Get get(String project, String zone, String targetInstance) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.zone - Name of the zone scoping this request.targetInstance - Name of the TargetInstance resource to return.IOExceptionpublic Compute.TargetInstances.Insert insert(String project, String zone, TargetInstance content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.zone - Name of the zone scoping this request.content - the TargetInstanceIOExceptionpublic Compute.TargetInstances.List list(String project, String zone) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.zone - Name of the zone scoping this request.IOExceptionpublic Compute.TargetInstances.TestIamPermissions testIamPermissions(String project, String zone, String resource, TestPermissionsRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.zone - The name of the zone for this request.resource - Name or id of the resource for this request.content - the TestPermissionsRequestIOExceptionCopyright © 2011–2022 Google. All rights reserved.