Modifier and Type | Class and Description |
---|---|
class |
Compute.Snapshots.Delete |
class |
Compute.Snapshots.Get |
class |
Compute.Snapshots.List |
Constructor and Description |
---|
Compute.Snapshots() |
Modifier and Type | Method and Description |
---|---|
Compute.Snapshots.Delete |
delete(String project,
String snapshot)
Deletes the specified persistent disk snapshot resource.
|
Compute.Snapshots.Get |
get(String project,
String snapshot)
Returns the specified persistent disk snapshot resource.
|
Compute.Snapshots.List |
list(String project)
Retrieves the list of persistent disk snapshot resources contained within the specified project.
|
public Compute.Snapshots.Delete delete(String project, String snapshot) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Name of the project scoping this request.snapshot
- Name of the persistent disk snapshot resource to delete.IOException
public Compute.Snapshots.Get get(String project, String snapshot) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Name of the project scoping this request.snapshot
- Name of the persistent disk snapshot resource to return.IOException
public Compute.Snapshots.List list(String project) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Name of the project scoping this request.IOException