PowerToolsShm.EnclosureDriveSlotDriveSlot Class

PowerToolsShm.EnclosureDriveSlot (ClassType)

Element properties:

Base ClassSystem.LogicalHardware
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdf975adc8-ad53-831d-4431-cd5172b8f776

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.EnclosureDriveSlot:
Status  string  Status false 256  False     
EnclosureWWID  string  EnclosureWwid true 256  False     
EnclosureSlot  string  EnclosureSlot true 256  False     
Drawer  string  Drawer false 256  False     
DrawerSlot  string  DrawerSlot false 256  False     
Blinking  string  Blinking false 256  False     
PoweredOff  string  PoweredOff false 256  False     
AttachedSASAddress0  string  AttachedSASAddress0 false 256  False     
AttachedSASAddress1  string  AttachedSASAddress1 false 256  False     
ElementIndex  string      false 256  False     

Health Model:

Source Code:

<ClassType ID="PowerToolsShm.EnclosureDriveSlot" 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" />
-->
<Property ID="Status" Type="string"/>
<Property ID="EnclosureWWID" Type="string" Key="true"/>
<Property ID="EnclosureSlot" Type="string" Key="true"/>
<Property ID="Drawer" Type="string"/>
<Property ID="DrawerSlot" Type="string"/>
<Property ID="Blinking" Type="string"/>
<Property ID="PoweredOff" Type="string"/>
<Property ID="AttachedSASAddress0" Type="string"/>
<Property ID="AttachedSASAddress1" Type="string"/>
<Property ID="ElementIndex" Type="string"/>
</ClassType>