|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface VDC
A vDC is a deployment environment for vApps. A Vdc element provides a user view of a vDC.
Method Summary | |
---|---|
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 |
Methods inherited from interface org.jclouds.vcloud.domain.ReferenceType |
---|
getHref, getName, getType |
Methods inherited from interface java.lang.Comparable |
---|
compareTo |
Method Detail |
---|
ReferenceType getOrg()
VDCStatus getStatus()
@Nullable String getDescription()
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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |