View netapp_model_view.portset 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: portset-get-iter.portset-info
uuid varchar 255 Globally unique ID of the portset. DERIVED as the {vserverUUID}.{portset name}
resourceKey varchar 512
name varchar 255 Textual name
clusterId bigint 19
vserverId bigint 19
type enum 11  √  null Type of the ports in this group
typeRaw varchar 255  √  null portsetType - ZAPI raw value
createTime bigint 19
updateTime bigint 19

Analyzed at Tue Apr 23 04:50 EDT 2019

View Definition:
select `netapp_model`.`portset`.`objid` AS `objid`,`netapp_model`.`portset`.`uuid` AS `uuid`,`netapp_model`.`portset`.`resourceKey` AS `resourceKey`,`netapp_model`.`portset`.`name` AS `name`,`netapp_model`.`portset`.`clusterId` AS `clusterId`,`netapp_model`.`portset`.`vserverId` AS `vserverId`,`netapp_model`.`portset`.`type` AS `type`,`netapp_model`.`portset`.`typeRaw` AS `typeRaw`,`netapp_model`.`portset`.`createtime` AS `createTime`,`netapp_model`.`portset`.`updatetime` AS `updateTime` from `netapp_model`.`portset` where (`netapp_model`.`portset`.`objState` = 'LIVE')