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
System.Entity:
DisplayName  string  Display Name Display name of monitoring object. false 256  False 
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" Length="256" MinLength="0"/>
<Property ID="qtree" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="volume" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="owningVfiler" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="qtreeUID" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="securityStyle" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="controller" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>