| Package | Description |
|---|---|
| com.tencentcloudapi.monitor.v20180724.models |
| Modifier and Type | Method and Description |
|---|---|
MonitorTypeNamespace[] |
DescribeAlarmHistoriesRequest.getNamespaces()
Get 根据策略类型过滤,策略类型是监控类型之下的概念,在这里两者都需要传入,例如 `[{"MonitorType": "MT_QCE", "Namespace": "cvm_device"}]`
可使用 [查询所有名字空间 DescribeAllNamespaces](https://cloud.tencent.com/document/product/248/48683) 接口查询
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeAlarmHistoriesRequest.setNamespaces(MonitorTypeNamespace[] Namespaces)
Set 根据策略类型过滤,策略类型是监控类型之下的概念,在这里两者都需要传入,例如 `[{"MonitorType": "MT_QCE", "Namespace": "cvm_device"}]`
可使用 [查询所有名字空间 DescribeAllNamespaces](https://cloud.tencent.com/document/product/248/48683) 接口查询
|
| Constructor and Description |
|---|
MonitorTypeNamespace(MonitorTypeNamespace 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 © 2022. All rights reserved.