Uses of Class
org.jclouds.googlecomputeengine.domain.AttachDisk.Mode
-
Packages that use AttachDisk.Mode Package Description org.jclouds.googlecomputeengine.domain -
-
Uses of AttachDisk.Mode in org.jclouds.googlecomputeengine.domain
Methods in org.jclouds.googlecomputeengine.domain that return AttachDisk.Mode Modifier and Type Method Description abstract AttachDisk.Mode
AttachDisk. mode()
static AttachDisk.Mode
AttachDisk.Mode. valueOf(String name)
Returns the enum constant of this type with the specified name.static AttachDisk.Mode[]
AttachDisk.Mode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jclouds.googlecomputeengine.domain with parameters of type AttachDisk.Mode Modifier and Type Method Description static AttachDisk
AttachDisk. create(AttachDisk.Type type, AttachDisk.Mode mode, URI source, String deviceName, boolean boot, AttachDisk.InitializeParams initializeParams, boolean autoDelete, List<String> licenses, AttachDisk.DiskInterface diskInterface)
-