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
System.Entity:
DisplayName  string  Display Name Display name of monitoring object. false 256  False 
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" Length="256" MinLength="0"/>
<Property ID="serialNumber" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="powerSupplyUID" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>