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

Packages that use Volume.Type
org.jclouds.cloudstack.domain   
org.jclouds.cloudstack.options   
 

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

Methods in org.jclouds.cloudstack.domain that return Volume.Type
static Volume.Type Volume.Type.fromValue(String resourceType)
           
 Volume.Type Volume.getType()
           
 Volume.Type Snapshot.getVolumeType()
           
static Volume.Type Volume.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Volume.Type[] Volume.Type.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.Type
 Volume.Builder Volume.Builder.type(Volume.Type type)
           
 Snapshot.Builder Snapshot.Builder.volumeType(Volume.Type volumeType)
           
 

Constructors in org.jclouds.cloudstack.domain with parameters of type Volume.Type
Snapshot(long id, String account, Date created, String domain, long domainId, Snapshot.Interval interval, long jobId, String jobStatus, String name, Snapshot.Type snapshotType, Snapshot.State state, long volumeId, String volumeName, Volume.Type volumeType)
           
Volume(long id, String account, Date attached, Date created, boolean destroyed, long deviceId, String diskOfferingDisplayText, long diskOfferingId, String diskOfferingName, String domain, long domainId, String hypervisor, boolean extractable, long jobId, String jobStatus, String name, String serviceOfferingDisplayText, long serviceOfferingId, String serviceOfferingName, long size, long snapshotId, Volume.State state, String storage, String storageType, Volume.Type type, long virtualMachineId, String vmDisplayName, String vmName, VirtualMachine.State vmState, long zoneId, String zoneName)
           
 

Uses of Volume.Type in org.jclouds.cloudstack.options
 

Methods in org.jclouds.cloudstack.options with parameters of type Volume.Type
 ListVolumesOptions ListVolumesOptions.type(Volume.Type type)
           
static ListVolumesOptions ListVolumesOptions.Builder.type(Volume.Type type)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.