Uses of Class
com.tencentcloudapi.vpc.v20170312.models.NatDirectConnectGatewayRoute
-
Packages that use NatDirectConnectGatewayRoute Package Description com.tencentcloudapi.vpc.v20170312.models -
-
Uses of NatDirectConnectGatewayRoute in com.tencentcloudapi.vpc.v20170312.models
Methods in com.tencentcloudapi.vpc.v20170312.models that return NatDirectConnectGatewayRoute Modifier and Type Method Description NatDirectConnectGatewayRoute[]DescribeNatGatewayDirectConnectGatewayRouteResponse. getNatDirectConnectGatewayRouteSet()Get 路由数据Methods in com.tencentcloudapi.vpc.v20170312.models with parameters of type NatDirectConnectGatewayRoute Modifier and Type Method Description voidDescribeNatGatewayDirectConnectGatewayRouteResponse. setNatDirectConnectGatewayRouteSet(NatDirectConnectGatewayRoute[] NatDirectConnectGatewayRouteSet)Set 路由数据Constructors in com.tencentcloudapi.vpc.v20170312.models with parameters of type NatDirectConnectGatewayRoute Constructor Description NatDirectConnectGatewayRoute(NatDirectConnectGatewayRoute 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.
-