Uses of Class
com.tencentcloudapi.tione.v20211111.models.EnvVar
-
Packages that use EnvVar Package Description com.tencentcloudapi.tione.v20211111.models -
-
Uses of EnvVar in com.tencentcloudapi.tione.v20211111.models
Methods in com.tencentcloudapi.tione.v20211111.models that return EnvVar Modifier and Type Method Description EnvVar[]CreateModelServiceRequest. getEnv()Get 环境变量,可选参数,用于配置容器中的环境变量EnvVar[]ModifyModelServiceRequest. getEnv()Get 环境变量,可选参数,用于配置容器中的环境变量EnvVar[]ServiceInfo. getEnv()Get 环境变量 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.tione.v20211111.models with parameters of type EnvVar Modifier and Type Method Description voidCreateModelServiceRequest. setEnv(EnvVar[] Env)Set 环境变量,可选参数,用于配置容器中的环境变量voidModifyModelServiceRequest. setEnv(EnvVar[] Env)Set 环境变量,可选参数,用于配置容器中的环境变量voidServiceInfo. setEnv(EnvVar[] Env)Set 环境变量 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.tione.v20211111.models with parameters of type EnvVar Constructor Description EnvVar(EnvVar 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.
-