Uses of Class
com.tencentcloudapi.tke.v20180525.models.SubnetInfos
-
Packages that use SubnetInfos Package Description com.tencentcloudapi.tke.v20180525.models -
-
Uses of SubnetInfos in com.tencentcloudapi.tke.v20180525.models
Methods in com.tencentcloudapi.tke.v20180525.models that return SubnetInfos Modifier and Type Method Description SubnetInfos[]CreateEKSClusterRequest. getSubnetInfos()Get 子网信息列表Methods in com.tencentcloudapi.tke.v20180525.models with parameters of type SubnetInfos Modifier and Type Method Description voidCreateEKSClusterRequest. setSubnetInfos(SubnetInfos[] SubnetInfos)Set 子网信息列表Constructors in com.tencentcloudapi.tke.v20180525.models with parameters of type SubnetInfos Constructor Description SubnetInfos(SubnetInfos 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.
-