Cisco Cisco Configuration Engine 3.5 Entwickleranleitung

Seite von 344
7-8
Cisco Configuration Engine Software Development Kit API Reference and Programmer Guide 3.5
OL-17661-02
Chapter 7      Device Administration Interface API
End User Interface
Set Password
Method to set the password for the hop.
Signature
void setPassword (String password)
Arguments
password – String that gives the password for the username used for logging
Get Hop Type
Method that returns the hop type of the hop.
Signature
String getHopType ()
Return Values
String that gives the hop type
Get IP Address
Method that returns the IP address of the hop.
Signature
String getIPAddr ()
Return Values
String that gives the IP address of the hop
Get Port
Method that returns the port number of the hop.
Signature
int getPort ()
Return Values
Integer that gives the port number of the hop
Get Username
Method that returns the username of the hop.
Signature
String getUserName ()