Package | Description |
---|---|
org.jclouds.googlecomputeengine.compute.functions | |
org.jclouds.googlecomputeengine.domain | |
org.jclouds.googlecomputeengine.features |
Modifier and Type | Method and Description |
---|---|
Disk |
Resources.disk(URI selfLink)
Returns a disk by self-link or null if not found.
|
Modifier and Type | Method and Description |
---|---|
static Disk |
Disk.create(String id,
Date creationTimestamp,
URI zone,
Disk.Status status,
String name,
String description,
int sizeGb,
String sourceSnapshot,
String sourceSnapshotId,
URI selfLink,
URI sourceImage,
String sourceImageId,
URI type,
List<String> licenses) |
Modifier and Type | Method and Description |
---|---|
Disk |
DiskApi.get(String disk)
Returns a persistent disk by name or null if not found.
|
Modifier and Type | Method and Description |
---|---|
Iterator<ListPage<Disk>> |
AggregatedListApi.disks() |
Iterator<ListPage<Disk>> |
AggregatedListApi.disks(ListOptions options) |
protected com.google.common.base.Function<String,ListPage<Disk>> |
AggregatedListApi.DiskPages.fetchNextPage(ListOptions options) |
protected com.google.common.base.Function<String,ListPage<Disk>> |
DiskApi.DiskPages.fetchNextPage(String zoneName,
ListOptions options) |
Iterator<ListPage<Disk>> |
DiskApi.list() |
Iterator<ListPage<Disk>> |
DiskApi.list(ListOptions options) |
ListPage<Disk> |
DiskApi.listPage(String pageToken,
ListOptions listOptions)
Retrieves the list of persistent disk resources available to the specified project.
|
ListPage<Disk> |
AggregatedListApi.pageOfDisks(String pageToken,
ListOptions listOptions)
Retrieves the list of disk resources available to the specified project.
|
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.