[{"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

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


Properties

string
id Optional

The id of this scoped entity.


string
name Optional

The name of the scoped entity.


string
scopeType Optional

Type of this scoped entity. This can be an network or a system-owned entity if the static route is SYSTEM_OWNED. Supported types are:

  • NETWORK
  • SYSTEM_OWNED

JSON Example

{
	"id": "string",
	"name": "string",
	"scopeType": "string"
}

Vendor Extensions

This class contains the following vendor extensions defined in the spec:
x-vcloud-property-annotations:
    id:
        x-vcloud-constraints:
            - constraint: NonSearchable
            - constraint: NonSortable
    name:
        x-vcloud-constraints:
            - constraint: NonSearchable
            - constraint: NonSortable
    scopeType:
        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

EdgeStaticRouteNextHop
What's changed in v37.0?

New! in version v37.0

Feedback

Was this page helpful?