Uses of Class
org.jclouds.googlecomputeengine.options.DiskCreationOptions
Packages that use DiskCreationOptions
Package
Description
-
Uses of DiskCreationOptions in org.jclouds.googlecomputeengine.features
Methods in org.jclouds.googlecomputeengine.features with parameters of type DiskCreationOptionsModifier and TypeMethodDescriptionDiskApi.create
(String diskName, String sourceImage, DiskCreationOptions options) Creates a persistent disk resource, in the specified project, specifying the size of the disk and other options.DiskApi.create
(String diskName, DiskCreationOptions options) Creates a persistent disk resource, in the specified project, specifying the size of the disk and other options. -
Uses of DiskCreationOptions in org.jclouds.googlecomputeengine.options
Methods in org.jclouds.googlecomputeengine.options that return DiskCreationOptions