DataONTAP.Controller.StorageData ONTAP Storage

DataONTAP.Controller.Storage (ClassType)

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

Knowledge Base article:

Summary

DataONTAP.Controller.Storage is the aggregator object for all storage elements in a Data ONTAP storage system, such as aggregates, volumes, qtrees, and LUNs.

Configuration

DataONTAP.Controller.Storage has no unit monitors of its own, but it aggregates the health of all hosted storage objects.

Element properties:

Base ClassSystem.LogicalHardware
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdebd39ba2-f13f-d468-7d90-ef01c0d95986

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.Storage:
aggrCount  int  Aggregate count The number of aggregates owned by this controller. false 256   
volCount  int  Volume count The number of volumes owned by this controller. false 256   
lunCount  int  LUN count The number of LUNs owned by this controller false 256   
controllerId  string  Controller ID true 256  False 

Health Model:

Source Code:

<ClassType ID="DataONTAP.Controller.Storage" Accessibility="Public" Abstract="false" Base="System!System.LogicalHardware" Hosted="true" Singleton="false">
<Property ID="aggrCount" Type="int" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="volCount" Type="int" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="lunCount" Type="int" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="controllerId" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>