| Package | Description | 
|---|---|
| org.jclouds.vcloud.domain | |
| org.jclouds.vcloud.domain.internal | |
| org.jclouds.vcloud.xml | 
| Modifier and Type | Method and Description | 
|---|---|
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 
 | 
| Modifier and Type | Method and Description | 
|---|---|
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 
 | 
| Constructor and Description | 
|---|
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)  | 
| Modifier and Type | Field and Description | 
|---|---|
protected Capacity | 
VDCHandler.cpuCapacity  | 
protected Capacity | 
VDCHandler.memoryCapacity  | 
protected Capacity | 
VDCHandler.storageCapacity  | 
Copyright © 2009-2013 jclouds. All Rights Reserved.