public class GroupContainerInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
GroupContainerInfo() |
GroupContainerInfo(GroupContainerInfo 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 |
getContainerName()
Get 容器名字
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getCpuLimit()
Get 容器最大的 CPU 核数,对应 K8S 的 limit
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getCpuRequest()
Get 容器分配的 CPU 核数,对应 K8S 的 request
注意:此字段可能返回 null,表示取不到有效值。
|
Env[] |
getEnvs()
Get 环境变量
注意:此字段可能返回 null,表示取不到有效值。
|
HealthCheckSettings |
getHealthCheckSettings()
Get 健康检查配置信息
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getJvmOpts()
Get jvm 参数
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getMemLimit()
Get 容器最大的内存 MiB 数,对应 K8S 的 limit
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getMemRequest()
Get 容器分配的内存 MiB 数,对应 K8S 的 request
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getRepoName()
Get 镜像名
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getRepoType()
Get 仓库类型,tcr,address,personal,默认personal
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getSecretName()
Get 凭证名字
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getServer()
Get 镜像server
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getTagName()
Get 镜像版本名称
|
TcrRepoInfo |
getTcrRepoInfo()
Get tcr仓库信息
注意:此字段可能返回 null,表示取不到有效值。
|
Env[] |
getUserEnvs()
Get 环境变量,作为入参时不用填
注意:此字段可能返回 null,表示取不到有效值。
|
VolumeMountInfo[] |
getVolumeMountInfoList()
Get 数据卷挂载点信息
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setContainerName(String ContainerName)
Set 容器名字
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCpuLimit(String CpuLimit)
Set 容器最大的 CPU 核数,对应 K8S 的 limit
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCpuRequest(String CpuRequest)
Set 容器分配的 CPU 核数,对应 K8S 的 request
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setEnvs(Env[] Envs)
Set 环境变量
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setHealthCheckSettings(HealthCheckSettings HealthCheckSettings)
Set 健康检查配置信息
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setJvmOpts(String JvmOpts)
Set jvm 参数
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setMemLimit(String MemLimit)
Set 容器最大的内存 MiB 数,对应 K8S 的 limit
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setMemRequest(String MemRequest)
Set 容器分配的内存 MiB 数,对应 K8S 的 request
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setRepoName(String RepoName)
Set 镜像名
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setRepoType(String RepoType)
Set 仓库类型,tcr,address,personal,默认personal
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setSecretName(String SecretName)
Set 凭证名字
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setServer(String Server)
Set 镜像server
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setTagName(String TagName)
Set 镜像版本名称
|
void |
setTcrRepoInfo(TcrRepoInfo TcrRepoInfo)
Set tcr仓库信息
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setUserEnvs(Env[] UserEnvs)
Set 环境变量,作为入参时不用填
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setVolumeMountInfoList(VolumeMountInfo[] VolumeMountInfoList)
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 GroupContainerInfo()
public GroupContainerInfo(GroupContainerInfo source)
public String getTagName()
public void setTagName(String TagName)
TagName
- 镜像版本名称public String getContainerName()
public void setContainerName(String ContainerName)
ContainerName
- 容器名字
注意:此字段可能返回 null,表示取不到有效值。public String getRepoName()
public void setRepoName(String RepoName)
RepoName
- 镜像名
注意:此字段可能返回 null,表示取不到有效值。public String getRepoType()
public void setRepoType(String RepoType)
RepoType
- 仓库类型,tcr,address,personal,默认personal
注意:此字段可能返回 null,表示取不到有效值。public TcrRepoInfo getTcrRepoInfo()
public void setTcrRepoInfo(TcrRepoInfo TcrRepoInfo)
TcrRepoInfo
- tcr仓库信息
注意:此字段可能返回 null,表示取不到有效值。public String getServer()
public void setServer(String Server)
Server
- 镜像server
注意:此字段可能返回 null,表示取不到有效值。public String getSecretName()
public void setSecretName(String SecretName)
SecretName
- 凭证名字
注意:此字段可能返回 null,表示取不到有效值。public String getJvmOpts()
public void setJvmOpts(String JvmOpts)
JvmOpts
- jvm 参数
注意:此字段可能返回 null,表示取不到有效值。public String getCpuLimit()
public void setCpuLimit(String CpuLimit)
CpuLimit
- 容器最大的 CPU 核数,对应 K8S 的 limit
注意:此字段可能返回 null,表示取不到有效值。public String getCpuRequest()
public void setCpuRequest(String CpuRequest)
CpuRequest
- 容器分配的 CPU 核数,对应 K8S 的 request
注意:此字段可能返回 null,表示取不到有效值。public String getMemRequest()
public void setMemRequest(String MemRequest)
MemRequest
- 容器分配的内存 MiB 数,对应 K8S 的 request
注意:此字段可能返回 null,表示取不到有效值。public String getMemLimit()
public void setMemLimit(String MemLimit)
MemLimit
- 容器最大的内存 MiB 数,对应 K8S 的 limit
注意:此字段可能返回 null,表示取不到有效值。public HealthCheckSettings getHealthCheckSettings()
public void setHealthCheckSettings(HealthCheckSettings HealthCheckSettings)
HealthCheckSettings
- 健康检查配置信息
注意:此字段可能返回 null,表示取不到有效值。public Env[] getEnvs()
public void setEnvs(Env[] Envs)
Envs
- 环境变量
注意:此字段可能返回 null,表示取不到有效值。public Env[] getUserEnvs()
public void setUserEnvs(Env[] UserEnvs)
UserEnvs
- 环境变量,作为入参时不用填
注意:此字段可能返回 null,表示取不到有效值。public VolumeMountInfo[] getVolumeMountInfoList()
public void setVolumeMountInfoList(VolumeMountInfo[] VolumeMountInfoList)
VolumeMountInfoList
- 数据卷挂载点信息
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.