@Singleton public class ServerInfoToNodeMetadata extends Object implements com.google.common.base.Function<ServerInfo,NodeMetadata>
Modifier and Type | Class and Description |
---|---|
static class |
ServerInfoToNodeMetadata.DeviceToVolume |
static class |
ServerInfoToNodeMetadata.FindImageForId |
static class |
ServerInfoToNodeMetadata.GetImageIdFromServer
When we create the boot drive of the server, by convention we set the name
to the image it came from.
|
Modifier and Type | Field and Description |
---|---|
static Map<ServerStatus,NodeState> |
serverStatusToNodeState |
public static final Map<ServerStatus,NodeState> serverStatusToNodeState
public NodeMetadata apply(ServerInfo from)
apply
in interface com.google.common.base.Function<ServerInfo,NodeMetadata>
Copyright © 2009-2012 jclouds. All Rights Reserved.