public class CloudBaseRunSideSpec extends AbstractModel
header, skipSign
Constructor and Description |
---|
CloudBaseRunSideSpec() |
CloudBaseRunSideSpec(CloudBaseRunSideSpec 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 |
getContainerImage()
Get 容器镜像
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getContainerName()
Get 容器的名称
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getContainerPort()
Get 容器端口
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getCpu()
Get CPU大小
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getEnvVar()
Get kv的json字符串
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getInitialDelaySeconds()
Get InitialDelaySeconds 延迟多长时间启动健康检查
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getMem()
Get 内存大小(单位:M)
注意:此字段可能返回 null,表示取不到有效值。
|
CloudBaseSecurityContext |
getSecurity()
Get 安全特性
注意:此字段可能返回 null,表示取不到有效值。
|
CloudBaseRunVolumeMount[] |
getVolumeMountInfos()
Get 挂载信息
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setContainerImage(String ContainerImage)
Set 容器镜像
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setContainerName(String ContainerName)
Set 容器的名称
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setContainerPort(Long ContainerPort)
Set 容器端口
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCpu(Long Cpu)
Set CPU大小
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setEnvVar(String EnvVar)
Set kv的json字符串
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setInitialDelaySeconds(Long InitialDelaySeconds)
Set InitialDelaySeconds 延迟多长时间启动健康检查
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setMem(Long Mem)
Set 内存大小(单位:M)
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setSecurity(CloudBaseSecurityContext Security)
Set 安全特性
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setVolumeMountInfos(CloudBaseRunVolumeMount[] VolumeMountInfos)
Set 挂载信息
注意:此字段可能返回 null,表示取不到有效值。
|
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 CloudBaseRunSideSpec()
public CloudBaseRunSideSpec(CloudBaseRunSideSpec source)
public String getContainerImage()
public void setContainerImage(String ContainerImage)
ContainerImage
- 容器镜像
注意:此字段可能返回 null,表示取不到有效值。public Long getContainerPort()
public void setContainerPort(Long ContainerPort)
ContainerPort
- 容器端口
注意:此字段可能返回 null,表示取不到有效值。public String getContainerName()
public void setContainerName(String ContainerName)
ContainerName
- 容器的名称
注意:此字段可能返回 null,表示取不到有效值。public String getEnvVar()
public void setEnvVar(String EnvVar)
EnvVar
- kv的json字符串
注意:此字段可能返回 null,表示取不到有效值。public Long getInitialDelaySeconds()
public void setInitialDelaySeconds(Long InitialDelaySeconds)
InitialDelaySeconds
- InitialDelaySeconds 延迟多长时间启动健康检查
注意:此字段可能返回 null,表示取不到有效值。public Long getCpu()
public void setCpu(Long Cpu)
Cpu
- CPU大小
注意:此字段可能返回 null,表示取不到有效值。public Long getMem()
public void setMem(Long Mem)
Mem
- 内存大小(单位:M)
注意:此字段可能返回 null,表示取不到有效值。public CloudBaseSecurityContext getSecurity()
public void setSecurity(CloudBaseSecurityContext Security)
Security
- 安全特性
注意:此字段可能返回 null,表示取不到有效值。public CloudBaseRunVolumeMount[] getVolumeMountInfos()
public void setVolumeMountInfos(CloudBaseRunVolumeMount[] VolumeMountInfos)
VolumeMountInfos
- 挂载信息
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.