View netapp_model_view.nis_domain 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.
uuid varchar 255 Globally unique ID of NIS domain. Derived from ClusterUUID.VserverUUID.{NISDomain name}. Not from ZAPI
resourceKey varchar 512 DERIVED. A structured key that may be used to uniquely identify this resource globally
clusterId bigint 19
vserverId bigint 19
nisDomain varchar 255  √  null Specifies the NIS domain.
nisServers varchar 255  √  null Ordered list of IP addresses of the NIS servers in this domain. Comma separated
isActive bit 0  √  null Specifies whether the NIS domain configuration is active or inactive.
createTime bigint 19
updateTime bigint 19

Analyzed at Tue Apr 23 04:50 EDT 2019

View Definition:
select `netapp_model`.`nis_domain`.`objid` AS `objid`,`netapp_model`.`nis_domain`.`uuid` AS `uuid`,`netapp_model`.`nis_domain`.`resourceKey` AS `resourceKey`,`netapp_model`.`nis_domain`.`clusterId` AS `clusterId`,`netapp_model`.`nis_domain`.`vserverId` AS `vserverId`,`netapp_model`.`nis_domain`.`nisDomain` AS `nisDomain`,`netapp_model`.`nis_domain`.`nisServers` AS `nisServers`,`netapp_model`.`nis_domain`.`isActive` AS `isActive`,`netapp_model`.`nis_domain`.`createtime` AS `createTime`,`netapp_model`.`nis_domain`.`updatetime` AS `updateTime` from `netapp_model`.`nis_domain` where (`netapp_model`.`nis_domain`.`objState` = 'LIVE')