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.RawDisk
Image.RawDisk. create(URI source, String containerType, String sha1Checksum)
abstract Image.RawDisk
Image. rawDisk()
Methods in org.jclouds.googlecomputeengine.domain with parameters of type Image.RawDisk Modifier and Type Method Description static Image
Image. 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.RawDisk
ImageCreationOptions.Builder. rawDisk
Methods in org.jclouds.googlecomputeengine.options that return Image.RawDisk Modifier and Type Method Description abstract Image.RawDisk
ImageCreationOptions. rawDisk()
Methods in org.jclouds.googlecomputeengine.options with parameters of type Image.RawDisk Modifier and Type Method Description ImageCreationOptions.Builder
ImageCreationOptions.Builder. rawDisk(Image.RawDisk rawDisk)
-