org.jclouds.softlayer.compute.functions
Class VirtualGuestToNodeMetadata
java.lang.Object
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
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 |
serverStateToNodeState
public static final Map<VirtualGuest.State,NodeState> serverStateToNodeState
apply
public NodeMetadata apply(VirtualGuest from)
- Specified by:
apply
in interface com.google.common.base.Function<VirtualGuest,NodeMetadata>
Copyright © 2009-2011 jclouds. All Rights Reserved.