|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use VDCStatus | |
|---|---|
| org.jclouds.vcloud.domain | |
| org.jclouds.vcloud.domain.internal | |
| org.jclouds.vcloud.xml | |
| Uses of VDCStatus in org.jclouds.vcloud.domain |
|---|
| Methods in org.jclouds.vcloud.domain that return VDCStatus | |
|---|---|
static VDCStatus |
VDCStatus.fromValue(int status)
|
VDCStatus |
VDC.getStatus()
The creation status of the vDC |
static VDCStatus |
VDCStatus.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static VDCStatus[] |
VDCStatus.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Uses of VDCStatus in org.jclouds.vcloud.domain.internal |
|---|
| Methods in org.jclouds.vcloud.domain.internal that return VDCStatus | |
|---|---|
VDCStatus |
VDCImpl.getStatus()
The creation status of the vDC |
| Constructors in org.jclouds.vcloud.domain.internal with parameters of type VDCStatus | |
|---|---|
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 VDCStatus in org.jclouds.vcloud.xml |
|---|
| Fields in org.jclouds.vcloud.xml declared as VDCStatus | |
|---|---|
protected VDCStatus |
VDCHandler.status
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||