Uses of Class
com.tencentcloudapi.tke.v20180525.models.ClusterPublicLB
-
Packages that use ClusterPublicLB Package Description com.tencentcloudapi.tke.v20180525.models -
-
Uses of ClusterPublicLB in com.tencentcloudapi.tke.v20180525.models
Methods in com.tencentcloudapi.tke.v20180525.models that return ClusterPublicLB Modifier and Type Method Description ClusterPublicLBDescribeEKSClusterCredentialResponse. getPublicLB()Get 集群的公网访问信息ClusterPublicLBUpdateEKSClusterRequest. getPublicLB()Get 弹性容器集群公网访问LB信息Methods in com.tencentcloudapi.tke.v20180525.models with parameters of type ClusterPublicLB Modifier and Type Method Description voidDescribeEKSClusterCredentialResponse. setPublicLB(ClusterPublicLB PublicLB)Set 集群的公网访问信息voidUpdateEKSClusterRequest. setPublicLB(ClusterPublicLB PublicLB)Set 弹性容器集群公网访问LB信息Constructors in com.tencentcloudapi.tke.v20180525.models with parameters of type ClusterPublicLB Constructor Description ClusterPublicLB(ClusterPublicLB 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.
-