Package | Description |
---|---|
com.tencentcloudapi.vpc.v20170312.models |
Modifier and Type | Method and Description |
---|---|
VpnGatewayRoute[] |
CreateVpnGatewayRoutesRequest.getRoutes()
Get Destination route list of a VPN gateway
|
VpnGatewayRoute[] |
ModifyVpnGatewayRoutesResponse.getRoutes()
Get Route information of the VPN gateway
Note: this field may return `null`, indicating that no valid value is obtained.
|
VpnGatewayRoute[] |
DescribeVpnGatewayRoutesResponse.getRoutes()
Get Destination routes of the VPN gateway
|
VpnGatewayRoute[] |
CreateVpnGatewayRoutesResponse.getRoutes()
Get Destination routes of a VPN gateway
|
Modifier and Type | Method and Description |
---|---|
void |
CreateVpnGatewayRoutesRequest.setRoutes(VpnGatewayRoute[] Routes)
Set Destination route list of a VPN gateway
|
void |
ModifyVpnGatewayRoutesResponse.setRoutes(VpnGatewayRoute[] Routes)
Set Route information of the VPN gateway
Note: this field may return `null`, indicating that no valid value is obtained.
|
void |
DescribeVpnGatewayRoutesResponse.setRoutes(VpnGatewayRoute[] Routes)
Set Destination routes of the VPN gateway
|
void |
CreateVpnGatewayRoutesResponse.setRoutes(VpnGatewayRoute[] Routes)
Set Destination routes of a VPN gateway
|
Constructor and 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.
|
Copyright © 2023. All rights reserved.