Huawei.ISM.Management.Pack.huawei.Class.DeviceHuawei Device Class

Huawei.ISM.Management.Pack.huawei.Class.Device (ClassType)

Element properties:

Base ClassSystem.NetworkManagement.Node
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityInternal
ElementId4d7517c7-c631-d5ee-cbba-c91d233c4e04

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       
System.NetworkManagement.Node:
AccessMode  string  Access Mode The mode to access a system; can have one of the following values: ICMPONLY, SNMPONLY, or ICMPSNMP false 256  True     
Certification  string  Certification Defines the level of certification that this device has in the discovery process: UNSUPPORTED, GENERIC, TEMPLATE, CERTIFIED, VALIDATED, UNDISCOVERED false 256  True     
Description  string  Description A textual description of the object false 256  True     
DeviceKey  string  Device Key The key of the device true 256  False     
Location  string  Location A description of where this system is located false 256  True     
Model  string  Model The name by which the system is generally known false 256  True     
PortNumber  int  Port Number The UDP port number at which the SNMP agent is listening false 38       
PrimaryOwnerContact  string  Primary Owner Contact A string that provides information on how the primary system owner can be reached (such as phone number or e-mail address) false 256  True     
PrimaryOwnerName  string  Primary Owner Name The name of the primary owner of the system false 256  True     
VirtualCommunitySuffix  string  Virtual Community Suffix The suffix of virtual community string false 256  True     
SNMPAddress  string  SNMP Agent Address The primary address used to contact the SNMP agent running on this system false 256  True     
SNMPVersion  int  SNMP Version The SNMP protocol version used to communicate with the SNMP agent false 256       
SupportsSNMP  bool  Supports SNMP TRUE if this system is manageable via SNMP false 256       
sysName  string  MIB2 System Name The MIB2 sysName of this Node object false 256  True     
SystemObjectID  string  System Object ID The System Object Identifier associated with the vendor of this system false 256  True     
Vendor  string  Vendor The name of the system's supplier false 256  True     
Huawei.ISM.Management.Pack.huawei.Class.Device:
serialNumber  string  SN false 256  True     
deviceType  string  Device Type false 256  True     
status  string  Device Status false 256  True     
usedCapacity  string  Used Capacity false 256  True     
totalCapacity  string  Total Capacity false 256  True     
deviceVersion  string  Version false 256  True     

Health Model:

Source Code:

<ClassType ID="Huawei.ISM.Management.Pack.huawei.Class.Device" Base="SNL!System.NetworkManagement.Node" Accessibility="Internal" Abstract="false" Hosted="false" Singleton="false">
<!-- Inside this section, you can add and remove properties as needed.
More information can be found in the Management Pack Development Kit:
http://msdn.microsoft.com/en-us/library/ee533714.aspx -->
<Property ID="serialNumber" Key="false" Type="string" CaseSensitive="true"/>
<Property ID="deviceType" Key="false" Type="string" CaseSensitive="true"/>
<Property ID="status" Key="false" Type="string" CaseSensitive="true"/>
<Property ID="usedCapacity" Key="false" Type="string" CaseSensitive="true"/>
<Property ID="totalCapacity" Key="false" Type="string" CaseSensitive="true"/>
<Property ID="deviceVersion" Key="false" Type="string" CaseSensitive="true"/>
</ClassType>