org.jclouds.vcloud.compute.functions
Class VAppToNodeMetadata
java.lang.Object
org.jclouds.vcloud.compute.functions.VAppToNodeMetadata
- All Implemented Interfaces:
- com.google.common.base.Function<VApp,org.jclouds.compute.domain.NodeMetadata>
@Singleton
public class VAppToNodeMetadata
- extends Object
- implements com.google.common.base.Function<VApp,org.jclouds.compute.domain.NodeMetadata>
|
Constructor Summary |
protected |
VAppToNodeMetadata(Map<Status,org.jclouds.compute.domain.NodeMetadata.Status> vAppStatusToNodeStatus,
Map<String,org.jclouds.domain.Credentials> credentialStore,
FindLocationForResource findLocationForResourceInVDC,
com.google.common.base.Function<VApp,org.jclouds.compute.domain.Hardware> hardwareForVApp,
org.jclouds.compute.functions.GroupNamingConvention.Factory namingConvention)
|
|
Method Summary |
org.jclouds.compute.domain.NodeMetadata |
apply(VApp from)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.google.common.base.Function |
equals |
logger
protected static org.jclouds.logging.Logger logger
findLocationForResourceInVDC
protected final FindLocationForResource findLocationForResourceInVDC
hardwareForVApp
protected final com.google.common.base.Function<VApp,org.jclouds.compute.domain.Hardware> hardwareForVApp
vAppStatusToNodeStatus
protected final Map<Status,org.jclouds.compute.domain.NodeMetadata.Status> vAppStatusToNodeStatus
credentialStore
protected final Map<String,org.jclouds.domain.Credentials> credentialStore
nodeNamingConvention
protected final org.jclouds.compute.functions.GroupNamingConvention nodeNamingConvention
VAppToNodeMetadata
@Inject
protected VAppToNodeMetadata(Map<Status,org.jclouds.compute.domain.NodeMetadata.Status> vAppStatusToNodeStatus,
Map<String,org.jclouds.domain.Credentials> credentialStore,
FindLocationForResource findLocationForResourceInVDC,
com.google.common.base.Function<VApp,org.jclouds.compute.domain.Hardware> hardwareForVApp,
org.jclouds.compute.functions.GroupNamingConvention.Factory namingConvention)
apply
public org.jclouds.compute.domain.NodeMetadata apply(VApp from)
- Specified by:
apply in interface com.google.common.base.Function<VApp,org.jclouds.compute.domain.NodeMetadata>
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.