Uses of Class
org.jclouds.googlecomputeengine.options.AttachDiskOptions.DiskMode

Packages that use AttachDiskOptions.DiskMode
org.jclouds.googlecomputeengine.options   
 

Uses of AttachDiskOptions.DiskMode in org.jclouds.googlecomputeengine.options
 

Methods in org.jclouds.googlecomputeengine.options that return AttachDiskOptions.DiskMode
 AttachDiskOptions.DiskMode AttachDiskOptions.getMode()
          The disk mode
static AttachDiskOptions.DiskMode AttachDiskOptions.DiskMode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AttachDiskOptions.DiskMode[] AttachDiskOptions.DiskMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jclouds.googlecomputeengine.options with parameters of type AttachDiskOptions.DiskMode
 AttachDiskOptions AttachDiskOptions.mode(AttachDiskOptions.DiskMode mode)
           
 



Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.