System.NetworkManagement.NodeNodo

System.NetworkManagement.Node (ClassType)

Esta clase representa el dispositivo de red

Element properties:

Base ClassSystem.NetworkDevice
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIde1465592-bf5e-0824-0d72-36f5d3dde99f

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ESN) Description (ESN) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Nombre para mostrar Nombre para mostrar del objeto. false 4000  False     
System.ConfigItem:
ObjectStatus  enum  Estado de objeto Estado de objeto false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  Estado de activo Estado de activo false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  Notas Notas false 4000       
System.NetworkManagement.Node:
AccessMode  string  Modo de acceso El modo de tener acceso a un sistema; puede tener uno de los siguientes valores: ICMPONLY, SNMPONLY o ICMPSNMP false 256  True     
Certification  string  Certificación Define el nivel de certificación que tiene este dispositivo en el proceso de detección: NO COMPATIBLE, GENÉRICO, PLANTILLA, CERTIFICADO, VALIDADO o NO DETECTADO false 256  True     
Description  string  Descripción Una descripción textual del objeto false 256  True     
DeviceKey  string  Clave de dispositivo La clave del dispositivo true 256  False     
Location  string  Ubicación Una descripción de la ubicación de este sistema false 256  True     
Model  string  Modelo El nombre por el que comúnmente se conoce el sistema false 256  True     
PortNumber  int  Número de puerto El número de puerto UDP en el que escucha el agente SNMP false 38       
PrimaryOwnerContact  string  Contacto del propietario principal Una cadena que proporciona información sobre cómo se puede establecer contacto con el propietario del sistema principal (como la dirección de correo electrónico o el número de teléfono) false 256  True     
PrimaryOwnerName  string  Nombre del propietario principal El nombre del propietario principal del sistema false 256  True     
VirtualCommunitySuffix  string  Sufijo de comunidad virtual El sufijo de la cadena de comunidad virtual false 256  True     
SNMPAddress  string  Dirección del agente SNMP La dirección principal que se utiliza para ponerse en contacto con el agente SNMP que se ejecuta en este sistema false 256  True     
SNMPVersion  int  Versión de SNMP La versión del protocolo SNMP utilizada para comunicarse con el agente SNMP false 256       
SupportsSNMP  bool  Es compatible con SNMP VERDADERO si este sistema se puede administrar a través de SNMP false 256       
sysName  string  Nombre del sistema de MIB2 El nombre del sistema de MIB2 de este objeto Nodo false 256  True     
SystemObjectID  string  Id. de objeto de sistema El identificador de objeto de sistema asociado con el proveedor de este sistema false 256  True     
Vendor  string  Proveedor El nombre del proveedor del sistema false 256  True     

Health Model:

Source Code:

<ClassType ID="System.NetworkManagement.Node" Accessibility="Public" Abstract="false" Base="System!System.NetworkDevice" Hosted="false" Singleton="false">
<Property ID="AccessMode" Type="string" Key="false" CaseSensitive="true" Length="256" MinLength="0"/>
<Property ID="Certification" Type="string" Key="false" CaseSensitive="true" Length="256" MinLength="0"/>
<Property ID="Description" Type="string" Key="false" CaseSensitive="true" Length="256" MinLength="0"/>
<Property ID="DeviceKey" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="Location" Type="string" Key="false" CaseSensitive="true" Length="256" MinLength="0"/>
<Property ID="Model" Type="string" Key="false" CaseSensitive="true" Length="256" MinLength="0"/>
<Property ID="PortNumber" Type="int" Key="false" CaseSensitive="false" Length="38" MinLength="0"/>
<Property ID="PrimaryOwnerContact" Type="string" Key="false" CaseSensitive="true" Length="256" MinLength="0"/>
<Property ID="PrimaryOwnerName" Type="string" Key="false" CaseSensitive="true" Length="256" MinLength="0"/>
<Property ID="VirtualCommunitySuffix" Type="string" Key="false" CaseSensitive="true" Length="256" MinLength="0"/>
<Property ID="SNMPAddress" Type="string" Key="false" CaseSensitive="true" Length="256" MinLength="0"/>
<Property ID="SNMPVersion" Type="int" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="SupportsSNMP" Type="bool" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="sysName" Type="string" Key="false" CaseSensitive="true" Length="256" MinLength="0"/>
<Property ID="SystemObjectID" Type="string" Key="false" CaseSensitive="true" Length="256" MinLength="0"/>
<Property ID="Vendor" Type="string" Key="false" CaseSensitive="true" Length="256" MinLength="0"/>
</ClassType>