org.jclouds.virtualbox.statements
Class SetIpAddress

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

Constructor Summary
SetIpAddress(NetworkInterfaceCard networkInterfaceCard)
           
 
Method Summary
 Iterable<String> functionDependencies(OsFamily family)
           
 String render(OsFamily family)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SetIpAddress

public SetIpAddress(NetworkInterfaceCard networkInterfaceCard)
Method Detail

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.