View netapp_model_view.export_rule 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
objid 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
resourceKey varchar 512
clusterId bigint 19
vserverId 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.
anonymousUserId varchar 255  √  null User name or ID to which anonymous users are mapped.
isAllowSetUidEnabled bit 0  √  null Allow the NFS server to honor SetUID bits in SETATTR operation.
isAllowDevIsEnabled bit 0  √  null Allow the NFS Server to create devices.
createTime bigint 19
updateTime bigint 19

Analyzed at Tue Apr 23 04:50 EDT 2019

View Definition:
select `netapp_model`.`export_rule`.`objid` AS `objid`,`netapp_model`.`export_rule`.`uuid` AS `uuid`,`netapp_model`.`export_rule`.`resourceKey` AS `resourceKey`,`netapp_model`.`export_rule`.`clusterId` AS `clusterId`,`netapp_model`.`export_rule`.`vserverId` AS `vserverId`,`netapp_model`.`export_rule`.`exportPolicyId` AS `exportPolicyId`,`netapp_model`.`export_rule`.`ruleIndex` AS `ruleIndex`,`netapp_model`.`export_rule`.`clientMatch` AS `clientMatch`,`netapp_model`.`export_rule`.`accessProtocol` AS `accessProtocol`,`netapp_model`.`export_rule`.`roRule` AS `roRule`,`netapp_model`.`export_rule`.`rwRule` AS `rwRule`,`netapp_model`.`export_rule`.`superUserSecurity` AS `superUserSecurity`,`netapp_model`.`export_rule`.`anonymousUserId` AS `anonymousUserId`,`netapp_model`.`export_rule`.`isAllowSetUidEnabled` AS `isAllowSetUidEnabled`,`netapp_model`.`export_rule`.`isAllowDevIsEnabled` AS `isAllowDevIsEnabled`,`netapp_model`.`export_rule`.`createtime` AS `createTime`,`netapp_model`.`export_rule`.`updatetime` AS `updateTime` from `netapp_model`.`export_rule` where (`netapp_model`.`export_rule`.`objState` = 'LIVE')