Uses of Class
com.tencentcloudapi.vpc.v20170312.models.CcnRoute
-
Packages that use CcnRoute Package Description com.tencentcloudapi.vpc.v20170312.models -
-
Uses of CcnRoute in com.tencentcloudapi.vpc.v20170312.models
Methods in com.tencentcloudapi.vpc.v20170312.models that return CcnRoute Modifier and Type Method Description CcnRoute[]DescribeCcnRoutesResponse. getRouteSet()Get CCN路由策略对象。Methods in com.tencentcloudapi.vpc.v20170312.models with parameters of type CcnRoute Modifier and Type Method Description voidDescribeCcnRoutesResponse. setRouteSet(CcnRoute[] RouteSet)Set CCN路由策略对象。Constructors in com.tencentcloudapi.vpc.v20170312.models with parameters of type CcnRoute Constructor Description CcnRoute(CcnRoute 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.
-