DataONTAP.Controller.Storage.LUNData ONTAP Abstract LUN

DataONTAP.Controller.Storage.LUN (ClassType)

Abstract LUN superclass

Knowledge Base article:

Summary

DataONTAP.Controller.Storage.LUN is an abstract superclass of two concrete LUN classes, DataONTAP.Controller.Storage.Volume.LUN and DataONTAP.Controller.Storage.Qtree.LUN.

Element properties:

Base ClassSystem.LogicalHardware
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId690f37fe-92be-5cd7-4e14-863b665d87ee

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.LUN:
path  string  LUN The name of the LUN. This is also the path to the LUN on the storage system. false 256  False 
totalSize  string  Total size Size of this LUN in the active file system. false 256  False 
readOnly  string  Read-only "true" if the LUN is read only, "false" if read/write. false 256  False 
uuid  string  LUN UUID LUN's Universal Unique IDentifier. true 256  False 
serialNumber  string  Serial number Serial number of the LUN. false 32  False 
deviceID  string  Device ID SCSI Device Identifier for the LUN. false 256  False 
spaceReservationEnabled  string  Space reservation enabled Whether or not the LUN has space reservation enabled. false 256  False 
qtree  string  Qtree Qtree that contains this LUN. Blank if not in a qtree. false 256  False 
controller  string  Controller/vFiler false 256  False 
type  string  Type false 256  False 
totalSizeInBytes  decimal  Total Size In Bytes false 28   

Health Model:

Source Code:

<ClassType ID="DataONTAP.Controller.Storage.LUN" Accessibility="Public" Abstract="true" Base="System!System.LogicalHardware" Hosted="false" Singleton="false">
<Property ID="path" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="totalSize" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="readOnly" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="uuid" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="serialNumber" Type="string" Key="false" CaseSensitive="false" Length="32" MinLength="0"/>
<Property ID="deviceID" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="spaceReservationEnabled" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="qtree" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="controller" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="type" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="totalSizeInBytes" Type="decimal" Key="false" CaseSensitive="false" Length="28" MinLength="0"/>
</ClassType>