Uses of Class
com.tencentcloudapi.tdcpg.v20211118.models.IsolateClusterInstancesResponse
-
Packages that use IsolateClusterInstancesResponse Package Description com.tencentcloudapi.tdcpg.v20211118 com.tencentcloudapi.tdcpg.v20211118.models -
-
Uses of IsolateClusterInstancesResponse in com.tencentcloudapi.tdcpg.v20211118
Methods in com.tencentcloudapi.tdcpg.v20211118 that return IsolateClusterInstancesResponse Modifier and Type Method Description IsolateClusterInstancesResponseTdcpgClient. IsolateClusterInstances(IsolateClusterInstancesRequest req)隔离实例。此接口只针对状态为running的实例生效,使用场景包括: - 批量隔离集群内所有的实例 - 在读写实例为running(运行中)时,单个/批量隔离只读实例 - 集群内所有只读实例为isolated(已隔离)时,单独隔离读写实例 -
Uses of IsolateClusterInstancesResponse in com.tencentcloudapi.tdcpg.v20211118.models
Constructors in com.tencentcloudapi.tdcpg.v20211118.models with parameters of type IsolateClusterInstancesResponse Constructor Description IsolateClusterInstancesResponse(IsolateClusterInstancesResponse 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.
-