Uses of Class
com.tencentcloudapi.vpc.v20170312.models.RouteTableAssociation
-
Packages that use RouteTableAssociation Package Description com.tencentcloudapi.vpc.v20170312.models -
-
Uses of RouteTableAssociation in com.tencentcloudapi.vpc.v20170312.models
Methods in com.tencentcloudapi.vpc.v20170312.models that return RouteTableAssociation Modifier and Type Method Description RouteTableAssociation[]RouteTable. getAssociationSet()Get 路由表关联关系。Methods in com.tencentcloudapi.vpc.v20170312.models with parameters of type RouteTableAssociation Modifier and Type Method Description voidRouteTable. setAssociationSet(RouteTableAssociation[] AssociationSet)Set 路由表关联关系。Constructors in com.tencentcloudapi.vpc.v20170312.models with parameters of type RouteTableAssociation Constructor Description RouteTableAssociation(RouteTableAssociation 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.
-