@Singleton public class VAppToNodeMetadata extends Object implements com.google.common.base.Function<VApp,NodeMetadata>
Modifier and Type | Field and Description |
---|---|
protected Map<String,Credentials> |
credentialStore |
protected FindLocationForResource |
findLocationForResourceInVDC |
protected com.google.common.base.Function<VApp,Hardware> |
hardwareForVApp |
protected static Logger |
logger |
protected GroupNamingConvention |
nodeNamingConvention |
protected Map<Status,NodeMetadata.Status> |
vAppStatusToNodeStatus |
Modifier | Constructor and Description |
---|---|
protected |
VAppToNodeMetadata(Map<Status,NodeMetadata.Status> vAppStatusToNodeStatus,
Map<String,Credentials> credentialStore,
FindLocationForResource findLocationForResourceInVDC,
com.google.common.base.Function<VApp,Hardware> hardwareForVApp,
GroupNamingConvention.Factory namingConvention) |
protected static Logger logger
protected final FindLocationForResource findLocationForResourceInVDC
protected final Map<Status,NodeMetadata.Status> vAppStatusToNodeStatus
protected final Map<String,Credentials> credentialStore
protected final GroupNamingConvention nodeNamingConvention
@Inject protected VAppToNodeMetadata(Map<Status,NodeMetadata.Status> vAppStatusToNodeStatus, Map<String,Credentials> credentialStore, FindLocationForResource findLocationForResourceInVDC, com.google.common.base.Function<VApp,Hardware> hardwareForVApp, GroupNamingConvention.Factory namingConvention)
public NodeMetadata apply(VApp from)
apply
in interface com.google.common.base.Function<VApp,NodeMetadata>
Copyright © 2009-2013 jclouds. All Rights Reserved.