EdgeStaticRouteNextHopScope
EdgeStaticRouteNextHopScope
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.
JSON Example
{
"name": "string",
"scopeType": "string",
"id": "string"
}
string
name
Optional
The name of the scoped entity.
string
scopeType
Optional
Type of this scoped entity. This can be a network or system-owned entity if the static route is SYSTEM_OWNED
. Supported types are:
- NETWORK
- SYSTEM_OWNED
string
id
Optional
The id of this scoped entity.
Availability
Added in 37.0
Deprecated in 38.1
With alternative: see
See /cloudapi/2.0.0/edgeGateways/{gatewayId}/routing/staticRoutes/. New model is GatewayStaticRouteNextHopScope.
Property Of