public class SnmpProviderConfig.SnmpDeviceInfo extends Object
| Constructor and Description |
|---|
SnmpDeviceInfo(org.onlab.packet.IpAddress ip,
int port,
String username,
String password)
Build an information object containing the given device specifics.
|
| Modifier and Type | Method and Description |
|---|---|
org.onlab.packet.IpAddress |
ip()
Returns IpAddress of the device.
|
String |
password()
Returns password of the device.
|
int |
port()
Returns port of the device.
|
String |
username()
Returns username of the device.
|
public org.onlab.packet.IpAddress ip()
public int port()
public String username()
public String password()