Uses of Class
com.tencentcloudapi.tsf.v20180326.models.Env
-
Packages that use Env Package Description com.tencentcloudapi.tsf.v20180326.models -
-
Uses of Env in com.tencentcloudapi.tsf.v20180326.models
Methods in com.tencentcloudapi.tsf.v20180326.models that return Env Modifier and Type Method Description Env[]ContainerGroupDeploy. getEnvs()Get 部署组的环境变量数组,这里没有展示 tsf 使用的环境变量,只展示了用户设置的环境变量。 注意:此字段可能返回 null,表示取不到有效值。Env[]ContainerGroupDetail. getEnvs()Get 环境变量数组对象 注意:此字段可能返回 null,表示取不到有效值。Env[]ContainerGroupOther. getEnvs()Get 环境变量Env[]DeployContainerGroupRequest. getEnvs()Get 部署组应用运行的环境变量。若不指定该参数,则默认不设置额外的环境变量。Methods in com.tencentcloudapi.tsf.v20180326.models with parameters of type Env Modifier and Type Method Description voidContainerGroupDeploy. setEnvs(Env[] Envs)Set 部署组的环境变量数组,这里没有展示 tsf 使用的环境变量,只展示了用户设置的环境变量。 注意:此字段可能返回 null,表示取不到有效值。voidContainerGroupDetail. setEnvs(Env[] Envs)Set 环境变量数组对象 注意:此字段可能返回 null,表示取不到有效值。voidContainerGroupOther. setEnvs(Env[] Envs)Set 环境变量voidDeployContainerGroupRequest. setEnvs(Env[] Envs)Set 部署组应用运行的环境变量。若不指定该参数,则默认不设置额外的环境变量。Constructors in com.tencentcloudapi.tsf.v20180326.models with parameters of type Env Constructor Description Env(Env 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.
-