View ocum_report.exportrule 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: export-rule-get-iter.export-rule-info
uuid varchar 255 Globally unique ID of the export rule. Equal to {VserverUUID}.{policyID}.{ruleIndex}. Not returned from ZAPI
clusterId bigint 19
svmId bigint 19
exportPolicyId bigint 19
ruleIndex int 10  √  null Export rule index
clientMatch varchar 255 Client match specification for Export rule. The clients specified are enforced with this Export rule. The rule with the higher rule index value takes precedence
accessProtocol varchar 255 Client access protocol. Default value is 'any'. May be comma separated
roRule varchar 255  √  null Rule for read-only access. Ordered, comma separated list of the array values in ONTAP.
rwRule varchar 255  √  null Rule for read-write access. Ordered, comma separated list of the array values in ONTAP.
superUserSecurity varchar 255  √  null Security flavors for the superuser. Ordered, comma separated values.

Analyzed at Tue Apr 23 04:52 EDT 2019

View Definition:
select `export_rule`.`objid` AS `id`,`export_rule`.`uuid` AS `uuid`,`export_rule`.`clusterId` AS `clusterId`,`export_rule`.`vserverId` AS `svmId`,`export_rule`.`exportPolicyId` AS `exportPolicyId`,`export_rule`.`ruleIndex` AS `ruleIndex`,`export_rule`.`clientMatch` AS `clientMatch`,`export_rule`.`accessProtocol` AS `accessProtocol`,`export_rule`.`roRule` AS `roRule`,`export_rule`.`rwRule` AS `rwRule`,`export_rule`.`superUserSecurity` AS `superUserSecurity` from `netapp_model_view`.`export_rule`