public class ExecuteScalingPolicyRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ExecuteScalingPolicyRequest() | 
| ExecuteScalingPolicyRequest(ExecuteScalingPolicyRequest 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getAutoScalingPolicyId()Get Alarm scaling policy ID. | 
| Boolean | getHonorCooldown()Get Whether to check if the auto scaling group is in the cooldown period. | 
| String | getTriggerSource()Get Source that triggers the scaling policy. | 
| void | setAutoScalingPolicyId(String AutoScalingPolicyId)Set Alarm scaling policy ID. | 
| void | setHonorCooldown(Boolean HonorCooldown)Set Whether to check if the auto scaling group is in the cooldown period. | 
| void | setTriggerSource(String TriggerSource)Set Source that triggers the scaling policy. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic ExecuteScalingPolicyRequest()
public ExecuteScalingPolicyRequest(ExecuteScalingPolicyRequest source)
public String getAutoScalingPolicyId()
public void setAutoScalingPolicyId(String AutoScalingPolicyId)
AutoScalingPolicyId - Alarm scaling policy ID. target tracking policy is unsupported. the alert policy type can be obtained via the `ScalingPolicyType` parameter in the api response of [DescribeScalingPolicies](https://intl.cloud.tencent.com/document/api/377/33178?from_cn_redirect=1).public Boolean getHonorCooldown()
public void setHonorCooldown(Boolean HonorCooldown)
HonorCooldown - Whether to check if the auto scaling group is in the cooldown period. Default value: falsepublic String getTriggerSource()
public void setTriggerSource(String TriggerSource)
TriggerSource - Source that triggers the scaling policy. Valid values: API and CLOUD_MONITOR. Default value: API. The value `CLOUD_MONITOR` is specific to the Cloud Monitor service.Copyright © 2025. All rights reserved.