Uses of Class
com.tencentcloudapi.as.v20180419.models.SpotMixedAllocationPolicy
-
Packages that use SpotMixedAllocationPolicy Package Description com.tencentcloudapi.as.v20180419.models -
-
Uses of SpotMixedAllocationPolicy in com.tencentcloudapi.as.v20180419.models
Methods in com.tencentcloudapi.as.v20180419.models that return SpotMixedAllocationPolicy Modifier and Type Method Description SpotMixedAllocationPolicyAutoScalingGroup. getSpotMixedAllocationPolicy()Get 竞价混合模式下,各计费类型实例的分配策略。 仅当 InstanceAllocationPolicy 取 SPOT_MIXED 时才会返回有效值。SpotMixedAllocationPolicyCreateAutoScalingGroupRequest. getSpotMixedAllocationPolicy()Get 竞价混合模式下,各计费类型实例的分配策略。 仅当 InstanceAllocationPolicy 取 SPOT_MIXED 时可用。SpotMixedAllocationPolicyModifyAutoScalingGroupRequest. getSpotMixedAllocationPolicy()Get 竞价混合模式下,各计费类型实例的分配策略。 仅当 InstanceAllocationPolicy 取 SPOT_MIXED 时可用。Methods in com.tencentcloudapi.as.v20180419.models with parameters of type SpotMixedAllocationPolicy Modifier and Type Method Description voidAutoScalingGroup. setSpotMixedAllocationPolicy(SpotMixedAllocationPolicy SpotMixedAllocationPolicy)Set 竞价混合模式下,各计费类型实例的分配策略。 仅当 InstanceAllocationPolicy 取 SPOT_MIXED 时才会返回有效值。voidCreateAutoScalingGroupRequest. setSpotMixedAllocationPolicy(SpotMixedAllocationPolicy SpotMixedAllocationPolicy)Set 竞价混合模式下,各计费类型实例的分配策略。 仅当 InstanceAllocationPolicy 取 SPOT_MIXED 时可用。voidModifyAutoScalingGroupRequest. setSpotMixedAllocationPolicy(SpotMixedAllocationPolicy SpotMixedAllocationPolicy)Set 竞价混合模式下,各计费类型实例的分配策略。 仅当 InstanceAllocationPolicy 取 SPOT_MIXED 时可用。Constructors in com.tencentcloudapi.as.v20180419.models with parameters of type SpotMixedAllocationPolicy Constructor 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.
-