Uses of Class
org.jclouds.googlecomputeengine.domain.AttachDisk
-
Packages that use AttachDisk Package Description org.jclouds.googlecomputeengine.domain org.jclouds.googlecomputeengine.features -
-
Uses of AttachDisk in org.jclouds.googlecomputeengine.domain
Methods in org.jclouds.googlecomputeengine.domain that return AttachDisk 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 AttachDiskAttachDisk. existingBootDisk(URI existingBootDisk)static AttachDiskAttachDisk. existingDisk(URI existingDisk)static AttachDiskAttachDisk. newBootDisk(URI sourceImage)static AttachDiskAttachDisk. newBootDisk(URI sourceImage, URI diskType)Methods in org.jclouds.googlecomputeengine.domain that return types with arguments of type AttachDisk Modifier and Type Method Description abstract List<AttachDisk>NewInstance. disks()Method parameters in org.jclouds.googlecomputeengine.domain with type arguments of type AttachDisk Modifier and Type Method Description static NewInstanceNewInstance. 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 Constructor Description Builder(String name, URI machineType, URI network, URI subnetwork, List<AttachDisk> disks) -
Uses of AttachDisk in org.jclouds.googlecomputeengine.features
Methods in org.jclouds.googlecomputeengine.features with parameters of type AttachDisk Modifier and Type Method Description OperationInstanceApi. attachDisk(String instance, AttachDisk attachDiskOptions)Attaches a disk to an instance
-