Microsoft.SystemCenter.NetworkDeviceLegacy SNMP Network Device

Microsoft.SystemCenter.NetworkDevice (ClassType)

Network Device that contains devices discovered through SNMP protocol.

Element properties:

Base ClassSystem.NetworkDevice
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId65ac01f1-f20e-ce0d-42ca-b24d1de49e5f

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Display Name Display name of the object. false 4000  False     
System.ConfigItem:
ObjectStatus  enum  Object Status Object status false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  Asset Status Asset status false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  Notes Notes false 4000       
Microsoft.SystemCenter.NetworkDevice:
IPAddress  string  IP Address true 256  False     
Name  string  Device Name false 256  False     
SystemDescription  string  Device Description false 256  False     
SystemContact  string  Device Contact false 256  False     
SystemLocation  string  Device Location false 256  False     
SystemOID  string  Device OID false 256  False     
CommunityString  string  Community String false 256  False     
Version  string  SNMP Version 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>