DataONTAP.Controller.HardwareData ONTAP Hardware

DataONTAP.Controller.Hardware (ClassType)

The set of hardware elements of a Data ONTAP storage controller.

Knowledge Base article:

Summary

DataONTAP.Controller.Hardware is the aggregator object for all hardware components of a Data ONTAP storage system, including enclosures, disks, fans and power supplies.

Configuration

DataONTAP.Controller.Hardware has no unit monitors of its own, but it aggregates the health of all hardware objects.

Element properties:

Base ClassSystem.PhysicalEntity
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId0f1b025b-faaa-ba01-78c5-c2b8355c3b05

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       
DataONTAP.Controller.Hardware:
enclosureCount  int  Enclosure count Number of disk enclosures attached to this controller. false 256       
controllerId  string  Controller ID true 256  False     
diskCount  int  Disk count Number of disks attached to this controller. false 256       

Health Model:

Source Code:

<ClassType ID="DataONTAP.Controller.Hardware" Accessibility="Public" Abstract="false" Base="System!System.PhysicalEntity" Hosted="true" Singleton="false">
<Property ID="enclosureCount" Type="int" Key="false" CaseSensitive="false" MinLength="0" MaxLength="256"/>
<Property ID="controllerId" Type="string" Key="true" CaseSensitive="false" MinLength="0" MaxLength="256"/>
<Property ID="diskCount" Type="int" Key="false" CaseSensitive="false" MinLength="0" MaxLength="256"/>
</ClassType>