Modifier and Type | Field and Description |
---|---|
static Map<Machine.State,NodeMetadata.Status> |
SDCComputeServiceContextModule.toPortableNodeStatus |
Modifier and Type | Method and Description |
---|---|
protected Map<Machine.State,NodeMetadata.Status> |
SDCComputeServiceContextModule.toPortableNodeStatus() |
Modifier and Type | Field and Description |
---|---|
protected Map<Machine.State,NodeMetadata.Status> |
MachineInDatacenterToNodeMetadata.toPortableNodeStatus |
Constructor and Description |
---|
MachineInDatacenterToNodeMetadata(Map<Machine.State,NodeMetadata.Status> toPortableNodeStatus,
com.google.common.base.Supplier<Map<String,Location>> locationIndex,
com.google.common.base.Supplier<Set<? extends Image>> images,
com.google.common.base.Supplier<Set<? extends Hardware>> hardwares,
GroupNamingConvention.Factory namingConvention) |
Modifier and Type | Field and Description |
---|---|
protected Machine.State |
Machine.state |
Modifier and Type | Method and Description |
---|---|
static Machine.State |
Machine.State.fromValue(String state) |
Machine.State |
Machine.getState() |
static Machine.State |
Machine.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Machine.State[] |
Machine.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Machine.Builder |
Machine.Builder.state(Machine.State state) |
Constructor and Description |
---|
Machine(String id,
String name,
Type type,
Machine.State state,
String dataset,
int memorySizeMb,
int diskSizeGb,
Set<String> ips,
Date created,
Date updated,
Map<String,JsonBall> metadata) |
Modifier and Type | Method and Description |
---|---|
Machine.State |
SDCTypeAdapters.MachineStateAdapter.read(com.google.gson.stream.JsonReader reader) |
Modifier and Type | Method and Description |
---|---|
void |
SDCTypeAdapters.MachineStateAdapter.write(com.google.gson.stream.JsonWriter writer,
Machine.State value) |
Copyright © 2009-2012 jclouds. All Rights Reserved.