EdgeStaticRouteNextHop
EdgeStaticRouteNextHop
A next hop for a static route
JSON Example
{
"ipAddress": "string",
"adminDistance": 0,
"scope": {
"name": "string",
"scopeType": "string",
"id": "string"
}
}
string
ipAddress
Optional
The next hop gateway IP Address for the static route.
integer As int32 As int32
adminDistance
Required
The next hop admin distance for the static route.
Availability
Added in 37.0
Deprecated in 38.1
With alternative: see
See /cloudapi/2.0.0/edgeGateways/{gatewayId}/routing/staticRoutes/. New model is GatewayStaticRouteNextHop.
Property Of