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