PowerToolsShm.EnclosureCurrentSensorEnclosureCurrentSensor Class

PowerToolsShm.EnclosureCurrentSensor (ClassType)

Element properties:

Base ClassSystem.LogicalHardware
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId4ce98f06-0b55-6a1f-79cd-c84f56841d9c

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.EnclosureCurrentSensor:
EnclosureWWID  string      true 256  False     
Status  string      false 256  False     
CurrentMilliamps  string      false 256  False     
ElementIndex  string      true 256  False     

Health Model:

Source Code:

<ClassType ID="PowerToolsShm.EnclosureCurrentSensor" 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 CurrentMilliamps { get; set; }
-->
<Property ID="EnclosureWWID" Key="true" Type="string"/>
<Property ID="Status" Type="string"/>
<Property ID="CurrentMilliamps" Type="string"/>
<Property ID="ElementIndex" Key="true" Type="string"/>
</ClassType>