Uses of Class
org.jclouds.smartos.compute.domain.VM.State

Packages that use VM.State
org.jclouds.smartos.compute.domain   
org.jclouds.smartos.compute.functions   
 

Uses of VM.State in org.jclouds.smartos.compute.domain
 

Methods in org.jclouds.smartos.compute.domain that return VM.State
 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.
 

Methods in org.jclouds.smartos.compute.domain with parameters of type VM.State
 VM.Builder VM.Builder.state(VM.State state)
           
 

Constructors in org.jclouds.smartos.compute.domain with parameters of type VM.State
VM(com.google.common.base.Optional<String> publicAddress, UUID uuid, String type, String ram, VM.State state, String alias)
           
 

Uses of VM.State in org.jclouds.smartos.compute.functions
 

Fields in org.jclouds.smartos.compute.functions with type parameters of type VM.State
static Map<VM.State,org.jclouds.compute.domain.NodeMetadata.Status> VMToNodeMetadata.serverStatusToNodeStatus
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.