public class NetworkAdapter extends Object
Modifier and Type | Class and Description |
---|---|
static class |
NetworkAdapter.Builder |
Constructor and Description |
---|
NetworkAdapter(org.virtualbox_4_1.NetworkAttachmentType networkAttachmentType,
String macAddress,
Set<RedirectRule> redirectRules,
String staticIp) |
Modifier and Type | Method and Description |
---|---|
static NetworkAdapter.Builder |
builder() |
boolean |
equals(Object o) |
String |
getMacAddress() |
org.virtualbox_4_1.NetworkAttachmentType |
getNetworkAttachmentType() |
Set<RedirectRule> |
getRedirectRules() |
String |
getStaticIp() |
int |
hashCode() |
String |
toString() |
public NetworkAdapter(org.virtualbox_4_1.NetworkAttachmentType networkAttachmentType, String macAddress, Set<RedirectRule> redirectRules, String staticIp)
public static NetworkAdapter.Builder builder()
public org.virtualbox_4_1.NetworkAttachmentType getNetworkAttachmentType()
public Set<RedirectRule> getRedirectRules()
public String getMacAddress()
public String getStaticIp()
Copyright © 2009-2013 jclouds. All Rights Reserved.