Uses of Class
com.tencentcloudapi.tsf.v20180326.models.SchedulingStrategy
-
Packages that use SchedulingStrategy Package Description com.tencentcloudapi.tsf.v20180326.models -
-
Uses of SchedulingStrategy in com.tencentcloudapi.tsf.v20180326.models
Methods in com.tencentcloudapi.tsf.v20180326.models that return SchedulingStrategy Modifier and Type Method Description SchedulingStrategyDeployContainerGroupRequest. getSchedulingStrategy()Get 节点调度策略。若不指定改参数,则默认不使用节点调度策略。Methods in com.tencentcloudapi.tsf.v20180326.models with parameters of type SchedulingStrategy Modifier and Type Method Description voidDeployContainerGroupRequest. setSchedulingStrategy(SchedulingStrategy SchedulingStrategy)Set 节点调度策略。若不指定改参数,则默认不使用节点调度策略。Constructors in com.tencentcloudapi.tsf.v20180326.models with parameters of type SchedulingStrategy Constructor Description SchedulingStrategy(SchedulingStrategy 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.
-