| Modifier and Type | Class and Description |
|---|---|
class |
Compute.RegionInstantSnapshotGroups.Delete |
class |
Compute.RegionInstantSnapshotGroups.Get |
class |
Compute.RegionInstantSnapshotGroups.Insert |
class |
Compute.RegionInstantSnapshotGroups.List |
| Constructor and Description |
|---|
RegionInstantSnapshotGroups() |
| Modifier and Type | Method and Description |
|---|---|
Compute.RegionInstantSnapshotGroups.Delete |
delete(String project,
String region,
String instantSnapshotGroup)
deletes a Regional InstantSnapshotGroup resource
Create a request for the method "regionInstantSnapshotGroups.delete".
|
Compute.RegionInstantSnapshotGroups.Get |
get(String project,
String region,
String instantSnapshotGroup)
returns the specified InstantSnapshotGroup resource in the specified region.
|
Compute.RegionInstantSnapshotGroups.Insert |
insert(String project,
String region,
InstantSnapshotGroup content)
creates a Regional InstantSnapshotGroup resource
Create a request for the method "regionInstantSnapshotGroups.insert".
|
Compute.RegionInstantSnapshotGroups.List |
list(String project,
String region)
retrieves the list of InstantSnapshotGroup resources contained within the specified region.
|
public Compute.RegionInstantSnapshotGroups.Delete delete(String project, String region, String instantSnapshotGroup) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.region - The name of the region for this request.instantSnapshotGroup - Name of the InstantSnapshotGroup resource to delete.IOExceptionpublic Compute.RegionInstantSnapshotGroups.Get get(String project, String region, String instantSnapshotGroup) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.region - The name of the region for this request.instantSnapshotGroup - Name of the InstantSnapshotGroup resource to return.IOExceptionpublic Compute.RegionInstantSnapshotGroups.Insert insert(String project, String region, InstantSnapshotGroup content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.region - Name of the region for this request.content - the InstantSnapshotGroupIOExceptionpublic Compute.RegionInstantSnapshotGroups.List list(String project, String region) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.region - The name of the region for this request.IOExceptionCopyright © 2011–2024 Google. All rights reserved.