Uses of Class
org.dasein.cloud.services.disk.VolumeState

Packages that use VolumeState
org.dasein.cloud.services.disk   
 

Uses of VolumeState in org.dasein.cloud.services.disk
 

Methods in org.dasein.cloud.services.disk that return VolumeState
 VolumeState Volume.getCurrentState()
           
static VolumeState VolumeState.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static VolumeState[] VolumeState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.dasein.cloud.services.disk with parameters of type VolumeState
 void Volume.setCurrentState(VolumeState currentState)
           
 

Constructors in org.dasein.cloud.services.disk with parameters of type VolumeState
Volume(String providerId, String name, String regionId, String dataCenterId, int size, String serverId, String deviceId, VolumeState state)