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