Uses of Class
com.tencentcloudapi.tke.v20180525.models.RouteTableInfo
-
Packages that use RouteTableInfo Package Description com.tencentcloudapi.tke.v20180525.models -
-
Uses of RouteTableInfo in com.tencentcloudapi.tke.v20180525.models
Methods in com.tencentcloudapi.tke.v20180525.models that return RouteTableInfo Modifier and Type Method Description RouteTableInfo[]DescribeClusterRouteTablesResponse. getRouteTableSet()Get 集群路由表对象。Methods in com.tencentcloudapi.tke.v20180525.models with parameters of type RouteTableInfo Modifier and Type Method Description voidDescribeClusterRouteTablesResponse. setRouteTableSet(RouteTableInfo[] RouteTableSet)Set 集群路由表对象。Constructors in com.tencentcloudapi.tke.v20180525.models with parameters of type RouteTableInfo Constructor Description RouteTableInfo(RouteTableInfo 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.
-