public class DiffConfigItem extends AbstractModel
header, skipSign
Constructor and Description |
---|
DiffConfigItem() |
DiffConfigItem(DiffConfigItem 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[] |
getArrayValue()
Get 字符串数组配置项值
AccessTypes,EntryPoint,Cmd
|
Boolean |
getBoolValue()
Get bool 类型配置项值
|
Float |
getFloatValue()
Get 浮点型配置项值
CpuSpecs、MemSpecs
|
Long |
getIntValue()
Get int 类型配置项值
MinNum、MaxNum、Port
|
String |
getKey()
Get 配置项 Key
MinNum 最小副本数
MaxNum 最大副本数
PolicyDetails 扩缩容策略
AccessTypes 访问类型
TimerScale 定时扩缩容
InternalAccess 内网访问
OperationMode 运行模式 noScale | condScale | alwaysScale | custom | manualScale
SessionAffinity 会话亲和性 open | close
CpuSpecs cpu 规格
MemSpecs mem规格
EnvParam 环境变量
LogPath 日志采集路径
Port 端口
Dockerfile dockerfile 文件名
BuildDir 目标目录
Tag 服务标签
LogType 日志类型 none | default | custom
LogSetId 日志集Id
LogTopicId 日志主题ID
LogParseType 日志解析类型 json | line
EntryPoint entrypoint 命令
Cmd cmd命令
VpcConf 网络信息
|
HpaPolicy[] |
getPolicyDetails()
Get 扩缩容策略配置项值
|
TimerScale[] |
getTimerScale()
Get 定时扩缩容配置项值
|
String |
getValue()
Get 字符串类型配置项值
InternalAccess、OperationMode、SessionAffinity、EnvParam、LogPath、Dockerfile、BuildDir、Tag、LogType、LogSetId、LogTopicId、LogParseType
|
VpcConf |
getVpcConf()
Get 配置内网访问时网络信息
|
void |
setArrayValue(String[] ArrayValue)
Set 字符串数组配置项值
AccessTypes,EntryPoint,Cmd
|
void |
setBoolValue(Boolean BoolValue)
Set bool 类型配置项值
|
void |
setFloatValue(Float FloatValue)
Set 浮点型配置项值
CpuSpecs、MemSpecs
|
void |
setIntValue(Long IntValue)
Set int 类型配置项值
MinNum、MaxNum、Port
|
void |
setKey(String Key)
Set 配置项 Key
MinNum 最小副本数
MaxNum 最大副本数
PolicyDetails 扩缩容策略
AccessTypes 访问类型
TimerScale 定时扩缩容
InternalAccess 内网访问
OperationMode 运行模式 noScale | condScale | alwaysScale | custom | manualScale
SessionAffinity 会话亲和性 open | close
CpuSpecs cpu 规格
MemSpecs mem规格
EnvParam 环境变量
LogPath 日志采集路径
Port 端口
Dockerfile dockerfile 文件名
BuildDir 目标目录
Tag 服务标签
LogType 日志类型 none | default | custom
LogSetId 日志集Id
LogTopicId 日志主题ID
LogParseType 日志解析类型 json | line
EntryPoint entrypoint 命令
Cmd cmd命令
VpcConf 网络信息
|
void |
setPolicyDetails(HpaPolicy[] PolicyDetails)
Set 扩缩容策略配置项值
|
void |
setTimerScale(TimerScale[] TimerScale)
Set 定时扩缩容配置项值
|
void |
setValue(String Value)
Set 字符串类型配置项值
InternalAccess、OperationMode、SessionAffinity、EnvParam、LogPath、Dockerfile、BuildDir、Tag、LogType、LogSetId、LogTopicId、LogParseType
|
void |
setVpcConf(VpcConf VpcConf)
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, toJsonString
public DiffConfigItem()
public DiffConfigItem(DiffConfigItem source)
public String getKey()
public void setKey(String Key)
Key
- 配置项 Key
MinNum 最小副本数
MaxNum 最大副本数
PolicyDetails 扩缩容策略
AccessTypes 访问类型
TimerScale 定时扩缩容
InternalAccess 内网访问
OperationMode 运行模式 noScale | condScale | alwaysScale | custom | manualScale
SessionAffinity 会话亲和性 open | close
CpuSpecs cpu 规格
MemSpecs mem规格
EnvParam 环境变量
LogPath 日志采集路径
Port 端口
Dockerfile dockerfile 文件名
BuildDir 目标目录
Tag 服务标签
LogType 日志类型 none | default | custom
LogSetId 日志集Id
LogTopicId 日志主题ID
LogParseType 日志解析类型 json | line
EntryPoint entrypoint 命令
Cmd cmd命令
VpcConf 网络信息public String getValue()
public void setValue(String Value)
Value
- 字符串类型配置项值
InternalAccess、OperationMode、SessionAffinity、EnvParam、LogPath、Dockerfile、BuildDir、Tag、LogType、LogSetId、LogTopicId、LogParseTypepublic Long getIntValue()
public void setIntValue(Long IntValue)
IntValue
- int 类型配置项值
MinNum、MaxNum、Portpublic Boolean getBoolValue()
public void setBoolValue(Boolean BoolValue)
BoolValue
- bool 类型配置项值public Float getFloatValue()
public void setFloatValue(Float FloatValue)
FloatValue
- 浮点型配置项值
CpuSpecs、MemSpecspublic String[] getArrayValue()
public void setArrayValue(String[] ArrayValue)
ArrayValue
- 字符串数组配置项值
AccessTypes,EntryPoint,Cmdpublic HpaPolicy[] getPolicyDetails()
public void setPolicyDetails(HpaPolicy[] PolicyDetails)
PolicyDetails
- 扩缩容策略配置项值public TimerScale[] getTimerScale()
public void setTimerScale(TimerScale[] TimerScale)
TimerScale
- 定时扩缩容配置项值public VpcConf getVpcConf()
public void setVpcConf(VpcConf VpcConf)
VpcConf
- 配置内网访问时网络信息Copyright © 2025. All rights reserved.