com.tencentcloudapi.tcb.v20180608.models.CloudBaseRunSideSpec Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tencentcloud-sdk-java-tcb Show documentation
Show all versions of tencentcloud-sdk-java-tcb Show documentation
Tencent Cloud Open API SDK for Java
/*
* Copyright (c) 2017-2018 THL A29 Limited, a Tencent company. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.tencentcloudapi.tcb.v20180608.models;
import com.tencentcloudapi.common.AbstractModel;
import com.google.gson.annotations.SerializedName;
import com.google.gson.annotations.Expose;
import java.util.HashMap;
public class CloudBaseRunSideSpec extends AbstractModel{
/**
* 容器镜像
注意:此字段可能返回 null,表示取不到有效值。
*/
@SerializedName("ContainerImage")
@Expose
private String ContainerImage;
/**
* 容器端口
注意:此字段可能返回 null,表示取不到有效值。
*/
@SerializedName("ContainerPort")
@Expose
private Long ContainerPort;
/**
* 容器的名称
注意:此字段可能返回 null,表示取不到有效值。
*/
@SerializedName("ContainerName")
@Expose
private String ContainerName;
/**
* kv的json字符串
注意:此字段可能返回 null,表示取不到有效值。
*/
@SerializedName("EnvVar")
@Expose
private String EnvVar;
/**
* InitialDelaySeconds 延迟多长时间启动健康检查
注意:此字段可能返回 null,表示取不到有效值。
*/
@SerializedName("InitialDelaySeconds")
@Expose
private Long InitialDelaySeconds;
/**
* CPU大小
注意:此字段可能返回 null,表示取不到有效值。
*/
@SerializedName("Cpu")
@Expose
private Long Cpu;
/**
* 内存大小(单位:M)
注意:此字段可能返回 null,表示取不到有效值。
*/
@SerializedName("Mem")
@Expose
private Long Mem;
/**
* 安全特性
注意:此字段可能返回 null,表示取不到有效值。
*/
@SerializedName("Security")
@Expose
private CloudBaseSecurityContext Security;
/**
* 挂载信息
注意:此字段可能返回 null,表示取不到有效值。
*/
@SerializedName("VolumeMountInfos")
@Expose
private CloudBaseRunVolumeMount [] VolumeMountInfos;
/**
* Get 容器镜像
注意:此字段可能返回 null,表示取不到有效值。
* @return ContainerImage 容器镜像
注意:此字段可能返回 null,表示取不到有效值。
*/
public String getContainerImage() {
return this.ContainerImage;
}
/**
* Set 容器镜像
注意:此字段可能返回 null,表示取不到有效值。
* @param ContainerImage 容器镜像
注意:此字段可能返回 null,表示取不到有效值。
*/
public void setContainerImage(String ContainerImage) {
this.ContainerImage = ContainerImage;
}
/**
* Get 容器端口
注意:此字段可能返回 null,表示取不到有效值。
* @return ContainerPort 容器端口
注意:此字段可能返回 null,表示取不到有效值。
*/
public Long getContainerPort() {
return this.ContainerPort;
}
/**
* Set 容器端口
注意:此字段可能返回 null,表示取不到有效值。
* @param ContainerPort 容器端口
注意:此字段可能返回 null,表示取不到有效值。
*/
public void setContainerPort(Long ContainerPort) {
this.ContainerPort = ContainerPort;
}
/**
* Get 容器的名称
注意:此字段可能返回 null,表示取不到有效值。
* @return ContainerName 容器的名称
注意:此字段可能返回 null,表示取不到有效值。
*/
public String getContainerName() {
return this.ContainerName;
}
/**
* Set 容器的名称
注意:此字段可能返回 null,表示取不到有效值。
* @param ContainerName 容器的名称
注意:此字段可能返回 null,表示取不到有效值。
*/
public void setContainerName(String ContainerName) {
this.ContainerName = ContainerName;
}
/**
* Get kv的json字符串
注意:此字段可能返回 null,表示取不到有效值。
* @return EnvVar kv的json字符串
注意:此字段可能返回 null,表示取不到有效值。
*/
public String getEnvVar() {
return this.EnvVar;
}
/**
* Set kv的json字符串
注意:此字段可能返回 null,表示取不到有效值。
* @param EnvVar kv的json字符串
注意:此字段可能返回 null,表示取不到有效值。
*/
public void setEnvVar(String EnvVar) {
this.EnvVar = EnvVar;
}
/**
* Get InitialDelaySeconds 延迟多长时间启动健康检查
注意:此字段可能返回 null,表示取不到有效值。
* @return InitialDelaySeconds InitialDelaySeconds 延迟多长时间启动健康检查
注意:此字段可能返回 null,表示取不到有效值。
*/
public Long getInitialDelaySeconds() {
return this.InitialDelaySeconds;
}
/**
* Set InitialDelaySeconds 延迟多长时间启动健康检查
注意:此字段可能返回 null,表示取不到有效值。
* @param InitialDelaySeconds InitialDelaySeconds 延迟多长时间启动健康检查
注意:此字段可能返回 null,表示取不到有效值。
*/
public void setInitialDelaySeconds(Long InitialDelaySeconds) {
this.InitialDelaySeconds = InitialDelaySeconds;
}
/**
* Get CPU大小
注意:此字段可能返回 null,表示取不到有效值。
* @return Cpu CPU大小
注意:此字段可能返回 null,表示取不到有效值。
*/
public Long getCpu() {
return this.Cpu;
}
/**
* Set CPU大小
注意:此字段可能返回 null,表示取不到有效值。
* @param Cpu CPU大小
注意:此字段可能返回 null,表示取不到有效值。
*/
public void setCpu(Long Cpu) {
this.Cpu = Cpu;
}
/**
* Get 内存大小(单位:M)
注意:此字段可能返回 null,表示取不到有效值。
* @return Mem 内存大小(单位:M)
注意:此字段可能返回 null,表示取不到有效值。
*/
public Long getMem() {
return this.Mem;
}
/**
* Set 内存大小(单位:M)
注意:此字段可能返回 null,表示取不到有效值。
* @param Mem 内存大小(单位:M)
注意:此字段可能返回 null,表示取不到有效值。
*/
public void setMem(Long Mem) {
this.Mem = Mem;
}
/**
* Get 安全特性
注意:此字段可能返回 null,表示取不到有效值。
* @return Security 安全特性
注意:此字段可能返回 null,表示取不到有效值。
*/
public CloudBaseSecurityContext getSecurity() {
return this.Security;
}
/**
* Set 安全特性
注意:此字段可能返回 null,表示取不到有效值。
* @param Security 安全特性
注意:此字段可能返回 null,表示取不到有效值。
*/
public void setSecurity(CloudBaseSecurityContext Security) {
this.Security = Security;
}
/**
* Get 挂载信息
注意:此字段可能返回 null,表示取不到有效值。
* @return VolumeMountInfos 挂载信息
注意:此字段可能返回 null,表示取不到有效值。
*/
public CloudBaseRunVolumeMount [] getVolumeMountInfos() {
return this.VolumeMountInfos;
}
/**
* Set 挂载信息
注意:此字段可能返回 null,表示取不到有效值。
* @param VolumeMountInfos 挂载信息
注意:此字段可能返回 null,表示取不到有效值。
*/
public void setVolumeMountInfos(CloudBaseRunVolumeMount [] VolumeMountInfos) {
this.VolumeMountInfos = VolumeMountInfos;
}
/**
* Internal implementation, normal users should not use it.
*/
public void toMap(HashMap map, String prefix) {
this.setParamSimple(map, prefix + "ContainerImage", this.ContainerImage);
this.setParamSimple(map, prefix + "ContainerPort", this.ContainerPort);
this.setParamSimple(map, prefix + "ContainerName", this.ContainerName);
this.setParamSimple(map, prefix + "EnvVar", this.EnvVar);
this.setParamSimple(map, prefix + "InitialDelaySeconds", this.InitialDelaySeconds);
this.setParamSimple(map, prefix + "Cpu", this.Cpu);
this.setParamSimple(map, prefix + "Mem", this.Mem);
this.setParamObj(map, prefix + "Security.", this.Security);
this.setParamArrayObj(map, prefix + "VolumeMountInfos.", this.VolumeMountInfos);
}
}