Uses of Class
org.jclouds.googlecomputeengine.domain.Instance.AttachedDisk.Mode
-
Packages that use Instance.AttachedDisk.Mode Package Description org.jclouds.googlecomputeengine.domain -
-
Uses of Instance.AttachedDisk.Mode in org.jclouds.googlecomputeengine.domain
Methods in org.jclouds.googlecomputeengine.domain that return Instance.AttachedDisk.Mode Modifier and Type Method Description abstract Instance.AttachedDisk.Mode
Instance.AttachedDisk. mode()
static Instance.AttachedDisk.Mode
Instance.AttachedDisk.Mode. valueOf(String name)
Returns the enum constant of this type with the specified name.static Instance.AttachedDisk.Mode[]
Instance.AttachedDisk.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.AttachedDisk.Mode Modifier and Type Method Description static Instance.AttachedDisk
Instance.AttachedDisk. create(int index, Instance.AttachedDisk.Type type, Instance.AttachedDisk.Mode mode, URI source, String deviceName, boolean autoDelete, boolean boot, AttachDisk.InitializeParams initializeParams, List<String> licenses, AttachDisk.DiskInterface diskInterface)
-