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

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

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

Methods in org.jclouds.googlecomputeengine.options that return AttachDiskOptions.DiskType
 AttachDiskOptions.DiskType AttachDiskOptions.getType()
          The disk type
static AttachDiskOptions.DiskType AttachDiskOptions.DiskType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AttachDiskOptions.DiskType[] AttachDiskOptions.DiskType.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.DiskType
 AttachDiskOptions AttachDiskOptions.type(AttachDiskOptions.DiskType type)
           
 



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