Uses of Class
org.jclouds.googlecomputeengine.domain.Image.Status
-
Packages that use Image.Status Package Description org.jclouds.googlecomputeengine.domain -
-
Uses of Image.Status in org.jclouds.googlecomputeengine.domain
Methods in org.jclouds.googlecomputeengine.domain that return Image.Status Modifier and Type Method Description abstract Image.Status
Image. status()
static Image.Status
Image.Status. valueOf(String name)
Returns the enum constant of this type with the specified name.static Image.Status[]
Image.Status. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jclouds.googlecomputeengine.domain with parameters of type Image.Status 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)
-