|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Capacity | |
---|---|
org.jclouds.vcloud.domain | |
org.jclouds.vcloud.domain.internal | |
org.jclouds.vcloud.xml |
Uses of Capacity in org.jclouds.vcloud.domain |
---|
Methods in org.jclouds.vcloud.domain that return Capacity | |
---|---|
Capacity |
VDC.getCpuCapacity()
reports CPU resource consumption in a vDC |
Capacity |
VDC.getMemoryCapacity()
reports memory resource consumption in a vDC |
Capacity |
VDC.getStorageCapacity()
defines the storage capacity available in the vDC |
Uses of Capacity in org.jclouds.vcloud.domain.internal |
---|
Methods in org.jclouds.vcloud.domain.internal that return Capacity | |
---|---|
Capacity |
VDCImpl.getCpuCapacity()
reports CPU resource consumption in a vDC |
Capacity |
VDCImpl.getMemoryCapacity()
reports memory resource consumption in a vDC |
Capacity |
VDCImpl.getStorageCapacity()
defines the storage capacity available in the vDC |
Constructors in org.jclouds.vcloud.domain.internal with parameters of type Capacity | |
---|---|
VDCImpl(String name,
String type,
URI id,
VDCStatus status,
ReferenceType org,
String description,
Iterable<Task> tasks,
AllocationModel allocationModel,
Capacity storageCapacity,
Capacity cpuCapacity,
Capacity memoryCapacity,
Map<String,ReferenceType> resourceEntities,
Map<String,ReferenceType> availableNetworks,
int nicQuota,
int networkQuota,
int vmQuota,
boolean isEnabled)
|
Uses of Capacity in org.jclouds.vcloud.xml |
---|
Fields in org.jclouds.vcloud.xml declared as Capacity | |
---|---|
protected Capacity |
VDCHandler.cpuCapacity
|
protected Capacity |
VDCHandler.memoryCapacity
|
protected Capacity |
VDCHandler.storageCapacity
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |