Class VirtualGuestToNodeMetadata
java.lang.Object
org.jclouds.softlayer.compute.functions.VirtualGuestToNodeMetadata
- All Implemented Interfaces:
com.google.common.base.Function<VirtualGuest,
,NodeMetadata> Function<VirtualGuest,
NodeMetadata>
@Singleton
public class VirtualGuestToNodeMetadata
extends Object
implements com.google.common.base.Function<VirtualGuest,NodeMetadata>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Logger
static final Map
<VirtualGuest.State, NodeMetadata.Status> -
Method Summary
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 Details
-
logger
-
serverStateToNodeStatus
-
-
Method Details
-
apply
- Specified by:
apply
in interfacecom.google.common.base.Function<VirtualGuest,
NodeMetadata> - Specified by:
apply
in interfaceFunction<VirtualGuest,
NodeMetadata>
-