Package | Description |
---|---|
com.tencentcloudapi.monitor.v20180724.models |
Modifier and Type | Method and Description |
---|---|
PrometheusRuleKV[] |
CreateAlertRuleRequest.getAnnotations()
Get List of annotations.
|
PrometheusRuleKV[] |
UpdateAlertRuleRequest.getAnnotations()
Get List of alerting rule annotations.
|
PrometheusRuleKV[] |
PrometheusRuleSet.getAnnotations()
Get List of rule annotations
Note: This field may return null, indicating that no valid values can be obtained.
|
PrometheusRuleKV[] |
CreateAlertRuleRequest.getLabels()
Get List of tags
|
PrometheusRuleKV[] |
UpdateAlertRuleRequest.getLabels()
Get List of alerting rule tags
|
PrometheusRuleKV[] |
PrometheusRuleSet.getLabels()
Get List of rule tags
Note: This field may return null, indicating that no valid values can be obtained.
|
Modifier and Type | Method and Description |
---|---|
void |
CreateAlertRuleRequest.setAnnotations(PrometheusRuleKV[] Annotations)
Set List of annotations.
|
void |
UpdateAlertRuleRequest.setAnnotations(PrometheusRuleKV[] Annotations)
Set List of alerting rule annotations.
|
void |
PrometheusRuleSet.setAnnotations(PrometheusRuleKV[] Annotations)
Set List of rule annotations
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
CreateAlertRuleRequest.setLabels(PrometheusRuleKV[] Labels)
Set List of tags
|
void |
UpdateAlertRuleRequest.setLabels(PrometheusRuleKV[] Labels)
Set List of alerting rule tags
|
void |
PrometheusRuleSet.setLabels(PrometheusRuleKV[] Labels)
Set List of rule tags
Note: This field may return null, indicating that no valid values can be obtained.
|
Constructor and Description |
---|
PrometheusRuleKV(PrometheusRuleKV 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 © 2023. All rights reserved.