| 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 |
static Map<Instance.State,org.jclouds.compute.domain.NodeState> |
instanceToNodeState |
protected com.google.common.base.Supplier<Set<? extends org.jclouds.domain.Location>> |
locations |
protected org.jclouds.logging.Logger |
logger |
| Modifier and Type | Method and Description |
|---|---|
org.jclouds.compute.domain.NodeMetadata |
apply(Instance from) |
protected org.jclouds.compute.domain.Hardware |
parseHardware(Instance from) |
protected org.jclouds.domain.Location |
parseLocation(Instance from) |
protected org.jclouds.compute.domain.OperatingSystem |
parseOperatingSystem(Instance from) |
public static final Map<Instance.State,org.jclouds.compute.domain.NodeState> instanceToNodeState
@Named(value="jclouds.compute") protected org.jclouds.logging.Logger logger
protected final com.google.common.base.Supplier<Set<? extends org.jclouds.domain.Location>> locations
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
Copyright © 2009-2012 jclouds. All Rights Reserved.