Uses of Enum Class
org.jclouds.googlecomputeengine.domain.Disk.Status
Packages that use Disk.Status
-
Uses of Disk.Status in org.jclouds.googlecomputeengine.domain
Methods in org.jclouds.googlecomputeengine.domain that return Disk.StatusModifier and TypeMethodDescriptionabstract Disk.Status
Disk.status()
static Disk.Status
Returns the enum constant of this class with the specified name.static Disk.Status[]
Disk.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 Disk.StatusModifier and TypeMethodDescriptionstatic Disk
Disk.create
(String id, Date creationTimestamp, URI zone, Disk.Status status, String name, String description, int sizeGb, String sourceSnapshot, String sourceSnapshotId, URI selfLink, URI sourceImage, String sourceImageId, URI type, List<String> licenses)