public class DescribeServerlessStrategyResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeServerlessStrategyResponse() |
DescribeServerlessStrategyResponse(DescribeServerlessStrategyResponse 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 |
getAutoPause()
Get Whether to automatically pause.
|
Long |
getAutoPauseDelay()
Get Specifies how long (in seconds) the auto-pause is triggered when the cpu load is 0.
|
String |
getAutoScaleDown()
Get Whether the cluster is allowed to scale down.
|
Long |
getAutoScaleDownDelay()
Get Specifies how long (in seconds) the system will wait for the cpu load to be lower than the number of cores in the lower specification before triggering automatic scaling down.
|
String |
getAutoScaleUp()
Get Specifies whether the cluster allows upward scaling.
|
Long |
getAutoScaleUpDelay()
Get Specifies how long (in seconds) the auto-scaling is triggered when the cpu load exceeds the number of cores in the current specifications.
|
String |
getRequestId()
Get The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
void |
setAutoPause(String AutoPause)
Set Whether to automatically pause.
|
void |
setAutoPauseDelay(Long AutoPauseDelay)
Set Specifies how long (in seconds) the auto-pause is triggered when the cpu load is 0.
|
void |
setAutoScaleDown(String AutoScaleDown)
Set Whether the cluster is allowed to scale down.
|
void |
setAutoScaleDownDelay(Long AutoScaleDownDelay)
Set Specifies how long (in seconds) the system will wait for the cpu load to be lower than the number of cores in the lower specification before triggering automatic scaling down.
|
void |
setAutoScaleUp(String AutoScaleUp)
Set Specifies whether the cluster allows upward scaling.
|
void |
setAutoScaleUpDelay(Long AutoScaleUpDelay)
Set Specifies how long (in seconds) the auto-scaling is triggered when the cpu load exceeds the number of cores in the current specifications.
|
void |
setRequestId(String RequestId)
Set The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
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, toJsonString
public DescribeServerlessStrategyResponse()
public DescribeServerlessStrategyResponse(DescribeServerlessStrategyResponse source)
public Long getAutoPauseDelay()
public void setAutoPauseDelay(Long AutoPauseDelay)
AutoPauseDelay
- Specifies how long (in seconds) the auto-pause is triggered when the cpu load is 0.public Long getAutoScaleUpDelay()
public void setAutoScaleUpDelay(Long AutoScaleUpDelay)
AutoScaleUpDelay
- Specifies how long (in seconds) the auto-scaling is triggered when the cpu load exceeds the number of cores in the current specifications.public Long getAutoScaleDownDelay()
public void setAutoScaleDownDelay(Long AutoScaleDownDelay)
AutoScaleDownDelay
- Specifies how long (in seconds) the system will wait for the cpu load to be lower than the number of cores in the lower specification before triggering automatic scaling down.public String getAutoPause()
public void setAutoPause(String AutoPause)
AutoPause
- Whether to automatically pause. valid values:.
yes
nopublic String getAutoScaleUp()
public void setAutoScaleUp(String AutoScaleUp)
AutoScaleUp
- Specifies whether the cluster allows upward scaling. valid values: public String getAutoScaleDown()
public void setAutoScaleDown(String AutoScaleDown)
AutoScaleDown
- Whether the cluster is allowed to scale down. valid values: public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.Copyright © 2025. All rights reserved.