public class ScheduleElasticityConf extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ScheduleElasticityConf() | 
| ScheduleElasticityConf(ScheduleElasticityConf 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| ElasticPlan[] | getElasticPlans()Get 弹性伸缩计划 | 
| Long[] | getScheduleDays()Get 调度日期:WEEKLY传:1~7; MONTHLY传:1~31;其它类型不传 | 
| Boolean | getScheduledElasticityEnabled()Get 是否开启弹性伸缩:true/false | 
| String | getScheduleType()Get 调度类型:ONCE(一次性调度),DAILY(每日调度),WEEKLY(每周调度),MONTHLY(每月调度) | 
| String | getTimeZone()Get 调度时区 | 
| void | setElasticPlans(ElasticPlan[] ElasticPlans)Set 弹性伸缩计划 | 
| void | setScheduleDays(Long[] ScheduleDays)Set 调度日期:WEEKLY传:1~7; MONTHLY传:1~31;其它类型不传 | 
| void | setScheduledElasticityEnabled(Boolean ScheduledElasticityEnabled)Set 是否开启弹性伸缩:true/false | 
| void | setScheduleType(String ScheduleType)Set 调度类型:ONCE(一次性调度),DAILY(每日调度),WEEKLY(每周调度),MONTHLY(每月调度) | 
| void | setTimeZone(String TimeZone)Set 调度时区 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic ScheduleElasticityConf()
public ScheduleElasticityConf(ScheduleElasticityConf source)
public Boolean getScheduledElasticityEnabled()
public void setScheduledElasticityEnabled(Boolean ScheduledElasticityEnabled)
ScheduledElasticityEnabled - 是否开启弹性伸缩:true/falsepublic String getScheduleType()
public void setScheduleType(String ScheduleType)
ScheduleType - 调度类型:ONCE(一次性调度),DAILY(每日调度),WEEKLY(每周调度),MONTHLY(每月调度)public Long[] getScheduleDays()
public void setScheduleDays(Long[] ScheduleDays)
ScheduleDays - 调度日期:WEEKLY传:1~7; MONTHLY传:1~31;其它类型不传public String getTimeZone()
public void setTimeZone(String TimeZone)
TimeZone - 调度时区public ElasticPlan[] getElasticPlans()
public void setElasticPlans(ElasticPlan[] ElasticPlans)
ElasticPlans - 弹性伸缩计划Copyright © 2025. All rights reserved.