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 (JPN) Description (JPN) 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>