DataONTAP.Controller.Storage.QTreeData ONTAP QTree

DataONTAP.Controller.Storage.QTree (ClassType)

A Data ONTAP qtree.

Knowledge Base article:

Summary

DataONTAP.Controller.Storage.QTree represents a qtree on a Data ONTAP storage system.

Configuration

DataONTAP.Controller.Storage.QTree has two unit monitors to manage the health of the qtree. See the Product Knowledge on those monitoring rules for details.

Element properties:

Base ClassSystem.LogicalHardware
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId7f77738e-0527-9a20-0bfa-0f1e3cf1ba14

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.QTree:
id  int  ID Id of the qtree (unique within the volume). true 256       
qtree  string  Qtree Name of the qtree false 256  False     
volume  string  Volume Name of the volume containing the qtree. false 256  False     
owningVfiler  string  Owning vFiler Name of the vFiler which owns this qtree. This value will be returned only if MultiStore is licensed. false 256  False     
qtreeUID  string  Qtree UID Unique ID that incorporates volume UUID and qtree ID. false 256  False     
securityStyle  string  Security Style false 256  False     
controller  string  Controller/vFiler false 256  False     

Health Model:

Source Code:

<ClassType ID="DataONTAP.Controller.Storage.QTree" Accessibility="Public" Abstract="false" Base="System!System.LogicalHardware" Hosted="true" Singleton="false">
<Property ID="id" Type="int" Key="true" CaseSensitive="false" MinLength="0" MaxLength="256"/>
<Property ID="qtree" Type="string" Key="false" CaseSensitive="false" MinLength="0" MaxLength="256"/>
<Property ID="volume" Type="string" Key="false" CaseSensitive="false" MinLength="0" MaxLength="256"/>
<Property ID="owningVfiler" Type="string" Key="false" CaseSensitive="false" MinLength="0" MaxLength="256"/>
<Property ID="qtreeUID" Type="string" Key="false" CaseSensitive="false" MinLength="0" MaxLength="256"/>
<Property ID="securityStyle" Type="string" Key="false" CaseSensitive="false" MinLength="0" MaxLength="256"/>
<Property ID="controller" Type="string" Key="false" CaseSensitive="false" MinLength="0" MaxLength="256"/>
</ClassType>