Package | Description |
---|---|
com.tencentcloudapi.cls.v20201016.models |
Modifier and Type | Method and Description |
---|---|
AlarmClassification[] |
CreateAlarmRequest.getClassifications()
Get 告警附加分类信息列表。
Classifications元素个数不能超过20个。
Classifications元素的Key不能为空,不能重复,长度不能超过50个字符,符合正则 `^[a-z]([a-z0-9_]{0,49})$`。
Classifications元素的Value长度不能超过200个字符。
|
AlarmClassification[] |
ModifyAlarmRequest.getClassifications()
Get 告警附加分类信息列表。
Classifications元素个数不能超过20个。
Classifications元素的Key不能为空,不能重复,长度不能超过50个字符,符合正则 `^[a-z]([a-z0-9_]{0,49})$`。
Classifications元素的Value长度不能超过200个字符。
|
Modifier and Type | Method and Description |
---|---|
void |
CreateAlarmRequest.setClassifications(AlarmClassification[] Classifications)
Set 告警附加分类信息列表。
Classifications元素个数不能超过20个。
Classifications元素的Key不能为空,不能重复,长度不能超过50个字符,符合正则 `^[a-z]([a-z0-9_]{0,49})$`。
Classifications元素的Value长度不能超过200个字符。
|
void |
ModifyAlarmRequest.setClassifications(AlarmClassification[] Classifications)
Set 告警附加分类信息列表。
Classifications元素个数不能超过20个。
Classifications元素的Key不能为空,不能重复,长度不能超过50个字符,符合正则 `^[a-z]([a-z0-9_]{0,49})$`。
Classifications元素的Value长度不能超过200个字符。
|
Constructor and Description |
---|
AlarmClassification(AlarmClassification 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 © 2024. All rights reserved.