Uses of Class
com.tencentcloudapi.lighthouse.v20200324.models.ContainerEnv
-
Packages that use ContainerEnv Package Description com.tencentcloudapi.lighthouse.v20200324.models -
-
Uses of ContainerEnv in com.tencentcloudapi.lighthouse.v20200324.models
Methods in com.tencentcloudapi.lighthouse.v20200324.models that return ContainerEnv Modifier and Type Method Description ContainerEnv[]DockerContainerConfiguration. getEnvs()Get 环境变量列表ContainerEnv[]ModifyDockerContainerRequest. getEnvs()Get 环境变量列表Methods in com.tencentcloudapi.lighthouse.v20200324.models with parameters of type ContainerEnv Modifier and Type Method Description voidDockerContainerConfiguration. setEnvs(ContainerEnv[] Envs)Set 环境变量列表voidModifyDockerContainerRequest. setEnvs(ContainerEnv[] Envs)Set 环境变量列表Constructors in com.tencentcloudapi.lighthouse.v20200324.models with parameters of type ContainerEnv Constructor Description ContainerEnv(ContainerEnv 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.
-