Object contains information about tunnel.
- address ⇒ InetAddress
-
[class-inetaddress] class object with address of the node that opened this tunnel
- agentBuildTag: String
-
Agent build tag
- agentId: String
-
Agent ID of the agent that opened the tunnel
- agentVersion: String
-
Agent version of the node that opened the tunnel
- certificateExpirationTime: int
-
UNIX timestamp with current certificate expiration day
- guid: String
-
Tunnel GUID
- hostname: String
-
Hostname of the node that opened the tunnel
- hardwareId: String
-
Hardware ID of the node that opened the tunnel
- id: int
-
Tunnel id
- isAgentProxy: bool
-
TRUEif agent proxy is enabled on the agent that opened the tunnel
- isBound: bool
-
TRUEif tunnel is bound
- isSnmpProxy: bool
-
TRUEif SNMP proxy is enabled on the agent that opened the tunnel
- isSnmpTrapProxy: bool
-
TRUEif SNMP trap proxy is enabled on the agent that opened the tunnel
- isUserAgentInstalled: bool
-
TRUEif user agent is installed on the agent that opened the tunnel
- macAddresses: Array
-
Array with MAC addresses as Strings
- platformName: String
-
Platform name of the node that opened the tunnel
- startTime: int
-
UNIX timestamp with tunnel start time
- serialNumber: String
-
Serial number
- systemInfo: String
-
System information of the node that opened the tunnel
- systemName: String
-
System name of the node that opened the tunnel
- zoneUIN: int
-
Node’s zone UIN if set in agent’s configuration file
- bind(node): int
-
Bind the tunnel to a specified node.
Table 1. Parameters node
Node object to bind the tunnel to
ReturnReturn code (0 on success).