Uses of Class
com.tencentcloudapi.vpc.v20170312.models.VpnGatewayRoute
-
Packages that use VpnGatewayRoute Package Description com.tencentcloudapi.vpc.v20170312.models -
-
Uses of VpnGatewayRoute in com.tencentcloudapi.vpc.v20170312.models
Methods in com.tencentcloudapi.vpc.v20170312.models that return VpnGatewayRoute Modifier and Type Method Description VpnGatewayRoute[]CreateVpnGatewayRoutesRequest. getRoutes()Get VPN网关目的路由列表VpnGatewayRoute[]CreateVpnGatewayRoutesResponse. getRoutes()Get VPN网关目的路由VpnGatewayRoute[]DescribeVpnGatewayRoutesResponse. getRoutes()Get VPN网关目的路由。VpnGatewayRoute[]ModifyVpnGatewayRoutesResponse. getRoutes()Get VPN路由信息 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.vpc.v20170312.models with parameters of type VpnGatewayRoute Modifier and Type Method Description voidCreateVpnGatewayRoutesRequest. setRoutes(VpnGatewayRoute[] Routes)Set VPN网关目的路由列表voidCreateVpnGatewayRoutesResponse. setRoutes(VpnGatewayRoute[] Routes)Set VPN网关目的路由voidDescribeVpnGatewayRoutesResponse. setRoutes(VpnGatewayRoute[] Routes)Set VPN网关目的路由。voidModifyVpnGatewayRoutesResponse. setRoutes(VpnGatewayRoute[] Routes)Set VPN路由信息 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.vpc.v20170312.models with parameters of type VpnGatewayRoute Constructor Description VpnGatewayRoute(VpnGatewayRoute 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.
-