| Modifier and Type | Class and Description |
|---|---|
class |
Compute.InstantSnapshotGroups.Delete |
class |
Compute.InstantSnapshotGroups.Get |
class |
Compute.InstantSnapshotGroups.Insert |
class |
Compute.InstantSnapshotGroups.List |
| Constructor and Description |
|---|
InstantSnapshotGroups() |
| Modifier and Type | Method and Description |
|---|---|
Compute.InstantSnapshotGroups.Delete |
delete(String project,
String zone,
String instantSnapshotGroup)
deletes a Zonal InstantSnapshotGroup resource
Create a request for the method "instantSnapshotGroups.delete".
|
Compute.InstantSnapshotGroups.Get |
get(String project,
String zone,
String instantSnapshotGroup)
returns the specified InstantSnapshotGroup resource in the specified zone.
|
Compute.InstantSnapshotGroups.Insert |
insert(String project,
String zone,
InstantSnapshotGroup content)
inserts a Zonal InstantSnapshotGroup resource
Create a request for the method "instantSnapshotGroups.insert".
|
Compute.InstantSnapshotGroups.List |
list(String project,
String zone)
retrieves the list of InstantSnapshotGroup resources contained within the specified zone.
|
public Compute.InstantSnapshotGroups.Delete delete(String project, String zone, String instantSnapshotGroup) 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.instantSnapshotGroup - Name of the InstantSnapshot resource to delete.IOExceptionpublic Compute.InstantSnapshotGroups.Get get(String project, String zone, String instantSnapshotGroup) 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.instantSnapshotGroup - Name of the InstantSnapshotGroup resource to return.IOExceptionpublic Compute.InstantSnapshotGroups.Insert insert(String project, String zone, InstantSnapshotGroup content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.zone - Name of the zone for this request.content - the InstantSnapshotGroupIOExceptionpublic Compute.InstantSnapshotGroups.List list(String project, String zone) 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.IOExceptionCopyright © 2011–2024 Google. All rights reserved.