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 (KOR) Description (KOR) 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 이 시스템의 공급업체와 관련된 시스템 개체 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>