Uses of Class
com.tencentcloudapi.tke.v20180525.models.IPAddress
-
Packages that use IPAddress Package Description com.tencentcloudapi.tke.v20180525.models -
-
Uses of IPAddress in com.tencentcloudapi.tke.v20180525.models
Methods in com.tencentcloudapi.tke.v20180525.models that return IPAddress Modifier and Type Method Description IPAddress[]DescribeEKSClusterCredentialResponse. getAddresses()Get 集群的接入地址信息IPAddress[]DescribeTKEEdgeClusterCredentialResponse. getAddresses()Get 集群的接入地址信息 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.tke.v20180525.models with parameters of type IPAddress Modifier and Type Method Description voidDescribeEKSClusterCredentialResponse. setAddresses(IPAddress[] Addresses)Set 集群的接入地址信息voidDescribeTKEEdgeClusterCredentialResponse. setAddresses(IPAddress[] Addresses)Set 集群的接入地址信息 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.tke.v20180525.models with parameters of type IPAddress Constructor Description IPAddress(IPAddress 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.
-