PowerToolsShm.EnclosureFanEnclosureFan Class

PowerToolsShm.EnclosureFan (ClassType)

Element properties:

Base ClassSystem.LogicalHardware
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdf757cfd7-9e40-cd0d-6ae3-0949447cf248

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       
PowerToolsShm.EnclosureFan:
Status  string  Status false 256  False     
EnclosureWWID  string  EnclosureWWID true 256  False     
RPM  string  RPM false 256  False     
SpeedCode  string  SpeedCode false 256  False     
ElementIndex  string      true 256  False     

Health Model:

Source Code:

<ClassType ID="PowerToolsShm.EnclosureFan" Base="System!System.LogicalHardware" Accessibility="Public" Abstract="false" Hosted="true" 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="Property1" Key="false" Type="string" />
public string Name { get; set; }
public string ElementType { get; set; }
public string Status { get; set; }
public object EnclosureServiceTag { get; set; }
public string EnclosureWWID { get; set; }
public string RPM { get; set; }
public string SpeedCode { get; set; }
-->
<Property ID="Status" Type="string"/>
<Property ID="EnclosureWWID" Key="true" Type="string"/>
<Property ID="RPM" Type="string"/>
<Property ID="SpeedCode" Type="string"/>
<Property ID="ElementIndex" Key="true" Type="string"/>
</ClassType>