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

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

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

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

Constructors in org.jclouds.cloudstack.domain with parameters of type Capacity.Type
Capacity(long capacityTotal, long capacityUsed, double percentUsed, long podId, String podName, Capacity.Type type, long zoneId, String zoneName)
           
 

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

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



Copyright © 2009-2012 jclouds. All Rights Reserved.