DataONTAP.Controller.Hardware.Enclosure.PowerSupplyData ONTAP Power Supply

DataONTAP.Controller.Hardware.Enclosure.PowerSupply (ClassType)

A power supply in a Data ONTAP storage enclosure.

Knowledge Base article:

Summary

DataONTAP.Controller.Hardware.Enclosure.PowerSupply represents a single power supply in a Data ONTAP storage enclosure.

Configuration

DataONTAP.Controller.Hardware.Enclosure.PowerSupply uses one unit monitor to manage the health of the power supply.

Element properties:

Base ClassSystem.PhysicalEntity
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId80f08ad1-693b-71b5-5512-5cd58310d53f

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.Enclosure.PowerSupply:
powerSupplyID  int  Power supply ID Power supply element number. Range [0..255] false 256       
serialNumber  string  Serial number Power supply serial number. false 256  False     
powerSupplyUID  string  Power supply UID Unique ID that incorporates shelf UID and power supply number. true 256  False     

Health Model:

Source Code:

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