Uses of Enum Class
org.jclouds.googlecomputeengine.domain.Image.Status
Packages that use Image.Status
-
Uses of Image.Status in org.jclouds.googlecomputeengine.domain
Methods in org.jclouds.googlecomputeengine.domain that return Image.StatusModifier and TypeMethodDescriptionabstract Image.Status
Image.status()
static Image.Status
Returns the enum constant of this class with the specified name.static Image.Status[]
Image.Status.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jclouds.googlecomputeengine.domain with parameters of type Image.StatusModifier and TypeMethodDescriptionstatic 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)