| Modifier and Type | Field and Description |
|---|---|
protected com.google.common.base.Supplier<Set<? extends org.jclouds.compute.domain.Hardware>> |
hardwares |
protected com.google.common.base.Supplier<Set<? extends org.jclouds.compute.domain.Image>> |
images |
protected com.google.common.base.Supplier<org.jclouds.domain.Location> |
location |
protected org.jclouds.logging.Logger |
logger |
protected org.jclouds.compute.functions.GroupNamingConvention |
nodeNamingConvention |
protected Map<ServerStatus,org.jclouds.compute.domain.NodeMetadata.Status> |
serverToNodeStatus |
| Modifier and Type | Method and Description |
|---|---|
org.jclouds.compute.domain.NodeMetadata |
apply(Server from) |
protected org.jclouds.compute.domain.Hardware |
parseHardware(Server from) |
protected org.jclouds.compute.domain.OperatingSystem |
parseOperatingSystem(Server from) |
@Named(value="jclouds.compute") protected org.jclouds.logging.Logger logger
protected final com.google.common.base.Supplier<org.jclouds.domain.Location> location
protected final Map<ServerStatus,org.jclouds.compute.domain.NodeMetadata.Status> serverToNodeStatus
protected final com.google.common.base.Supplier<Set<? extends org.jclouds.compute.domain.Image>> images
protected final com.google.common.base.Supplier<Set<? extends org.jclouds.compute.domain.Hardware>> hardwares
protected final org.jclouds.compute.functions.GroupNamingConvention nodeNamingConvention
public org.jclouds.compute.domain.NodeMetadata apply(Server from)
apply in interface com.google.common.base.Function<Server,org.jclouds.compute.domain.NodeMetadata>protected org.jclouds.compute.domain.Hardware parseHardware(Server from)
protected org.jclouds.compute.domain.OperatingSystem parseOperatingSystem(Server from)
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.