Uses of Class
org.jclouds.cloudstack.domain.Volume.State

Packages that use Volume.State
org.jclouds.cloudstack.domain   
 

Uses of Volume.State in org.jclouds.cloudstack.domain
 

Fields in org.jclouds.cloudstack.domain declared as Volume.State
protected  Volume.State Volume.Builder.state
           
 

Methods in org.jclouds.cloudstack.domain that return Volume.State
static Volume.State Volume.State.fromValue(String state)
           
 Volume.State Volume.getState()
           
static Volume.State Volume.State.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Volume.State[] Volume.State.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jclouds.cloudstack.domain with parameters of type Volume.State
 T Volume.Builder.state(Volume.State state)
           
 

Constructors in org.jclouds.cloudstack.domain with parameters of type Volume.State
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)
           
 



Copyright © 2009-2013 jclouds. All Rights Reserved.