Package | Description |
---|---|
org.jclouds.smartos.compute.domain | |
org.jclouds.smartos.compute.functions |
Modifier and Type | Method and Description |
---|---|
VM.State |
VM.getState() |
static VM.State |
VM.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VM.State[] |
VM.State.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.state(VM.State state) |
Constructor and Description |
---|
VM(com.google.common.base.Optional<String> publicAddress,
UUID uuid,
String type,
String ram,
VM.State state,
String alias) |
Modifier and Type | Field and Description |
---|---|
static Map<VM.State,NodeMetadata.Status> |
VMToNodeMetadata.serverStatusToNodeStatus |
Copyright © 2009-2013 jclouds. All Rights Reserved.