org.jclouds.virtualbox.functions
Class AttachNicToMachine
java.lang.Object
org.jclouds.virtualbox.functions.AttachNicToMachine
- All Implemented Interfaces:
- com.google.common.base.Function<NetworkInterfaceCard,Void>
public class AttachNicToMachine
- extends Object
- implements com.google.common.base.Function<NetworkInterfaceCard,Void>
- 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 |
AttachNicToMachine
public AttachNicToMachine(String vmName,
MachineUtils machineUtils)
apply
public Void apply(@Nullable
NetworkInterfaceCard nic)
- Specified by:
apply in interface com.google.common.base.Function<NetworkInterfaceCard,Void>
Copyright © 2009-2012 jclouds. All Rights Reserved.