Package | Description |
---|---|
com.tencentcloudapi.tsf.v20180326.models |
Modifier and Type | Method and Description |
---|---|
Env[] |
ContainerGroupDeploy.getEnvs()
Get 部署组的环境变量数组,这里没有展示 tsf 使用的环境变量,只展示了用户设置的环境变量。
注意:此字段可能返回 null,表示取不到有效值。
|
Env[] |
ContainerGroupDetail.getEnvs()
Get 环境变量数组对象
注意:此字段可能返回 null,表示取不到有效值。
|
Env[] |
ContainerGroupOther.getEnvs()
Get 环境变量
|
Env[] |
GroupContainerInfo.getEnvs()
Get 环境变量
注意:此字段可能返回 null,表示取不到有效值。
|
Env[] |
DeployContainerGroupRequest.getEnvs()
Get 部署组应用运行的环境变量。若不指定该参数,则默认不设置额外的环境变量。
|
Env[] |
GroupContainerInfo.getUserEnvs()
Get 环境变量,作为入参时不用填
注意:此字段可能返回 null,表示取不到有效值。
|
Modifier and Type | Method and Description |
---|---|
void |
ContainerGroupDeploy.setEnvs(Env[] Envs)
Set 部署组的环境变量数组,这里没有展示 tsf 使用的环境变量,只展示了用户设置的环境变量。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
ContainerGroupDetail.setEnvs(Env[] Envs)
Set 环境变量数组对象
注意:此字段可能返回 null,表示取不到有效值。
|
void |
ContainerGroupOther.setEnvs(Env[] Envs)
Set 环境变量
|
void |
GroupContainerInfo.setEnvs(Env[] Envs)
Set 环境变量
注意:此字段可能返回 null,表示取不到有效值。
|
void |
DeployContainerGroupRequest.setEnvs(Env[] Envs)
Set 部署组应用运行的环境变量。若不指定该参数,则默认不设置额外的环境变量。
|
void |
GroupContainerInfo.setUserEnvs(Env[] UserEnvs)
Set 环境变量,作为入参时不用填
注意:此字段可能返回 null,表示取不到有效值。
|
Constructor and 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.
|
Copyright © 2024. All rights reserved.