@Singleton public class ServerDetailsToNodeMetadata extends Object implements com.google.common.base.Function<ServerDetails,NodeMetadata>
| Modifier and Type | Field and Description | 
|---|---|
protected com.google.common.base.Supplier<Set<? extends Image>> | 
images  | 
protected com.google.common.base.Supplier<Set<? extends Location>> | 
locations  | 
protected Logger | 
logger  | 
protected GroupNamingConvention | 
nodeNamingConvention  | 
static Map<Server.State,NodeMetadata.Status> | 
serverStateToNodeStatus  | 
| Modifier and Type | Method and Description | 
|---|---|
NodeMetadata | 
apply(ServerDetails from)  | 
protected OperatingSystem | 
parseOperatingSystem(ServerDetails from)  | 
@Named(value="jclouds.compute") protected Logger logger
public static final Map<Server.State,NodeMetadata.Status> serverStateToNodeStatus
protected final GroupNamingConvention nodeNamingConvention
public NodeMetadata apply(ServerDetails from)
apply in interface com.google.common.base.Function<ServerDetails,NodeMetadata>protected OperatingSystem parseOperatingSystem(ServerDetails from)
Copyright © 2009-2013 jclouds. All Rights Reserved.