org.jclouds.softlayer.compute.functions
Class VirtualGuestToNodeMetadata

java.lang.Object
  extended by org.jclouds.softlayer.compute.functions.VirtualGuestToNodeMetadata
All Implemented Interfaces:
com.google.common.base.Function<VirtualGuest,NodeMetadata>

@Singleton
public class VirtualGuestToNodeMetadata
extends Object
implements com.google.common.base.Function<VirtualGuest,NodeMetadata>

Author:
Adrian Cole

Nested Class Summary
static class VirtualGuestToNodeMetadata.FindLocationForVirtualGuest
           
static class VirtualGuestToNodeMetadata.GetHardwareForVirtualGuest
           
static class VirtualGuestToNodeMetadata.GetImageForVirtualGuest
           
 
Field Summary
static Map<VirtualGuest.State,NodeState> serverStateToNodeState
           
 
Method Summary
 NodeMetadata apply(VirtualGuest from)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.google.common.base.Function
equals
 

Field Detail

serverStateToNodeState

public static final Map<VirtualGuest.State,NodeState> serverStateToNodeState
Method Detail

apply

public NodeMetadata apply(VirtualGuest from)
Specified by:
apply in interface com.google.common.base.Function<VirtualGuest,NodeMetadata>


Copyright © 2009-2012 jclouds. All Rights Reserved.