public class AutoScalerPolicy extends AbstractModel
header, skipSign
Constructor and Description |
---|
AutoScalerPolicy() |
AutoScalerPolicy(AutoScalerPolicy 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 |
---|---|
Long |
getPeriodSeconds()
Get 扩容周期
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getType()
Get 类型,Pods
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getValue()
Get 数量
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setPeriodSeconds(Long PeriodSeconds)
Set 扩容周期
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setType(String Type)
Set 类型,Pods
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setValue(Long Value)
Set 数量
注意:此字段可能返回 null,表示取不到有效值。
|
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 AutoScalerPolicy()
public AutoScalerPolicy(AutoScalerPolicy source)
public String getType()
public void setType(String Type)
Type
- 类型,Pods
注意:此字段可能返回 null,表示取不到有效值。public Long getValue()
public void setValue(Long Value)
Value
- 数量
注意:此字段可能返回 null,表示取不到有效值。public Long getPeriodSeconds()
public void setPeriodSeconds(Long PeriodSeconds)
PeriodSeconds
- 扩容周期
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.