Uses of Class
com.tencentcloudapi.vpc.v20170312.models.VpnGatewayRouteModify
-
Packages that use VpnGatewayRouteModify Package Description com.tencentcloudapi.vpc.v20170312.models -
-
Uses of VpnGatewayRouteModify in com.tencentcloudapi.vpc.v20170312.models
Methods in com.tencentcloudapi.vpc.v20170312.models that return VpnGatewayRouteModify Modifier and Type Method Description VpnGatewayRouteModify[]ModifyVpnGatewayRoutesRequest. getRoutes()Get 路由修改参数。Methods in com.tencentcloudapi.vpc.v20170312.models with parameters of type VpnGatewayRouteModify Modifier and Type Method Description voidModifyVpnGatewayRoutesRequest. setRoutes(VpnGatewayRouteModify[] Routes)Set 路由修改参数。Constructors in com.tencentcloudapi.vpc.v20170312.models with parameters of type VpnGatewayRouteModify Constructor Description VpnGatewayRouteModify(VpnGatewayRouteModify 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.
-