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 Operation
DiskApi. 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.Operation
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 Modifier and Type Method Description DiskCreationOptions
DiskCreationOptions.Builder. build()
-