public class CronHorizontalAutoscalerSchedule extends AbstractModel
header, skipSign
Constructor and Description |
---|
CronHorizontalAutoscalerSchedule() |
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.
|
Modifier and Type | Method and Description |
---|---|
String |
getStartAt()
Get Triggering time, in the format of HH:MM
Example:
00:00 (Trigger at midnight)
|
Long |
getTargetReplicas()
Get Number of target pods (less than 50)
Note: this field may return `null`, indicating that no valid values can be obtained.
|
void |
setStartAt(String StartAt)
Set Triggering time, in the format of HH:MM
Example:
00:00 (Trigger at midnight)
|
void |
setTargetReplicas(Long TargetReplicas)
Set Number of target pods (less than 50)
Note: this field may return `null`, indicating that no valid values can be obtained.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public CronHorizontalAutoscalerSchedule()
public CronHorizontalAutoscalerSchedule(CronHorizontalAutoscalerSchedule source)
public String getStartAt()
public void setStartAt(String StartAt)
StartAt
- Triggering time, in the format of HH:MM
Example:
00:00 (Trigger at midnight)public Long getTargetReplicas()
public void setTargetReplicas(Long TargetReplicas)
TargetReplicas
- Number of target pods (less than 50)
Note: this field may return `null`, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.