public final class SshAccessInfo extends Object
| Constructor and Description |
|---|
SshAccessInfo(org.onlab.packet.Ip4Address remoteIp,
org.onlab.packet.TpPort port,
String user,
String privateKey)
Creates a new SSH access information.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
org.onlab.packet.TpPort |
port()
Returns the port number.
|
String |
privateKey()
Returns the private key path.
|
org.onlab.packet.Ip4Address |
remoteIp()
Returns the remote IP address.
|
String |
toString() |
String |
user()
Returns the user name.
|
public org.onlab.packet.Ip4Address remoteIp()
public org.onlab.packet.TpPort port()
public String user()
public String privateKey()
Copyright © 2018. All rights reserved.