Package | Description |
---|---|
com.tencentcloudapi.as.v20180419.models |
Modifier and Type | Method and Description |
---|---|
SpotMixedAllocationPolicy |
ModifyAutoScalingGroupRequest.getSpotMixedAllocationPolicy()
Get 竞价混合模式下,各计费类型实例的分配策略。
仅当 InstanceAllocationPolicy 取 SPOT_MIXED 时可用。
|
SpotMixedAllocationPolicy |
CreateAutoScalingGroupRequest.getSpotMixedAllocationPolicy()
Get 竞价混合模式下,各计费类型实例的分配策略。
仅当 InstanceAllocationPolicy 取 SPOT_MIXED 时可用。
|
SpotMixedAllocationPolicy |
AutoScalingGroup.getSpotMixedAllocationPolicy()
Get 竞价混合模式下,各计费类型实例的分配策略。
仅当 InstanceAllocationPolicy 取 SPOT_MIXED 时才会返回有效值。
|
Modifier and Type | Method and Description |
---|---|
void |
ModifyAutoScalingGroupRequest.setSpotMixedAllocationPolicy(SpotMixedAllocationPolicy SpotMixedAllocationPolicy)
Set 竞价混合模式下,各计费类型实例的分配策略。
仅当 InstanceAllocationPolicy 取 SPOT_MIXED 时可用。
|
void |
CreateAutoScalingGroupRequest.setSpotMixedAllocationPolicy(SpotMixedAllocationPolicy SpotMixedAllocationPolicy)
Set 竞价混合模式下,各计费类型实例的分配策略。
仅当 InstanceAllocationPolicy 取 SPOT_MIXED 时可用。
|
void |
AutoScalingGroup.setSpotMixedAllocationPolicy(SpotMixedAllocationPolicy SpotMixedAllocationPolicy)
Set 竞价混合模式下,各计费类型实例的分配策略。
仅当 InstanceAllocationPolicy 取 SPOT_MIXED 时才会返回有效值。
|
Constructor and Description |
---|
SpotMixedAllocationPolicy(SpotMixedAllocationPolicy 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 © 2022. All rights reserved.