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,org.jclouds.compute.domain.NodeMetadata>

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


Field Summary
static Map<VirtualGuest.State,org.jclouds.compute.domain.NodeMetadata.Status> serverStateToNodeStatus
           
 
Method Summary
 org.jclouds.compute.domain.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

serverStateToNodeStatus

public static final Map<VirtualGuest.State,org.jclouds.compute.domain.NodeMetadata.Status> serverStateToNodeStatus
Method Detail

apply

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


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.