public class Compute.TargetInstances
extends java.lang.Object
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 |
Constructor and Description |
---|
Compute.TargetInstances() |
Modifier and Type | Method and Description |
---|---|
Compute.TargetInstances.AggregatedList |
aggregatedList(java.lang.String project)
Retrieves the list of target instances grouped by scope.
|
Compute.TargetInstances.Delete |
delete(java.lang.String project,
java.lang.String zone,
java.lang.String targetInstance)
Deletes the specified TargetInstance resource.
|
Compute.TargetInstances.Get |
get(java.lang.String project,
java.lang.String zone,
java.lang.String targetInstance)
Returns the specified TargetInstance resource.
|
Compute.TargetInstances.Insert |
insert(java.lang.String project,
java.lang.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(java.lang.String project,
java.lang.String zone)
Retrieves the list of TargetInstance resources available to the specified project and zone.
|
public Compute.TargetInstances.AggregatedList aggregatedList(java.lang.String project) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Name of the project scoping this request.java.io.IOException
public Compute.TargetInstances.Delete delete(java.lang.String project, java.lang.String zone, java.lang.String targetInstance) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Name of the project scoping this request.zone
- Name of the zone scoping this request.targetInstance
- Name of the TargetInstance resource to delete.java.io.IOException
public Compute.TargetInstances.Get get(java.lang.String project, java.lang.String zone, java.lang.String targetInstance) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Name of the project scoping this request.zone
- Name of the zone scoping this request.targetInstance
- Name of the TargetInstance resource to return.java.io.IOException
public Compute.TargetInstances.Insert insert(java.lang.String project, java.lang.String zone, TargetInstance content) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Name of the project scoping this request.zone
- Name of the zone scoping this request.content
- the TargetInstance
java.io.IOException
public Compute.TargetInstances.List list(java.lang.String project, java.lang.String zone) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Name of the project scoping this request.zone
- Name of the zone scoping this request.java.io.IOException