Uses of Class
com.tencentcloudapi.tke.v20180525.models.EdgeClusterInternalLB
-
Packages that use EdgeClusterInternalLB Package Description com.tencentcloudapi.tke.v20180525.models -
-
Uses of EdgeClusterInternalLB in com.tencentcloudapi.tke.v20180525.models
Methods in com.tencentcloudapi.tke.v20180525.models that return EdgeClusterInternalLB Modifier and Type Method Description EdgeClusterInternalLBDescribeTKEEdgeClusterCredentialResponse. getInternalLB()Get 集群的内网访问信息EdgeClusterInternalLBUpdateTKEEdgeClusterRequest. getInternalLB()Get 边缘计算集群内网访问LB信息Methods in com.tencentcloudapi.tke.v20180525.models with parameters of type EdgeClusterInternalLB Modifier and Type Method Description voidDescribeTKEEdgeClusterCredentialResponse. setInternalLB(EdgeClusterInternalLB InternalLB)Set 集群的内网访问信息voidUpdateTKEEdgeClusterRequest. setInternalLB(EdgeClusterInternalLB InternalLB)Set 边缘计算集群内网访问LB信息Constructors in com.tencentcloudapi.tke.v20180525.models with parameters of type EdgeClusterInternalLB Constructor Description EdgeClusterInternalLB(EdgeClusterInternalLB 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.
-