[{"label":"Latest (v37.2)","version":"latest"},{"version":"v37.1"},{"version":"v37.0"},{"version":"v36.3"},{"version":"v36.2"},{"version":"v36.1"},{"version":"v36.0"},{"link":"https://developer.vmware.com/apis/1046/vmware-cloud-director","version":"v35.0"}]
vmware-cloud-director

EdgeStaticRouteNextHop

A next hop for a static route


Properties

integer as int32
adminDistance Required

The next hop admin distance for the static route.


string
ipAddress Optional

The next hop gateway IP Address 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, but scope could also reference a SYSTEM_OWNED entity if the next hop is configured outside of VCD.

JSON Example

{
	"adminDistance": 0
}

Vendor Extensions

This class contains the following vendor extensions defined in the spec:
x-vcloud-property-annotations:
    adminDistance:
        x-vcloud-constraints:
            - constraint: NonSearchable
            - constraint: NonSortable
    ipAddress:
        x-vcloud-constraints:
            - constraint: NonSearchable
            - constraint: NonSortable
            - args:
                - arg: IPV4_IP
                - arg: IPV6_IP
              constraint: NetworkAddress
    scope:
        x-vcloud-constraints:
            - constraint: NonSearchable
            - constraint: NonSortable
[{"label":"Latest (v37.2)","version":"latest"},{"version":"v37.1"},{"version":"v37.0"},{"version":"v36.3"},{"version":"v36.2"},{"version":"v36.1"},{"version":"v36.0"},{"link":"https://developer.vmware.com/apis/1046/vmware-cloud-director","version":"v35.0"}]
vmware-cloud-director
Availability
Added in 37.0
Property Of

EdgeStaticRoute
What's changed in v37.0?

New! in version v37.0

Feedback

Was this page helpful?