View netapp_model_view.export_policy_full 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-policy-get-iter.export-policy-info
uuid varchar 255 Globally unique ID of the policy. Equal to the policy ID
resourceKey varchar 512
name varchar 255  √  null Name of the policy
clusterId bigint 19
vserverId bigint 19
policyId bigint 19  √  null Export rule index
createTime bigint 19
updateTime bigint 19
objState enum 5 LIVE Internal object state

Analyzed at Tue Apr 23 04:50 EDT 2019

View Definition:
select `netapp_model`.`export_policy`.`objid` AS `objid`,`netapp_model`.`export_policy`.`uuid` AS `uuid`,`netapp_model`.`export_policy`.`resourceKey` AS `resourceKey`,`netapp_model`.`export_policy`.`name` AS `name`,`netapp_model`.`export_policy`.`clusterId` AS `clusterId`,`netapp_model`.`export_policy`.`vserverId` AS `vserverId`,`netapp_model`.`export_policy`.`policyId` AS `policyId`,`netapp_model`.`export_policy`.`createtime` AS `createTime`,`netapp_model`.`export_policy`.`updatetime` AS `updateTime`,`netapp_model`.`export_policy`.`objState` AS `objState` from `netapp_model`.`export_policy`