Uses of Class
com.tencentcloudapi.tem.v20210701.models.CronHorizontalAutoscalerSchedule
-
Packages that use CronHorizontalAutoscalerSchedule Package Description com.tencentcloudapi.tem.v20210701.models -
-
Uses of CronHorizontalAutoscalerSchedule in com.tencentcloudapi.tem.v20210701.models
Methods in com.tencentcloudapi.tem.v20210701.models that return CronHorizontalAutoscalerSchedule Modifier and Type Method Description CronHorizontalAutoscalerSchedule[]CronHorizontalAutoscaler. getSchedules()Get 定时伸缩策略明细Methods in com.tencentcloudapi.tem.v20210701.models with parameters of type CronHorizontalAutoscalerSchedule Modifier and Type Method Description voidCronHorizontalAutoscaler. setSchedules(CronHorizontalAutoscalerSchedule[] Schedules)Set 定时伸缩策略明细Constructors in com.tencentcloudapi.tem.v20210701.models with parameters of type CronHorizontalAutoscalerSchedule Constructor Description CronHorizontalAutoscalerSchedule(CronHorizontalAutoscalerSchedule 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.
-