View netapp_model_view.qos_workload_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: qos-workload-get-iter.qos-workload-info
uuid varchar 255 Globally unique ID of the QoS Workload
resourceKey varchar 512
name varchar 255 Textual name
clusterId bigint 19
vserverId bigint 19  √  null ID of the vserver the workload is associated with
holderId bigint 19  √  null
workloadClass enum 14 Identifies how the workload was created
workloadClassRaw varchar 255  √  null Identifies how the workload was created - ZAPI raw value
isAdaptive bit 0 0 indicates if workload is belong to adaptive QoS policy group
holderType enum 11  √  null
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`.`qos_workload`.`objid` AS `objid`,`netapp_model`.`qos_workload`.`uuid` AS `uuid`,`netapp_model`.`qos_workload`.`resourceKey` AS `resourceKey`,`netapp_model`.`qos_workload`.`name` AS `name`,`netapp_model`.`qos_workload`.`clusterId` AS `clusterId`,`netapp_model`.`qos_workload`.`vserverId` AS `vserverId`,`netapp_model`.`qos_workload`.`holderId` AS `holderId`,`netapp_model`.`qos_workload`.`workloadClass` AS `workloadClass`,`netapp_model`.`qos_workload`.`workloadClassRaw` AS `workloadClassRaw`,`netapp_model`.`qos_workload`.`isAdaptive` AS `isAdaptive`,`netapp_model`.`qos_workload`.`holderType` AS `holderType`,`netapp_model`.`qos_workload`.`createtime` AS `createTime`,`netapp_model`.`qos_workload`.`updatetime` AS `updateTime`,`netapp_model`.`qos_workload`.`objState` AS `objState` from `netapp_model`.`qos_workload`