Uses of Class
org.jclouds.googlecomputeengine.domain.Disk
-
Packages that use Disk Package Description org.jclouds.googlecomputeengine.compute.functions org.jclouds.googlecomputeengine.domain org.jclouds.googlecomputeengine.features -
-
Uses of Disk in org.jclouds.googlecomputeengine.compute.functions
Methods in org.jclouds.googlecomputeengine.compute.functions that return Disk Modifier and Type Method Description Disk
Resources. disk(URI selfLink)
Returns a disk by self-link or null if not found. -
Uses of Disk in org.jclouds.googlecomputeengine.domain
Methods in org.jclouds.googlecomputeengine.domain that return Disk Modifier and Type Method 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)
-
Uses of Disk in org.jclouds.googlecomputeengine.features
Methods in org.jclouds.googlecomputeengine.features that return Disk Modifier and Type Method Description Disk
DiskApi. get(String disk)
Returns a persistent disk by name or null if not found.Methods in org.jclouds.googlecomputeengine.features that return types with arguments of type Disk Modifier and Type Method 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.
-