org.jclouds.virtualbox.statements
Class GetIPAddressFromMAC
java.lang.Object
org.jclouds.virtualbox.statements.GetIPAddressFromMAC
- All Implemented Interfaces:
- Statement
public class GetIPAddressFromMAC
- extends Object
- implements Statement
- Author:
- Andrea Turli
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OS_TO_ARP
public static final Map<OsFamily,String> OS_TO_ARP
GetIPAddressFromMAC
public GetIPAddressFromMAC(String macAddress)
GetIPAddressFromMAC
public GetIPAddressFromMAC(String macAddress,
String macAddressBsd)
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.