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
 

Fields in org.jclouds.cloudstack.domain declared as Volume.Type
protected  Volume.Type Volume.Builder.type
           
protected  Volume.Type Snapshot.Builder.volumeType
           
 

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
 T Volume.Builder.type(Volume.Type type)
           
 T Snapshot.Builder.volumeType(Volume.Type volumeType)
           
 

Constructors in org.jclouds.cloudstack.domain with parameters of type Volume.Type
Snapshot(String id, String account, Date created, String domain, String domainId, Snapshot.Interval interval, String jobId, String jobStatus, String name, Snapshot.Type snapshotType, Snapshot.State state, String volumeId, String volumeName, Volume.Type volumeType)
           
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)
           
 

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.