org.jclouds.virtualbox.functions
Class RetrieveActiveBridgedInterfaces
java.lang.Object
org.jclouds.virtualbox.functions.RetrieveActiveBridgedInterfaces
- All Implemented Interfaces:
- com.google.common.base.Function<NodeMetadata,List<BridgedIf>>
public class RetrieveActiveBridgedInterfaces
- extends Object
- implements com.google.common.base.Function<NodeMetadata,List<BridgedIf>>
- Author:
- Andrea Turli
| 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 Logger logger
RetrieveActiveBridgedInterfaces
@Inject
public RetrieveActiveBridgedInterfaces(RunScriptOnNode.Factory runScriptOnNodeFactory)
apply
public List<BridgedIf> apply(NodeMetadata host)
- Specified by:
apply in interface com.google.common.base.Function<NodeMetadata,List<BridgedIf>>
retrieveBridgedInterfaceNames
protected static List<BridgedIf> retrieveBridgedInterfaceNames(String bridgedIfBlocks)
Copyright © 2009-2012 jclouds. All Rights Reserved.