Uses of Class
org.jclouds.cloudstack.domain.Capacity
-
Packages that use Capacity Package Description org.jclouds.cloudstack.domain org.jclouds.cloudstack.features -
-
Uses of Capacity in org.jclouds.cloudstack.domain
Methods in org.jclouds.cloudstack.domain that return Capacity Modifier and Type Method Description Capacity
Capacity.Builder. build()
Methods in org.jclouds.cloudstack.domain with parameters of type Capacity Modifier and Type Method Description int
Capacity. compareTo(Capacity other)
T
Capacity.Builder. fromCapacity(Capacity in)
-
Uses of Capacity in org.jclouds.cloudstack.features
Methods in org.jclouds.cloudstack.features that return types with arguments of type Capacity Modifier and Type Method Description Set<Capacity>
GlobalCapacityApi. listCapacity(ListCapacityOptions... options)
List Capacities
-