|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AllocationModel | |
|---|---|
| org.jclouds.vcloud.domain | |
| org.jclouds.vcloud.domain.internal | |
| org.jclouds.vcloud.xml | |
| Uses of AllocationModel in org.jclouds.vcloud.domain |
|---|
| Methods in org.jclouds.vcloud.domain that return AllocationModel | |
|---|---|
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. |
| Uses of AllocationModel in org.jclouds.vcloud.domain.internal |
|---|
| Methods in org.jclouds.vcloud.domain.internal that return AllocationModel | |
|---|---|
AllocationModel |
VDCImpl.getAllocationModel()
defines how resources are allocated by the vDC. |
| Constructors in org.jclouds.vcloud.domain.internal with parameters of type AllocationModel | |
|---|---|
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 AllocationModel in org.jclouds.vcloud.xml |
|---|
| Fields in org.jclouds.vcloud.xml declared as AllocationModel | |
|---|---|
protected AllocationModel |
VDCHandler.allocationModel
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||