Package | Description |
---|---|
com.tencentcloudapi.tem.v20210701.models |
Modifier and Type | Method and Description |
---|---|
Autoscaler |
CreateApplicationAutoscalerRequest.getAutoscaler()
Get Auto scaling rule
|
Autoscaler |
ModifyApplicationAutoscalerRequest.getAutoscaler()
Get Auto scaling policy
|
Autoscaler[] |
TemServiceVersionInfo.getAutoscalerList()
Get Array of scaling rules
Note: This field may return `null`, indicating that no valid value was found.
|
Autoscaler[] |
DescribeApplicationAutoscalerListResponse.getResult()
Get Scaling rule
Note: This field may return `null`, indicating that no valid values can be obtained.
|
Modifier and Type | Method and Description |
---|---|
void |
CreateApplicationAutoscalerRequest.setAutoscaler(Autoscaler Autoscaler)
Set Auto scaling rule
|
void |
ModifyApplicationAutoscalerRequest.setAutoscaler(Autoscaler Autoscaler)
Set Auto scaling policy
|
void |
TemServiceVersionInfo.setAutoscalerList(Autoscaler[] AutoscalerList)
Set Array of scaling rules
Note: This field may return `null`, indicating that no valid value was found.
|
void |
DescribeApplicationAutoscalerListResponse.setResult(Autoscaler[] Result)
Set Scaling rule
Note: This field may return `null`, indicating that no valid values can be obtained.
|
Constructor and Description |
---|
Autoscaler(Autoscaler 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.
|
Copyright © 2024. All rights reserved.