REPLACE VIEW TDWM.WorkloadInfoV
(RulesetName,
WorkloadId,
WorkloadName,
WorkloadType,
WorkloadStatus,
WorkloadEvalOrder,
VirtualPartition,
WorkloadGroup,
WorkloadDescription
) AS
SELECT
...
Syntax Elements
- RulesetName
- Ruleset name.
- WorkloadId
- Workload ID.
- WorkloadName
- Workload name.
- WorkloadType
- Workload type. Possible values:
- 'Tactical': Tactical
- 'SLG1': SLG Tier 1
- 'SLG2': SLG Tier 2
- 'SLG3': SLG Tier 3
- 'SLG4': SLG Tier 4
- 'SLG5': SLG Tier 5
- 'TSTop': Timeshare top
- 'TSHigh': Timeshare high
- 'TSMed': Timeshare medium
- 'TSLow': Timeshare low
- WorkloadStatus
- Indicates if a workload is enabled or disabled.
- 'E': Enabled
- 'D': Disabled
- WorkloadEvalOrder
- Evaluation order of a workload.
- VirutalPartition
- Name of virtual partition to which this workload belongs.
- WorkloadGroup
- Name of workload group to which this workload belongs.
- WorkloadDescription
- Description of workload.