Package com.tailf.notif
Class CallHomeInfoNotification
Object
com.tailf.notif.Notification
com.tailf.notif.CallHomeInfoNotification
Events generated for NETCONF Call Home connections.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
static final int
-
Constructor Summary
ConstructorDescriptionCallHomeInfoNotification
(int info_type, String device, InetAddress ip, ConfObject ipValue, int port, String key, String alg) -
Method Summary
Methods inherited from class com.tailf.notif.Notification
getNotificationType
-
Field Details
-
CALL_HOME_DEVICE_CONNECTED
public static final int CALL_HOME_DEVICE_CONNECTED- See Also:
-
CALL_HOME_UNKNOWN_DEVICE
public static final int CALL_HOME_UNKNOWN_DEVICE- See Also:
-
-
Constructor Details
-
CallHomeInfoNotification
public CallHomeInfoNotification(int info_type, String device, InetAddress ip, ConfObject ipValue, int port, String key, String alg)
-
-
Method Details
-
toString
- Overrides:
toString
in classNotification
-
getInfoType
public int getInfoType() -
getDevice
-
getIP
-
getIPValue
-
getPort
public int getPort() -
getSSHHostKey
-
getSSHKeyAlg
- Returns:
- the SSH key algorithm
-