View ocum_report.lun Generated by
SchemaSpy
Legend: SourceForge.net
Primary key columns
Columns with indexes
Implied relationships
Excluded column relationships
< n > number of related tables
 
Column Type Size Nulls Auto Default Children Parents Comments
id bigint 19 Locally unique object identifier. ZAPIs: lun-get-iter.lun-info
uuid varchar 255 Globally unique ID of the LUN
qtreeId bigint 19  √  null
volumeId bigint 19
svmId bigint 19
clusterId bigint 19
path varchar 255  √  null Path of the LUN
isOnline bit 0  √  null Is LUN online?
size bigint 19  √  null Size of the LUN in bytes
sizeUsed bigint 19  √  null Used bytes in the LUN
isSpaceReservationEnabled bit 0  √  null Whether or not the LUN has space reservation enabled
isSpaceAllocEnabled bit 0  √  null Whether or not the LUN has space allocation enabled
isMapped bit 0  √  null Is the LUN mapped to any initiator?
serialNumber varchar 255  √  null Serial number of the LUN
multiProtocolType varchar 255  √  null The OS type of the LUN
alignment varchar 255  √  null Alignment state of the LUN - ZAPI raw value
prefixSize bigint 19  √  null Size of the prefix stream for this LUN in bytes
suffixSize bigint 19  √  null Size of the suffix stream for this LUN in bytes
lunClass varchar 255  √  null The class of the LUN - ZAPI raw value

Analyzed at Tue Apr 23 04:52 EDT 2019

View Definition:
select `lun`.`objid` AS `id`,`lun`.`uuid` AS `uuid`,`lun`.`qtreeId` AS `qtreeId`,`lun`.`volumeId` AS `volumeId`,`lun`.`vserverId` AS `svmId`,`lun`.`clusterId` AS `clusterId`,`lun`.`path` AS `path`,`lun`.`isOnline` AS `isOnline`,`lun`.`size` AS `size`,`lun`.`sizeUsed` AS `sizeUsed`,`lun`.`isSpaceReservationEnabled` AS `isSpaceReservationEnabled`,`lun`.`isSpaceAllocEnabled` AS `isSpaceAllocEnabled`,`lun`.`isMapped` AS `isMapped`,`lun`.`serialNumber` AS `serialNumber`,`lun`.`multiProtocolType` AS `multiProtocolType`,`lun`.`alignmentRaw` AS `alignment`,`lun`.`prefixSize` AS `prefixSize`,`lun`.`suffixSize` AS `suffixSize`,`lun`.`lunClassRaw` AS `lunClass` from `netapp_model_view`.`lun`
 
Possibly Referenced Tables/Views:
lun