System.NetworkManagement.Node節點

System.NetworkManagement.Node (ClassType)

此類別代表網路裝置

Element properties:

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

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ZHH) Description (ZHH) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  顯示名稱 顯示物件的名稱。 false 4000  False     
System.ConfigItem:
ObjectStatus  enum  物件狀態 物件狀態 false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  資產狀態 資產狀態 false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  附註 附註 false 4000       
System.NetworkManagement.Node:
AccessMode  string  存取模式 存取系統的模式; 可為下列其中一個值: ICMPONLY、SNMPONLY 或 ICMPSNMP false 256  True     
Certification  string  憑證 定義此服務在探索程序中的憑證等級: UNSUPPORTED、GENERIC、TEMPLATE、CERTIFIED、VALIDATED、UNDISCOVERED false 256  True     
Description  string  描述 物件的文字描述 false 256  True     
DeviceKey  string  裝置金鑰 裝置的金鑰 true 256  False     
Location  string  位置 此系統所在位置的描述 false 256  True     
Model  string  型號 系統一般為人所知的名稱 false 256  True     
PortNumber  int  連接埠號碼 SNMP 代理程式正在接聽的 UDP 連接埠號碼 false 38       
PrimaryOwnerContact  string  主要擁有者連絡資訊 此字串提供如何連絡主要系統擁有者的資訊 (例如電話號碼或電子郵件地址) false 256  True     
PrimaryOwnerName  string  主要擁有者名稱 系統主要擁有者的名稱 false 256  True     
VirtualCommunitySuffix  string  虛擬社群尾碼 虛擬社群字串的尾碼 false 256  True     
SNMPAddress  string  SNMP 代理程式位址 用來連絡此系統上執行之 SNMP 代理程式的主要位址 false 256  True     
SNMPVersion  int  SNMP 版本 用來與 SNMP 代理程式通訊的 SNMP 通訊協定版本 false 256       
SupportsSNMP  bool  支援 SNMP 如果此系統可透過 SNMP 管理,則為 TRUE false 256       
sysName  string  MIB2 系統名稱 此節點物件的 MIB2 sysName false 256  True     
SystemObjectID  string  系統物件識別碼 與此系統之廠商關聯的系統物件識別碼 false 256  True     
Vendor  string  廠商 系統供應商的名稱 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>