View netapp_model_view.igroup 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: igroup-get-iter.initiator-group-info
uuid varchar 255 Globally unique ID of the igroup
resourceKey varchar 512
name varchar 255 Textual name
clusterId bigint 19
vserverId bigint 19
osType varchar 255  √  null OS type of the initiator group
type enum 11  √  null Type of the initiators in this group
typeRaw varchar 255  √  null Raw value of type of initiators in this group.
aluaEnabled bit 0  √  null Indicates if this initiator group has ALUA (Asymmetric Logical Unit Access) features enabled for luns mapped to this initiator group.
vsaEnabled bit 0  √  null Indicates if this initiator group has Volume Set Addressing (VSA) enabled or disabled.
usePartner bit 0  √  null Boolean value to indicate if this initiator group is configured for its luns to require the use of host multi-pathing software for correct high-availability failover operation.
createTime bigint 19
updateTime bigint 19

Analyzed at Tue Apr 23 04:50 EDT 2019

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