System.NetworkManagement.NodeNodo

System.NetworkManagement.Node (ClassType)

Questa classe rappresenta il dispositivo di rete

Element properties:

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

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ITA) Description (ITA) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Nome visualizzato Nome visualizzato dell'oggetto. false 4000  False     
System.ConfigItem:
ObjectStatus  enum  Stato oggetto Stato dell'oggetto false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  Stato risorsa Stato della risorsa false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  Note Note false 4000       
System.NetworkManagement.Node:
AccessMode  string  Modalità di accesso La modalità per accedere a un sistema; può avere uno dei valori seguenti: ICMPONLY, SNMPONLY o ICMPSNMP false 256  True     
Certification  string  Certificazione Definisce il livello di certificazione che questo dispositivo presenta nel processo di individuazione: SUPPORTATO, GENERICO, MODELLO, CERTIFICATO, VALIDATO, NON INDIVIDUATO false 256  True     
Description  string  Descrizione Una descrizione testuale dell'oggetto false 256  True     
DeviceKey  string  Chiave del dispositivo La chiave del dispositivo true 256  False     
Location  string  Percorso Descrizione di dove si trova tale sistema false 256  True     
Model  string  Modello Il nome con cui il sistema è generalmente noto false 256  True     
PortNumber  int  Numero porta Il numero della porta UDP su cui l'agente SNMP è in ascolto false 38       
PrimaryOwnerContact  string  Contatto proprietario principale Stringa che fornisce le informazioni su come può essere raggiunto il proprietario del sistema principale (ad esempio il numero di telefono o l'indirizzo di posta elettronica) false 256  True     
PrimaryOwnerName  string  Nome proprietario principale Il nome del proprietario principale del sistema false 256  True     
VirtualCommunitySuffix  string  Suffisso comunità virtuale Il suffisso della stringa della comunità virtuale false 256  True     
SNMPAddress  string  Indirizzo dell'agente SNMP L'indirizzo principale utilizzato per contattare l'agente SNMP in esecuzione sul sistema false 256  True     
SNMPVersion  int  Versione SNMP La versione del protocollo SNMP utilizzata per comunicare con l'agente SNMP false 256       
SupportsSNMP  bool  Supporta SNMP TRUE se questo sistema può essere gestito tramite SNMP false 256       
sysName  string  Nome del sistema MIB2 Il nome del sistema MIB2 di tale oggetto del nodo false 256  True     
SystemObjectID  string  ID dell'oggetto di sistema L'identificatore dell'oggetto di sistema associato al fornitore di tale sistema false 256  True     
Vendor  string  Fornitore Il nome del fornitore 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>