org.jclouds.cloudstack.functions
Class StaticNATVirtualMachineInNetwork
java.lang.Object
org.jclouds.cloudstack.functions.StaticNATVirtualMachineInNetwork
- All Implemented Interfaces:
- com.google.common.base.Function<VirtualMachine,PublicIPAddress>
@Singleton
public class StaticNATVirtualMachineInNetwork
- extends Object
- implements com.google.common.base.Function<VirtualMachine,PublicIPAddress>
- Author:
- Adrian Cole
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
@Named(value="jclouds.compute")
protected Logger logger
StaticNATVirtualMachineInNetwork
@Inject
public StaticNATVirtualMachineInNetwork(CloudStackClient client,
ReuseOrAssociateNewPublicIPAddress reuseOrAssociate,
Network network)
apply
public PublicIPAddress apply(VirtualMachine vm)
- Specified by:
apply
in interface com.google.common.base.Function<VirtualMachine,PublicIPAddress>
Copyright © 2009-2012 jclouds. All Rights Reserved.