Uses of Class
com.tencentcloudapi.tke.v20180525.models.PrometheusNotificationItem
-
Packages that use PrometheusNotificationItem Package Description com.tencentcloudapi.tke.v20180525.models -
-
Uses of PrometheusNotificationItem in com.tencentcloudapi.tke.v20180525.models
Methods in com.tencentcloudapi.tke.v20180525.models that return PrometheusNotificationItem Modifier and Type Method Description PrometheusNotificationItemCreatePrometheusGlobalNotificationRequest. getNotification()Get 告警通知渠道PrometheusNotificationItemDescribePrometheusGlobalNotificationResponse. getNotification()Get 全局告警通知渠道 注意:此字段可能返回 null,表示取不到有效值。PrometheusNotificationItemModifyPrometheusGlobalNotificationRequest. getNotification()Get 告警通知渠道PrometheusNotificationItemPrometheusAlertPolicyItem. getNotification()Get 告警渠道,模板中使用可能返回null 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.tke.v20180525.models with parameters of type PrometheusNotificationItem Modifier and Type Method Description voidCreatePrometheusGlobalNotificationRequest. setNotification(PrometheusNotificationItem Notification)Set 告警通知渠道voidDescribePrometheusGlobalNotificationResponse. setNotification(PrometheusNotificationItem Notification)Set 全局告警通知渠道 注意:此字段可能返回 null,表示取不到有效值。voidModifyPrometheusGlobalNotificationRequest. setNotification(PrometheusNotificationItem Notification)Set 告警通知渠道voidPrometheusAlertPolicyItem. setNotification(PrometheusNotificationItem Notification)Set 告警渠道,模板中使用可能返回null 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.tke.v20180525.models with parameters of type PrometheusNotificationItem Constructor Description PrometheusNotificationItem(PrometheusNotificationItem 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.
-