View netapp_model_view.nvmf_fc_lif_derived_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: net-interface-get-iter.net-interface-info
uuid varchar 255 Globally unique ID of this LIF.
resourcekey varchar 512
clusterId bigint 19
vserverId bigint 19
currentPortId bigint 19  √  null
homePortId bigint 19  √  null
portName varchar 255  √  null World Wide Port Name (WWPN) of the LIF
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`.`nvmf_fc_lif`.`objid` AS `objid`,`netapp_model`.`nvmf_fc_lif`.`uuid` AS `uuid`,`netapp_model`.`nvmf_fc_lif`.`resourceKey` AS `resourcekey`,`netapp_model`.`nvmf_fc_lif`.`clusterId` AS `clusterId`,`netapp_model`.`nvmf_fc_lif`.`vserverId` AS `vserverId`,`netapp_model`.`nvmf_fc_lif`.`currentPortId` AS `currentPortId`,`netapp_model`.`nvmf_fc_lif`.`homePortId` AS `homePortId`,`netapp_model`.`nvmf_fc_lif`.`portName` AS `portName`,`netapp_model`.`nvmf_fc_lif`.`createtime` AS `createTime`,`netapp_model`.`nvmf_fc_lif`.`updatetime` AS `updateTime`,`netapp_model`.`nvmf_fc_lif`.`objState` AS `objState` from `netapp_model`.`nvmf_fc_lif`