public static class HostNode.Profile.NodeDescription.NetworkAdapter extends Object
| Constructor and Description |
|---|
HostNode.Profile.NodeDescription.NetworkAdapter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
String |
inboundIP() |
HostNode.Profile.NodeDescription.NetworkAdapter |
inboundIP(String ip) |
String |
ipAddress() |
HostNode.Profile.NodeDescription.NetworkAdapter |
ipAddress(String address) |
int |
mtu() |
HostNode.Profile.NodeDescription.NetworkAdapter |
mtu(int mtu) |
String |
name() |
HostNode.Profile.NodeDescription.NetworkAdapter |
name(String name) |
String |
outboundIP() |
HostNode.Profile.NodeDescription.NetworkAdapter |
outboundIP(String ip) |
String |
toString() |
public HostNode.Profile.NodeDescription.NetworkAdapter()
public String inboundIP()
public HostNode.Profile.NodeDescription.NetworkAdapter inboundIP(String ip)
public String outboundIP()
public HostNode.Profile.NodeDescription.NetworkAdapter outboundIP(String ip)
public String name()
public HostNode.Profile.NodeDescription.NetworkAdapter name(String name)
public String ipAddress()
public HostNode.Profile.NodeDescription.NetworkAdapter ipAddress(String address)
public int mtu()
public HostNode.Profile.NodeDescription.NetworkAdapter mtu(int mtu)
Copyright © 2017. All Rights Reserved.