Package | Description |
---|---|
org.jclouds.vcloud.domain | |
org.jclouds.vcloud.domain.internal | |
org.jclouds.vcloud.xml |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
VDCStatus |
VDCImpl.getStatus()
The creation status of 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 VDCStatus |
VDCHandler.status |
Copyright © 2009-2013 jclouds. All Rights Reserved.