Uses of Enum Class
org.jclouds.cloudstack.domain.Volume.State
Packages that use Volume.State
-
Uses of Volume.State in org.jclouds.cloudstack.domain
Fields in org.jclouds.cloudstack.domain declared as Volume.StateMethods in org.jclouds.cloudstack.domain that return Volume.StateModifier and TypeMethodDescriptionstatic Volume.State
Volume.getState()
static Volume.State
Returns the enum constant of this class with the specified name.static Volume.State[]
Volume.State.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jclouds.cloudstack.domain with parameters of type Volume.StateConstructors in org.jclouds.cloudstack.domain with parameters of type Volume.StateModifierConstructorDescriptionprotected
Volume
(String id, String account, Date attached, Date created, boolean destroyed, String deviceId, String diskOfferingDisplayText, String diskOfferingId, String diskOfferingName, String domain, String domainId, String hypervisor, boolean isExtractable, String jobId, String jobStatus, String name, String serviceOfferingDisplayText, String serviceOfferingId, String serviceOfferingName, long size, String snapshotId, Volume.State state, String storage, String storageType, Volume.Type type, String virtualMachineId, String vmDisplayName, String vmName, VirtualMachine.State vmState, String zoneId, String zoneName, Set<Tag> tags)