Uses of Enum Class
org.jclouds.googlecomputeengine.domain.AttachDisk.DiskInterface
Packages that use AttachDisk.DiskInterface
-
Uses of AttachDisk.DiskInterface in org.jclouds.googlecomputeengine.domain
Methods in org.jclouds.googlecomputeengine.domain that return AttachDisk.DiskInterfaceModifier and TypeMethodDescriptionabstract AttachDisk.DiskInterface
AttachDisk.diskInterface()
abstract AttachDisk.DiskInterface
Instance.AttachedDisk.diskInterface()
static AttachDisk.DiskInterface
Returns the enum constant of this class with the specified name.static AttachDisk.DiskInterface[]
AttachDisk.DiskInterface.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jclouds.googlecomputeengine.domain with parameters of type AttachDisk.DiskInterfaceModifier and TypeMethodDescriptionstatic AttachDisk
AttachDisk.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.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)