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 (JPN) Description (JPN) 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  システム オブジェクト ID このシステムのベンダーに関連付けられている、システム オブジェクト識別子 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>