Uses of Class
org.jclouds.googlecomputeengine.domain.AttachDisk
Packages that use AttachDisk
-
Uses of AttachDisk in org.jclouds.googlecomputeengine.domain
Methods in org.jclouds.googlecomputeengine.domain that return AttachDiskModifier 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 AttachDisk
AttachDisk.existingBootDisk
(URI existingBootDisk) static AttachDisk
AttachDisk.existingDisk
(URI existingDisk) static AttachDisk
AttachDisk.newBootDisk
(URI sourceImage) static AttachDisk
AttachDisk.newBootDisk
(URI sourceImage, URI diskType) Methods in org.jclouds.googlecomputeengine.domain that return types with arguments of type AttachDiskMethod parameters in org.jclouds.googlecomputeengine.domain with type arguments of type AttachDiskModifier and TypeMethodDescriptionstatic NewInstance
NewInstance.create
(String name, URI machineType, URI network, URI subnetwork, List<AttachDisk> disks, String description, Tags tags) Constructor parameters in org.jclouds.googlecomputeengine.domain with type arguments of type AttachDisk -
Uses of AttachDisk in org.jclouds.googlecomputeengine.features
Methods in org.jclouds.googlecomputeengine.features with parameters of type AttachDiskModifier and TypeMethodDescriptionInstanceApi.attachDisk
(String instance, AttachDisk attachDiskOptions) Attaches a disk to an instance