Package | Description |
---|---|
org.jclouds.savvis.vpdc.compute.functions | |
org.jclouds.savvis.vpdc.domain |
Modifier and Type | Field and Description |
---|---|
static Map<VM.Status,NodeMetadata.Status> |
VMToNodeMetadata.VAPPSTATUS_TO_NODESTATE |
Modifier and Type | Field and Description |
---|---|
protected VM.Status |
VM.status |
protected VM.Status |
VM.Builder.status |
Modifier and Type | Method and Description |
---|---|
static VM.Status |
VM.Status.fromValue(int v) |
static VM.Status |
VM.Status.fromValue(String status) |
VM.Status |
VM.getStatus() |
static VM.Status |
VM.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VM.Status[] |
VM.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
VM.Builder |
VM.Builder.status(VM.Status status) |
Constructor and Description |
---|
VM(String id,
String info,
String name,
OperatingSystemSection operatingSystem,
Iterable<? extends VirtualHardwareSection> virtualHardwareSections,
Iterable<? extends ProductSection> productSections,
com.google.common.collect.Multimap<String,Section> additionalSections,
String type,
URI href,
VM.Status status,
NetworkSection networkSection,
Iterable<NetworkConfigSection> networkConfigSections,
Iterable<NetworkConnectionSection> networkConnectionSections) |
Copyright © 2009-2013 jclouds. All Rights Reserved.