public interface VDC extends ReferenceType
| Modifier and Type | Method and Description | 
|---|---|
AllocationModel | 
getAllocationModel()
defines how resources are allocated by the vDC. 
 | 
Map<String,ReferenceType> | 
getAvailableNetworks()
container for OrgNetwork elements that represent organization networks contained by the vDC 
 | 
Capacity | 
getCpuCapacity()
reports CPU resource consumption in a vDC 
 | 
String | 
getDescription()
optional description 
 | 
Capacity | 
getMemoryCapacity()
reports memory resource consumption in a vDC 
 | 
int | 
getNetworkQuota()
maximum number of OrgNetwork objects that can be deployed in this vDC. 
 | 
int | 
getNicQuota()
maximum number of virtual NICs allowed in this vDC. 
 | 
ReferenceType | 
getOrg()
Reference to the org containing this vDC. 
 | 
Map<String,ReferenceType> | 
getResourceEntities()
container for ResourceEntity elements 
 | 
VDCStatus | 
getStatus()
The creation status of the vDC 
 | 
Capacity | 
getStorageCapacity()
defines the storage capacity available in the vDC 
 | 
List<Task> | 
getTasks()
read‐only container for Task elements. 
 | 
int | 
getVmQuota()
maximum number of virtual machines that can be deployed in this vDC. 
 | 
boolean | 
isEnabled()
true if this vDC is enabled 
 | 
getHref, getName, getTypecompareToReferenceType getOrg()
VDCStatus getStatus()
List<Task> getTasks()
AllocationModel getAllocationModel()
@Nullable Capacity getStorageCapacity()
@Nullable Capacity getCpuCapacity()
@Nullable Capacity getMemoryCapacity()
Map<String,ReferenceType> getResourceEntities()
Map<String,ReferenceType> getAvailableNetworks()
int getNicQuota()
int getNetworkQuota()
int getVmQuota()
boolean isEnabled()
Copyright © 2009-2013 jclouds. All Rights Reserved.