Uses of Class
org.jclouds.googlecomputeengine.options.DiskCreationOptions
- 
Packages that use DiskCreationOptions Package Description org.jclouds.googlecomputeengine.features org.jclouds.googlecomputeengine.options  - 
- 
Uses of DiskCreationOptions in org.jclouds.googlecomputeengine.features
Methods in org.jclouds.googlecomputeengine.features with parameters of type DiskCreationOptions Modifier and Type Method Description OperationDiskApi. 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.OperationDiskApi. 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 Modifier and Type Method Description DiskCreationOptionsDiskCreationOptions.Builder. build() 
 -