View netapp_model_view.network_failover_group 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-failover-group-get-iter.net-failover-group-info
uuid varchar 255 Globally unique ID of the broadcast domain DERIVED: cluster_uuid.failover_group_name.
resourceKey varchar 512
name varchar 255  √  null The cluster-wide unique name of the failover group.
clusterId bigint 19
vserverId bigint 19  √  null vserver that this network failover group belongs to
networkPortBroadcastDomainId bigint 19  √  null The Object Id of the network port broadcast domain associated with the network failover group.
createTime bigint 19
updateTime bigint 19

Analyzed at Tue Apr 23 04:50 EDT 2019

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