Uses of Class
org.jclouds.googlecomputeengine.domain.Disk
Packages that use Disk
Package
Description
-
Uses of Disk in org.jclouds.googlecomputeengine.compute.functions
Methods in org.jclouds.googlecomputeengine.compute.functions that return Disk -
Uses of Disk in org.jclouds.googlecomputeengine.domain
Methods in org.jclouds.googlecomputeengine.domain that return DiskModifier and TypeMethodDescriptionstatic 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 DiskModifier and TypeMethodDescriptionReturns a persistent disk by name or null if not found.Methods in org.jclouds.googlecomputeengine.features that return types with arguments of type DiskModifier and TypeMethodDescriptionAggregatedListApi.disks()
AggregatedListApi.disks
(ListOptions options) AggregatedListApi.DiskPages.fetchNextPage
(ListOptions options) DiskApi.DiskPages.fetchNextPage
(String zoneName, ListOptions options) DiskApi.list()
DiskApi.list
(ListOptions options) DiskApi.listPage
(String pageToken, ListOptions listOptions) Retrieves the list of persistent disk resources available to the specified project.AggregatedListApi.pageOfDisks
(String pageToken, ListOptions listOptions) Retrieves the list of disk resources available to the specified project.