System.NetworkManagement.NodeWęzeł

System.NetworkManagement.Node (ClassType)

Ta klasa reprezentuje urządzenie sieciowe

Element properties:

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

Class Hierarchy:

Class Properties:

Property Name Type Display Name (PLK) Description (PLK) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Nazwa wyświetlana Wyświetlana nazwa obiektu. false 4000  False     
System.ConfigItem:
ObjectStatus  enum  Stan obiektu Stan obiektu false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  Stan zasobu Stan zasobu false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  Uwagi Uwagi false 4000       
System.NetworkManagement.Node:
AccessMode  string  Tryb dostępu Tryb dostępu do systemu; możliwe są następujące wartości: ICMPONLY, SNMPONLY lub ICMPSNMP false 256  True     
Certification  string  Certyfikacja Określa poziom certyfikacji tego urządzenia w procesie odnajdywania: UNSUPPORTED, GENERIC, TEMPLATE, CERTIFIED, VALIDATED, UNDISCOVERED false 256  True     
Description  string  Opis Tekstowy opis obiektu false 256  True     
DeviceKey  string  Klucz urządzenia Klucz urządzenia true 256  False     
Location  string  Lokalizacja Opis lokalizacji systemu false 256  True     
Model  string  Model Nazwa, pod którą znany jest system false 256  True     
PortNumber  int  Numer portu Numer portu UDP, na którym nasłuchuje agent SNMP false 38       
PrimaryOwnerContact  string  Kontakt z podstawowym właścicielem Ciąg zawierający informacje kontaktowe podstawowego właściciela systemu (np. numer telefonu lub adres e-mail) false 256  True     
PrimaryOwnerName  string  Nazwa podstawowego właściciela Nazwa podstawowego właściciela systemu false 256  True     
VirtualCommunitySuffix  string  Sufiks społeczności wirtualnej Sufiks ciągu społeczności wirtualnej false 256  True     
SNMPAddress  string  Adres agenta SNMP Podstawowy adres służący do komunikacji z agentem SNMP uruchomionym w systemie false 256  True     
SNMPVersion  int  Wersja SNMP Wersja protokołu SNMP służąca do komunikacji z agentem SNMP false 256       
SupportsSNMP  bool  Obsługa SNMP Wartość TRUE, jeśli ten system jest zarządzany przez SNMP false 256       
sysName  string  Nazwa systemowa MIB2 Nazwa systemowa bazy MIB2 tego obiektu węzła false 256  True     
SystemObjectID  string  Identyfikator obiektu systemowego Identyfikator obiektu systemowego powiązany z dostawcą systemu false 256  True     
Vendor  string  Dostawca Nazwa dostawcy systemu 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>