Uses of Class
org.jclouds.joyent.cloudapi.v6_5.domain.Machine.State

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   
org.jclouds.joyent.cloudapi.v6_5.functions.internal   
 

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,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,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,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,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)
           
 

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()
           
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, Type type, Machine.State state, String dataset, int memorySizeMb, int diskSizeGb, Set<String> ips, Date created, Date updated, Map<String,JsonBall> metadata)
           
 

Uses of Machine.State in org.jclouds.joyent.cloudapi.v6_5.functions.internal
 

Methods in org.jclouds.joyent.cloudapi.v6_5.functions.internal that return Machine.State
 Machine.State JoyentCloudTypeAdapters.MachineStateAdapter.read(com.google.gson.stream.JsonReader reader)
           
 

Methods in org.jclouds.joyent.cloudapi.v6_5.functions.internal with parameters of type Machine.State
 void JoyentCloudTypeAdapters.MachineStateAdapter.write(com.google.gson.stream.JsonWriter writer, Machine.State value)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.