| Package | Description | 
|---|---|
| org.jclouds.vcloud.domain | |
| org.jclouds.vcloud.domain.internal | |
| org.jclouds.vcloud.xml | 
| Modifier and Type | Method and Description | 
|---|---|
static AllocationModel | 
AllocationModel.fromValue(String model)  | 
AllocationModel | 
VDC.getAllocationModel()
defines how resources are allocated by the vDC. 
 | 
static AllocationModel | 
AllocationModel.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static AllocationModel[] | 
AllocationModel.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
AllocationModel | 
VDCImpl.getAllocationModel()
defines how resources are allocated by 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 AllocationModel | 
VDCHandler.allocationModel  | 
Copyright © 2009-2013 jclouds. All Rights Reserved.