Compute Engine API v1beta14 (revision 11)
com.google.api.services.compute
Class Compute.ZoneOperations
java.lang.Object
com.google.api.services.compute.Compute.ZoneOperations
- Enclosing class:
- Compute
public class Compute.ZoneOperations
- extends Object
The "zoneOperations" collection of methods.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Compute.ZoneOperations
public Compute.ZoneOperations()
delete
public Compute.ZoneOperations.Delete delete(String project,
String zone,
String operation)
throws IOException
- Deletes the specified zone-specific operation resource.
Create a request for the method "zoneOperations.delete".
This request holds the parameters needed by the the compute server. After setting any optional
parameters, call the
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
project
- Name of the project scoping this request.zone
- Name of the zone scoping this request.operation
- Name of the operation resource to delete.
- Returns:
- the request
- Throws:
IOException
get
public Compute.ZoneOperations.Get get(String project,
String zone,
String operation)
throws IOException
- Retrieves the specified zone-specific operation resource.
Create a request for the method "zoneOperations.get".
This request holds the parameters needed by the the compute server. After setting any optional
parameters, call the
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
project
- Name of the project scoping this request.zone
- Name of the zone scoping this request.operation
- Name of the operation resource to return.
- Returns:
- the request
- Throws:
IOException
list
public Compute.ZoneOperations.List list(String project,
String zone)
throws IOException
- Retrieves the list of operation resources contained within the specified zone.
Create a request for the method "zoneOperations.list".
This request holds the parameters needed by the the compute server. After setting any optional
parameters, call the
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
project
- Name of the project scoping this request.zone
- Name of the zone scoping this request.
- Returns:
- the request
- Throws:
IOException