Class ModifyNotificationConfigurationRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.as.v20180419.models.ModifyNotificationConfigurationRequest
-
public class ModifyNotificationConfigurationRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ModifyNotificationConfigurationRequest()
ModifyNotificationConfigurationRequest(ModifyNotificationConfigurationRequest 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAutoScalingNotificationId()
Get 待修改的通知ID。String[]
getNotificationTypes()
Get 通知类型,即为需要订阅的通知类型集合,取值范围如下: SCALE_OUT_SUCCESSFUL:扩容成功 SCALE_OUT_FAILED:扩容失败 SCALE_IN_SUCCESSFUL:缩容成功 SCALE_IN_FAILED:缩容失败 REPLACE_UNHEALTHY_INSTANCE_SUCCESSFUL:替换不健康子机成功 REPLACE_UNHEALTHY_INSTANCE_FAILED:替换不健康子机失败String[]
getNotificationUserGroupIds()
Get 通知组ID,即为用户组ID集合,用户组ID可以通过[ListGroups](https://cloud.tencent.com/document/product/598/34589)查询。String
getQueueName()
Get CMQ 队列或 TDMQ CMQ 队列名。String
getTopicName()
Get CMQ 主题或 TDMQ CMQ 主题名。void
setAutoScalingNotificationId(String AutoScalingNotificationId)
Set 待修改的通知ID。void
setNotificationTypes(String[] NotificationTypes)
Set 通知类型,即为需要订阅的通知类型集合,取值范围如下: SCALE_OUT_SUCCESSFUL:扩容成功 SCALE_OUT_FAILED:扩容失败 SCALE_IN_SUCCESSFUL:缩容成功 SCALE_IN_FAILED:缩容失败 REPLACE_UNHEALTHY_INSTANCE_SUCCESSFUL:替换不健康子机成功 REPLACE_UNHEALTHY_INSTANCE_FAILED:替换不健康子机失败void
setNotificationUserGroupIds(String[] NotificationUserGroupIds)
Set 通知组ID,即为用户组ID集合,用户组ID可以通过[ListGroups](https://cloud.tencent.com/document/product/598/34589)查询。void
setQueueName(String QueueName)
Set CMQ 队列或 TDMQ CMQ 队列名。void
setTopicName(String TopicName)
Set CMQ 主题或 TDMQ CMQ 主题名。void
toMap(HashMap<String,String> map, String prefix)
Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
ModifyNotificationConfigurationRequest
public ModifyNotificationConfigurationRequest()
-
ModifyNotificationConfigurationRequest
public ModifyNotificationConfigurationRequest(ModifyNotificationConfigurationRequest 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.
-
-
Method Detail
-
getAutoScalingNotificationId
public String getAutoScalingNotificationId()
Get 待修改的通知ID。- Returns:
- AutoScalingNotificationId 待修改的通知ID。
-
setAutoScalingNotificationId
public void setAutoScalingNotificationId(String AutoScalingNotificationId)
Set 待修改的通知ID。- Parameters:
AutoScalingNotificationId
- 待修改的通知ID。
-
getNotificationTypes
public String[] getNotificationTypes()
Get 通知类型,即为需要订阅的通知类型集合,取值范围如下:- SCALE_OUT_SUCCESSFUL:扩容成功
- SCALE_OUT_FAILED:扩容失败
- SCALE_IN_SUCCESSFUL:缩容成功
- SCALE_IN_FAILED:缩容失败
- REPLACE_UNHEALTHY_INSTANCE_SUCCESSFUL:替换不健康子机成功
- REPLACE_UNHEALTHY_INSTANCE_FAILED:替换不健康子机失败
- Returns:
- NotificationTypes 通知类型,即为需要订阅的通知类型集合,取值范围如下:
- SCALE_OUT_SUCCESSFUL:扩容成功
- SCALE_OUT_FAILED:扩容失败
- SCALE_IN_SUCCESSFUL:缩容成功
- SCALE_IN_FAILED:缩容失败
- REPLACE_UNHEALTHY_INSTANCE_SUCCESSFUL:替换不健康子机成功
- REPLACE_UNHEALTHY_INSTANCE_FAILED:替换不健康子机失败
-
setNotificationTypes
public void setNotificationTypes(String[] NotificationTypes)
Set 通知类型,即为需要订阅的通知类型集合,取值范围如下:- SCALE_OUT_SUCCESSFUL:扩容成功
- SCALE_OUT_FAILED:扩容失败
- SCALE_IN_SUCCESSFUL:缩容成功
- SCALE_IN_FAILED:缩容失败
- REPLACE_UNHEALTHY_INSTANCE_SUCCESSFUL:替换不健康子机成功
- REPLACE_UNHEALTHY_INSTANCE_FAILED:替换不健康子机失败
- Parameters:
NotificationTypes
- 通知类型,即为需要订阅的通知类型集合,取值范围如下:- SCALE_OUT_SUCCESSFUL:扩容成功
- SCALE_OUT_FAILED:扩容失败
- SCALE_IN_SUCCESSFUL:缩容成功
- SCALE_IN_FAILED:缩容失败
- REPLACE_UNHEALTHY_INSTANCE_SUCCESSFUL:替换不健康子机成功
- REPLACE_UNHEALTHY_INSTANCE_FAILED:替换不健康子机失败
-
getNotificationUserGroupIds
public String[] getNotificationUserGroupIds()
Get 通知组ID,即为用户组ID集合,用户组ID可以通过[ListGroups](https://cloud.tencent.com/document/product/598/34589)查询。- Returns:
- NotificationUserGroupIds 通知组ID,即为用户组ID集合,用户组ID可以通过[ListGroups](https://cloud.tencent.com/document/product/598/34589)查询。
-
setNotificationUserGroupIds
public void setNotificationUserGroupIds(String[] NotificationUserGroupIds)
Set 通知组ID,即为用户组ID集合,用户组ID可以通过[ListGroups](https://cloud.tencent.com/document/product/598/34589)查询。- Parameters:
NotificationUserGroupIds
- 通知组ID,即为用户组ID集合,用户组ID可以通过[ListGroups](https://cloud.tencent.com/document/product/598/34589)查询。
-
getQueueName
public String getQueueName()
Get CMQ 队列或 TDMQ CMQ 队列名。- Returns:
- QueueName CMQ 队列或 TDMQ CMQ 队列名。
-
setQueueName
public void setQueueName(String QueueName)
Set CMQ 队列或 TDMQ CMQ 队列名。- Parameters:
QueueName
- CMQ 队列或 TDMQ CMQ 队列名。
-
getTopicName
public String getTopicName()
Get CMQ 主题或 TDMQ CMQ 主题名。- Returns:
- TopicName CMQ 主题或 TDMQ CMQ 主题名。
-
setTopicName
public void setTopicName(String TopicName)
Set CMQ 主题或 TDMQ CMQ 主题名。- Parameters:
TopicName
- CMQ 主题或 TDMQ CMQ 主题名。
-
-