| Package | Description | 
|---|---|
| com.tencentcloudapi.batch.v20170312.models | 
| Modifier and Type | Method and Description | 
|---|---|
| Dimension[] | DescribeJobMonitorDataRequest. getDimensions()Get 查询指标的扩展参数;当前只支持TargetDiskUsage;
- TargetDiskUsage
    -支持的查询维度diskname, 维度值为磁盘挂载名,例如vdb;如果不传此参数,默认查询vdb磁盘的使用率。
    样例:[{"Name":"diskname", "Value":"vdb"}] | 
| Modifier and Type | Method and Description | 
|---|---|
| void | DescribeJobMonitorDataRequest. setDimensions(Dimension[] Dimensions)Set 查询指标的扩展参数;当前只支持TargetDiskUsage;
- TargetDiskUsage
    -支持的查询维度diskname, 维度值为磁盘挂载名,例如vdb;如果不传此参数,默认查询vdb磁盘的使用率。
    样例:[{"Name":"diskname", "Value":"vdb"}] | 
| Constructor and Description | 
|---|
| Dimension(Dimension source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. | 
Copyright © 2025. All rights reserved.