Uses of Class
com.tencentcloudapi.monitor.v20180724.models.CreatePolicyGroupCondition
-
Packages that use CreatePolicyGroupCondition Package Description com.tencentcloudapi.monitor.v20180724.models -
-
Uses of CreatePolicyGroupCondition in com.tencentcloudapi.monitor.v20180724.models
Methods in com.tencentcloudapi.monitor.v20180724.models that return CreatePolicyGroupCondition Modifier and Type Method Description CreatePolicyGroupCondition[]
CreatePolicyGroupRequest. getConditions()
Get 策略组中的阈值告警规则Methods in com.tencentcloudapi.monitor.v20180724.models with parameters of type CreatePolicyGroupCondition Modifier and Type Method Description void
CreatePolicyGroupRequest. setConditions(CreatePolicyGroupCondition[] Conditions)
Set 策略组中的阈值告警规则Constructors in com.tencentcloudapi.monitor.v20180724.models with parameters of type CreatePolicyGroupCondition Constructor Description CreatePolicyGroupCondition(CreatePolicyGroupCondition 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.
-