|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.netxms.client.objects.GenericObject
org.netxms.client.objects.Node
public class Node
This class represents NetXMS NODE objects.
Field Summary | |
---|---|
static int |
AGENT_AUTH_MD5
|
static int |
AGENT_AUTH_NONE
|
static int |
AGENT_AUTH_PLAINTEXT
|
static int |
AGENT_AUTH_SHA1
|
static int |
NDF_AGENT_UNREACHABLE
|
static int |
NDF_CPSNMP_UNREACHABLE
|
static int |
NDF_POLLING_DISABLED
|
static int |
NDF_SNMP_UNREACHABLE
|
static int |
NDF_UNREACHABLE
|
static int |
NF_BEHIND_NAT
|
static int |
NF_DISABLE_CONF_POLL
|
static int |
NF_DISABLE_DATA_COLLECT
|
static int |
NF_DISABLE_ICMP
|
static int |
NF_DISABLE_NXCP
|
static int |
NF_DISABLE_ROUTE_POLL
|
static int |
NF_DISABLE_SNMP
|
static int |
NF_DISABLE_STATUS_POLL
|
static int |
NF_FORCE_ENCRYPTION
|
static int |
NF_IS_BRIDGE
|
static int |
NF_IS_CDP
|
static int |
NF_IS_CPSNMP
|
static int |
NF_IS_LLDP
|
static int |
NF_IS_LOCAL_MGMT
|
static int |
NF_IS_NATIVE_AGENT
|
static int |
NF_IS_OSPF
|
static int |
NF_IS_PRINTER
|
static int |
NF_IS_ROUTER
|
static int |
NF_IS_SNMP
|
static int |
NF_IS_SONMP
|
static int |
NF_IS_VRRP
|
static int |
SNMP_VERSION_1
|
static int |
SNMP_VERSION_2C
|
static int |
SNMP_VERSION_3
|
Constructor Summary | |
---|---|
Node(NXCPMessage msg,
NXCSession session)
|
Method Summary | |
---|---|
int |
getAgentAuthMethod()
|
int |
getAgentPort()
|
java.lang.String |
getAgentSharedSecret()
|
java.lang.String |
getAgentVersion()
|
int |
getFlags()
|
java.lang.String |
getLldpNodeId()
|
int |
getNodeType()
|
java.lang.String |
getObjectClassName()
|
java.lang.String |
getPlatformName()
|
long |
getPollerNodeId()
|
long |
getProxyNodeId()
|
int |
getRequredPollCount()
|
int |
getRuntimeFlags()
|
int |
getSnmpAuthMethod()
Get SNMP authentication method |
java.lang.String |
getSnmpAuthName()
Get SNMP authentication name - community string for version 1 and 2c, or user name for version 3. |
java.lang.String |
getSnmpAuthPassword()
Get SNMP authentication password. |
java.lang.String |
getSnmpOID()
|
int |
getSnmpPort()
|
int |
getSnmpPrivMethod()
Get SNMP privacy (encryption) method |
java.lang.String |
getSnmpPrivPassword()
Get SNMP privacy password. |
long |
getSnmpProxyId()
|
java.lang.String |
getSnmpSysName()
|
int |
getSnmpVersion()
|
java.lang.String |
getSystemDescription()
|
protected int |
getVrrpVersion()
|
boolean |
hasAgent()
|
boolean |
hasSnmpAgent()
|
boolean |
isManagementServer()
|
boolean |
isVrrpSupported()
|
Methods inherited from class org.netxms.client.objects.GenericObject |
---|
getAccessList, getChilds, getChildsAsArray, getComments, getCustomAttributes, getGeolocation, getGuid, getNumberOfChilds, getNumberOfParents, getObjectClass, getObjectId, getObjectName, getParents, getParentsAsArray, getPrimaryIP, getStatus, getTrustedNodes, hashCode, isChildOf, isChildOf, isDeleted, isDirectChildOf, isInheritAccessRights |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int SNMP_VERSION_1
public static final int SNMP_VERSION_2C
public static final int SNMP_VERSION_3
public static final int AGENT_AUTH_NONE
public static final int AGENT_AUTH_PLAINTEXT
public static final int AGENT_AUTH_MD5
public static final int AGENT_AUTH_SHA1
public static final int NF_IS_SNMP
public static final int NF_IS_NATIVE_AGENT
public static final int NF_IS_BRIDGE
public static final int NF_IS_ROUTER
public static final int NF_IS_LOCAL_MGMT
public static final int NF_IS_PRINTER
public static final int NF_IS_OSPF
public static final int NF_BEHIND_NAT
public static final int NF_IS_CPSNMP
public static final int NF_IS_CDP
public static final int NF_IS_SONMP
public static final int NF_IS_LLDP
public static final int NF_IS_VRRP
public static final int NF_DISABLE_SNMP
public static final int NF_DISABLE_NXCP
public static final int NF_DISABLE_ICMP
public static final int NF_FORCE_ENCRYPTION
public static final int NF_DISABLE_STATUS_POLL
public static final int NF_DISABLE_CONF_POLL
public static final int NF_DISABLE_ROUTE_POLL
public static final int NF_DISABLE_DATA_COLLECT
public static final int NDF_UNREACHABLE
public static final int NDF_AGENT_UNREACHABLE
public static final int NDF_SNMP_UNREACHABLE
public static final int NDF_CPSNMP_UNREACHABLE
public static final int NDF_POLLING_DISABLED
Constructor Detail |
---|
public Node(NXCPMessage msg, NXCSession session)
msg
- Method Detail |
---|
public int getFlags()
public int getRuntimeFlags()
public int getNodeType()
public int getRequredPollCount()
public long getPollerNodeId()
public long getProxyNodeId()
public long getSnmpProxyId()
public int getAgentPort()
public int getAgentAuthMethod()
public java.lang.String getAgentSharedSecret()
public java.lang.String getAgentVersion()
public java.lang.String getPlatformName()
public java.lang.String getSnmpAuthName()
public java.lang.String getSnmpOID()
public int getSnmpVersion()
public java.lang.String getSystemDescription()
public java.lang.String getObjectClassName()
getObjectClassName
in class GenericObject
public java.lang.String getSnmpAuthPassword()
public java.lang.String getSnmpPrivPassword()
public int getSnmpAuthMethod()
public int getSnmpPrivMethod()
public boolean hasAgent()
public boolean hasSnmpAgent()
public boolean isManagementServer()
public boolean isVrrpSupported()
public int getSnmpPort()
public java.lang.String getSnmpSysName()
public java.lang.String getLldpNodeId()
protected int getVrrpVersion()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |