Uses of Class
org.jclouds.googlecomputeengine.domain.Instance.AttachedDisk
-
Packages that use Instance.AttachedDisk Package Description org.jclouds.googlecomputeengine.domain -
-
Uses of Instance.AttachedDisk in org.jclouds.googlecomputeengine.domain
Methods in org.jclouds.googlecomputeengine.domain that return Instance.AttachedDisk 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)
Methods in org.jclouds.googlecomputeengine.domain that return types with arguments of type Instance.AttachedDisk Modifier and Type Method Description abstract List<Instance.AttachedDisk>
Instance. disks()
-