View netapp_model_view.network_ip_space 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. ZAPI: net-ipspaces-get-iter.net-ipspaces-info
uuid varchar 255 Globally unique ID of the ip space.
resourceKey varchar 512
name varchar 255  √  null The cluster-wide unique name of the ip space.
clusterId bigint 19
networkIpSpaceId bigint 19  √  null The ID of the IPspace.
createTime bigint 19
updateTime bigint 19

Analyzed at Tue Apr 23 04:50 EDT 2019

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