|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Machine.State | |
|---|---|
| org.jclouds.joyent.cloudapi.v6_5.compute.config | |
| org.jclouds.joyent.cloudapi.v6_5.compute.functions | |
| org.jclouds.joyent.cloudapi.v6_5.domain | |
| Uses of Machine.State in org.jclouds.joyent.cloudapi.v6_5.compute.config |
|---|
| Fields in org.jclouds.joyent.cloudapi.v6_5.compute.config with type parameters of type Machine.State | |
|---|---|
static Map<Machine.State,org.jclouds.compute.domain.NodeMetadata.Status> |
JoyentCloudComputeServiceContextModule.toPortableNodeStatus
|
| Methods in org.jclouds.joyent.cloudapi.v6_5.compute.config that return types with arguments of type Machine.State | |
|---|---|
protected Map<Machine.State,org.jclouds.compute.domain.NodeMetadata.Status> |
JoyentCloudComputeServiceContextModule.toPortableNodeStatus()
|
| Uses of Machine.State in org.jclouds.joyent.cloudapi.v6_5.compute.functions |
|---|
| Fields in org.jclouds.joyent.cloudapi.v6_5.compute.functions with type parameters of type Machine.State | |
|---|---|
protected Map<Machine.State,org.jclouds.compute.domain.NodeMetadata.Status> |
MachineInDatacenterToNodeMetadata.toPortableNodeStatus
|
| Constructor parameters in org.jclouds.joyent.cloudapi.v6_5.compute.functions with type arguments of type Machine.State | |
|---|---|
MachineInDatacenterToNodeMetadata(Map<Machine.State,org.jclouds.compute.domain.NodeMetadata.Status> toPortableNodeStatus,
com.google.common.base.Supplier<Map<String,org.jclouds.domain.Location>> locationIndex,
com.google.common.base.Supplier<Set<? extends org.jclouds.compute.domain.Image>> images,
com.google.common.base.Supplier<Set<? extends org.jclouds.compute.domain.Hardware>> hardwares,
org.jclouds.compute.functions.GroupNamingConvention.Factory namingConvention)
|
|
| Uses of Machine.State in org.jclouds.joyent.cloudapi.v6_5.domain |
|---|
| Fields in org.jclouds.joyent.cloudapi.v6_5.domain declared as Machine.State | |
|---|---|
protected Machine.State |
Machine.state
|
| Methods in org.jclouds.joyent.cloudapi.v6_5.domain that return Machine.State | |
|---|---|
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. |
| Methods in org.jclouds.joyent.cloudapi.v6_5.domain with parameters of type Machine.State | |
|---|---|
Machine.Builder |
Machine.Builder.state(Machine.State state)
|
| Constructors in org.jclouds.joyent.cloudapi.v6_5.domain with parameters of type Machine.State | |
|---|---|
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,org.jclouds.domain.JsonBall> metadata)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||