PowerToolsShm.EnclosureDrawerEnclosureDrawer Class

PowerToolsShm.EnclosureDrawer (ClassType)

Element properties:

Base ClassSystem.LogicalHardware
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdd5f74788-2b4d-390f-68f8-1f2f86d4f790

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.EnclosureDrawer:
EnclosureWWID  string      true 256  False     
Status  string      false 256  False     
DrawerNumber  string      false 256  False     
DriveCountInstalled  string      false 256  False     
Failed  string      false 256  False     
Open  string      false 256  False     
ElementIndex  string      true 256  False     

Health Model:

Source Code:

<ClassType ID="PowerToolsShm.EnclosureDrawer" 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 DrawerNumber { get; set; }
public string DriveCountInstalled { get; set; }
public string Failed { get; set; }
public string Open { get; set; }
-->
<Property ID="EnclosureWWID" Key="true" Type="string"/>
<Property ID="Status" Type="string"/>
<Property ID="DrawerNumber" Type="string"/>
<Property ID="DriveCountInstalled" Type="string"/>
<Property ID="Failed" Type="string"/>
<Property ID="Open" Type="string"/>
<Property ID="ElementIndex" Key="true" Type="string"/>
</ClassType>