Uses of Class
com.tencentcloudapi.tic.v20201117.models.ApplyStackRequest
-
Packages that use ApplyStackRequest Package Description com.tencentcloudapi.tic.v20201117 com.tencentcloudapi.tic.v20201117.models -
-
Uses of ApplyStackRequest in com.tencentcloudapi.tic.v20201117
Methods in com.tencentcloudapi.tic.v20201117 with parameters of type ApplyStackRequest Modifier and Type Method Description ApplyStackResponse
TicClient. ApplyStack(ApplyStackRequest req)
本接口(ApplyStack)用于触发资源栈下某个版本的Apply事件。 - 当版本处于PLAN_IN_PROGRESS或APPLY_IN_PROGRESS状态时,将无法再执行本操作 - 当版本处于APPLY_COMPLETED状态时,本操作无法执行 -
Uses of ApplyStackRequest in com.tencentcloudapi.tic.v20201117.models
Constructors in com.tencentcloudapi.tic.v20201117.models with parameters of type ApplyStackRequest Constructor Description ApplyStackRequest(ApplyStackRequest 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.
-