Uses of Class
com.tencentcloudapi.tic.v20201117.models.CreateStackVersionRequest
-
Packages that use CreateStackVersionRequest Package Description com.tencentcloudapi.tic.v20201117 com.tencentcloudapi.tic.v20201117.models -
-
Uses of CreateStackVersionRequest in com.tencentcloudapi.tic.v20201117
Methods in com.tencentcloudapi.tic.v20201117 with parameters of type CreateStackVersionRequest Modifier and Type Method Description CreateStackVersionResponse
TicClient. CreateStackVersion(CreateStackVersionRequest req)
本接口(CreateStackVersion)用于给资源栈新增一个HCL模版版本,仅限COS链接,且为zip格式。 -
Uses of CreateStackVersionRequest in com.tencentcloudapi.tic.v20201117.models
Constructors in com.tencentcloudapi.tic.v20201117.models with parameters of type CreateStackVersionRequest Constructor Description CreateStackVersionRequest(CreateStackVersionRequest 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.
-