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 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.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" MinLength="0" MaxLength="256"/>
<Property ID="volCount" Type="int" Key="false" CaseSensitive="false" MinLength="0" MaxLength="256"/>
<Property ID="lunCount" Type="int" Key="false" CaseSensitive="false" MinLength="0" MaxLength="256"/>
<Property ID="controllerId" Type="string" Key="true" CaseSensitive="false" MinLength="0" MaxLength="256"/>
</ClassType>