Uses of Class
com.tencentcloudapi.tic.v20201117.models.CreateStackResponse
-
Packages that use CreateStackResponse Package Description com.tencentcloudapi.tic.v20201117 com.tencentcloudapi.tic.v20201117.models -
-
Uses of CreateStackResponse in com.tencentcloudapi.tic.v20201117
Methods in com.tencentcloudapi.tic.v20201117 that return CreateStackResponse Modifier and Type Method Description CreateStackResponse
TicClient. CreateStack(CreateStackRequest req)
本接口(CreateStack)用于通过传递一个COS的terraform zip模版URL来创建一个资源栈。创建资源栈后仍需要用户调用对应的plan, apply, destory执行对应的事件。 -
Uses of CreateStackResponse in com.tencentcloudapi.tic.v20201117.models
Constructors in com.tencentcloudapi.tic.v20201117.models with parameters of type CreateStackResponse Constructor Description CreateStackResponse(CreateStackResponse 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.
-