Uses of Class
org.jclouds.googlecomputeengine.domain.Disk.Status
-
Packages that use Disk.Status Package Description org.jclouds.googlecomputeengine.domain -
-
Uses of Disk.Status in org.jclouds.googlecomputeengine.domain
Methods in org.jclouds.googlecomputeengine.domain that return Disk.Status Modifier and Type Method Description abstract Disk.StatusDisk. status()static Disk.StatusDisk.Status. valueOf(String name)Returns the enum constant of this type with the specified name.static Disk.Status[]Disk.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 Disk.Status Modifier and Type Method Description static DiskDisk. 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)
-