Uses of Class
com.tencentcloudapi.tcbr.v20220217.models.DeployParam
-
Packages that use DeployParam Package Description com.tencentcloudapi.tcbr.v20220217.models -
-
Uses of DeployParam in com.tencentcloudapi.tcbr.v20220217.models
Methods in com.tencentcloudapi.tcbr.v20220217.models that return DeployParam Modifier and Type Method Description DeployParamCreateCloudRunServerRequest. getDeployInfo()Get 部署信息DeployParamUpdateCloudRunServerRequest. getDeployInfo()Get 部署信息Methods in com.tencentcloudapi.tcbr.v20220217.models with parameters of type DeployParam Modifier and Type Method Description voidCreateCloudRunServerRequest. setDeployInfo(DeployParam DeployInfo)Set 部署信息voidUpdateCloudRunServerRequest. setDeployInfo(DeployParam DeployInfo)Set 部署信息Constructors in com.tencentcloudapi.tcbr.v20220217.models with parameters of type DeployParam Constructor Description DeployParam(DeployParam 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.
-