org.jclouds.virtualbox.statements
Class SetIpAddress
java.lang.Object
org.jclouds.virtualbox.statements.SetIpAddress
- All Implemented Interfaces:
- Statement
public class SetIpAddress
- extends Object
- implements Statement
Sets the ipaddress using ssh. Used for host-only networking
- Author:
- dralves
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SetIpAddress
public SetIpAddress(NetworkInterfaceCard networkInterfaceCard)
functionDependencies
public Iterable<String> functionDependencies(OsFamily family)
- Specified by:
functionDependencies in interface Statement
render
public String render(OsFamily family)
- Specified by:
render in interface Statement
Copyright © 2009-2012 jclouds. All Rights Reserved.