Microsoft.SystemCenter.NetworkDeviceSNMP 네트워크 장치

Microsoft.SystemCenter.NetworkDevice (ClassType)

SNMP 프로토콜을 통해 검색된 장치가 들어 있는 네트워크 장치입니다.

Element properties:

Base ClassSystem.NetworkDevice
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdc4961fac-a684-d6c3-c952-689ba393cf1a

Class Hierarchy:

Class Properties:

Property Name Type Display Name (KOR) Description (KOR) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  표시 이름 모니터링 개체의 표시 이름입니다. false 256  False 
Microsoft.SystemCenter.NetworkDevice:
IPAddress  string  IP 주소 true 256  False 
Name  string  장치 이름 false 256  False 
SystemDescription  string  장치 설명 false 256  False 
SystemContact  string  장치 접속 false 256  False 
SystemLocation  string  장치 위치 false 256  False 
SystemOID  string  장치 OID false 256  False 
CommunityString  string  커뮤니티 문자열 false 256  False 
Version  string  SNMP 버전 false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.SystemCenter.NetworkDevice" Base="System!System.NetworkDevice" Accessibility="Public" Hosted="false" Abstract="false">
<Property ID="IPAddress" Type="string" CaseSensitive="false" Key="true"/>
<Property ID="Name" Type="string"/>
<Property ID="SystemDescription" Type="string"/>
<Property ID="SystemContact" Type="string"/>
<Property ID="SystemLocation" Type="string"/>
<Property ID="SystemOID" Type="string"/>
<Property ID="CommunityString" Type="string"/>
<Property ID="Version" Type="string"/>
</ClassType>