EdgeStaticRouteNextHop

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
Constraints: minimum: 1 maximum: 255 default: 1

The next hop admin distance for the static route.

scope
Optional

A reference to an entity where the next hop of a static route is reachable. In general, the reference should be an org vDC network or segment backed external network, but scope could also reference a SYSTEM_OWNED entity if the next hop is configured outside of VCD.

Deprecated
Property Of