Uses of Class
org.jclouds.googlecomputeengine.domain.Image.RawDisk
-
Packages that use Image.RawDisk Package Description org.jclouds.googlecomputeengine.domain org.jclouds.googlecomputeengine.options -
-
Uses of Image.RawDisk in org.jclouds.googlecomputeengine.domain
Methods in org.jclouds.googlecomputeengine.domain that return Image.RawDisk Modifier and Type Method Description static Image.RawDiskImage.RawDisk. create(URI source, String containerType, String sha1Checksum)abstract Image.RawDiskImage. rawDisk()Methods in org.jclouds.googlecomputeengine.domain with parameters of type Image.RawDisk Modifier and Type Method Description static ImageImage. create(String id, URI selfLink, Date creationTimestamp, String name, String description, String sourceType, Image.RawDisk rawDisk, Deprecated deprecated, Image.Status status, Long archiveSizeBytes, Long diskSizeGb, String sourceDisk, String sourceDiskId, List<String> licenses) -
Uses of Image.RawDisk in org.jclouds.googlecomputeengine.options
Fields in org.jclouds.googlecomputeengine.options declared as Image.RawDisk Modifier and Type Field Description Image.RawDiskImageCreationOptions.Builder. rawDiskMethods in org.jclouds.googlecomputeengine.options that return Image.RawDisk Modifier and Type Method Description abstract Image.RawDiskImageCreationOptions. rawDisk()Methods in org.jclouds.googlecomputeengine.options with parameters of type Image.RawDisk Modifier and Type Method Description ImageCreationOptions.BuilderImageCreationOptions.Builder. rawDisk(Image.RawDisk rawDisk)
-