Uses of Class
org.jclouds.googlecomputeengine.domain.Instance.PersistentAttachedDisk.Mode

Packages that use Instance.PersistentAttachedDisk.Mode
org.jclouds.googlecomputeengine.domain   
 

Uses of Instance.PersistentAttachedDisk.Mode in org.jclouds.googlecomputeengine.domain
 

Methods in org.jclouds.googlecomputeengine.domain that return Instance.PersistentAttachedDisk.Mode
 Instance.PersistentAttachedDisk.Mode Instance.PersistentAttachedDisk.getMode()
           
static Instance.PersistentAttachedDisk.Mode Instance.PersistentAttachedDisk.Mode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Instance.PersistentAttachedDisk.Mode[] Instance.PersistentAttachedDisk.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 Instance.PersistentAttachedDisk.Mode
 Instance.PersistentAttachedDisk.Builder Instance.PersistentAttachedDisk.Builder.mode(Instance.PersistentAttachedDisk.Mode mode)
           
 

Constructors in org.jclouds.googlecomputeengine.domain with parameters of type Instance.PersistentAttachedDisk.Mode
Instance.PersistentAttachedDisk(Instance.PersistentAttachedDisk.Mode mode, URI source, String deviceName, Integer index, boolean deleteOnTerminate, boolean boot)
           
 



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