PowerToolsShm.PhysicalEnclosurePhysical Enclosure

PowerToolsShm.PhysicalEnclosure (ClassType)

Element properties:

Base ClassSystem.LogicalHardware
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIda1bc308f-9594-21a2-0eae-ecaa22d58901

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.PhysicalEnclosure:
WWID  string  WWID true 256  False     
ComputerName  string      false 256  False     
ServiceTag  string  ServiceTag false 256  False     
OverallStatus  string  Status false 256  False     
LastRefresh  datetime  LastRefresh false 256       

Health Model:

Source Code:

<ClassType ID="PowerToolsShm.PhysicalEnclosure" 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="WWID" Type="string" Key="true"/>
<Property ID="ComputerName" Type="string"/>
<Property ID="ServiceTag" Type="string"/>
<Property ID="OverallStatus" Type="string"/>
<Property ID="LastRefresh" Type="datetime"/>
</ClassType>