Package | Description |
---|---|
org.jclouds.googlecomputeengine.domain | |
org.jclouds.googlecomputeengine.features |
Modifier and Type | Method and Description |
---|---|
static Snapshot |
Snapshot.create(String id,
URI selfLink,
Date creationTimestamp,
String name,
String description,
int diskSizeGb,
String status,
URI sourceDisk,
String sourceDiskId,
Long storageBytes,
String storageByteStatus,
List<String> licenses) |
Modifier and Type | Method and Description |
---|---|
Snapshot |
SnapshotApi.get(String snapshot)
Returns a snapshot by name or null if not found.
|
Modifier and Type | Method and Description |
---|---|
protected com.google.common.base.Function<String,ListPage<Snapshot>> |
SnapshotApi.SnapshotPages.fetchNextPage(ListOptions options) |
Iterator<ListPage<Snapshot>> |
SnapshotApi.list() |
Iterator<ListPage<Snapshot>> |
SnapshotApi.list(ListOptions options) |
ListPage<Snapshot> |
SnapshotApi.listPage(String pageToken,
ListOptions listOptions)
Retrieves the list of snapshot resources available to the specified project.
|
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.