org.jclouds.virtualbox.functions
Class AttachNicToMachine

java.lang.Object
  extended by 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

Constructor Summary
AttachNicToMachine(String vmName, MachineUtils machineUtils)
           
 
Method Summary
 Void apply(NetworkInterfaceCard nic)
           
 
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
 

Constructor Detail

AttachNicToMachine

public AttachNicToMachine(String vmName,
                          MachineUtils machineUtils)
Method Detail

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.