Uses of Class
com.tencentcloudapi.tse.v20201207.models.BoundK8SInfo
-
Packages that use BoundK8SInfo Package Description com.tencentcloudapi.tse.v20201207.models -
-
Uses of BoundK8SInfo in com.tencentcloudapi.tse.v20201207.models
Methods in com.tencentcloudapi.tse.v20201207.models that return BoundK8SInfo Modifier and Type Method Description BoundK8SInfo[]ServiceGovernanceInfo. getBoundK8SInfos()Get 服务治理引擎绑定的kubernetes集群信息Methods in com.tencentcloudapi.tse.v20201207.models with parameters of type BoundK8SInfo Modifier and Type Method Description voidServiceGovernanceInfo. setBoundK8SInfos(BoundK8SInfo[] BoundK8SInfos)Set 服务治理引擎绑定的kubernetes集群信息Constructors in com.tencentcloudapi.tse.v20201207.models with parameters of type BoundK8SInfo Constructor Description BoundK8SInfo(BoundK8SInfo 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.
-