| Package | Description |
|---|---|
| org.jclouds.savvis.vpdc.domain |
| Modifier and Type | Method and Description |
|---|---|
static VDC.Status |
VDC.Status.fromValue(String status) |
VDC.Status |
VDC.getStatus() |
static VDC.Status |
VDC.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VDC.Status[] |
VDC.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
VDC.Builder |
VDC.Builder.status(VDC.Status status) |
| Constructor and Description |
|---|
VDC(String id,
String name,
String type,
URI href,
String description,
VDC.Status status,
Set<Resource> resourceEntities,
Set<Resource> availableNetworks) |
Copyright © 2009-2013 jclouds. All Rights Reserved.