| Package | Description |
|---|---|
| org.jclouds.joyent.cloudapi.v6_5.compute.config | |
| org.jclouds.joyent.cloudapi.v6_5.compute.functions | |
| org.jclouds.joyent.cloudapi.v6_5.domain |
| Modifier and Type | Field and Description |
|---|---|
static Map<Machine.State,NodeMetadata.Status> |
JoyentCloudComputeServiceContextModule.toPortableNodeStatus |
| Modifier and Type | Method and Description |
|---|---|
protected Map<Machine.State,NodeMetadata.Status> |
JoyentCloudComputeServiceContextModule.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()
The current state of this machine
|
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,
Machine.Type type,
Machine.State state,
String dataset,
int memorySizeMb,
int diskSizeGb,
Set<String> ips,
Date created,
Date updated,
Map<String,JsonBall> metadata) |
Copyright © 2009-2013 jclouds. All Rights Reserved.