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

EdgeStaticRoute

A static route configuration.


Properties

string
name Required

Name for the static route.


string
networkCidr Required

The network prefix in CIDR format. Both IPv4 and IPv6 formats are supported.


nextHops Required

The list of next hops to use within the static route. List must contain at least one valid next hop.


string
description Optional

Description for this static route.


string
id Optional

The unique ID of this static route. On updates, the ID is required for the object, while for create a new ID will be generated. This ID is not a VCD URN.


boolean
systemOwned Optional

A flag indicating whether this static route is managed by the system. Property is read-only.


version Optional

This property describes the current version of the entity. To prevent clients from overwriting each other’s changes, update operations must include the version which can be obtained by issuing a GET operation. If the version number on an update call is missing, the operation will be rejected. This is only needed on update calls.

JSON Example

{
    "networkCidr": "10.22.0.0/22"
}

Vendor Extensions

This class contains the following vendor extensions defined in the spec:
x-vcloud-property-annotations:
    description:
        x-vcloud-constraints:
            - constraint: NonSearchable
            - constraint: NonSortable
    id:
        x-vcloud-constraints:
            - constraint: ReadOnly
            - constraint: NonSearchable
            - constraint: NonSortable
    name:
        x-vcloud-constraints:
            - constraint: NonSearchable
    networkCidr:
        x-vcloud-constraints:
            - constraint: NonSearchable
            - constraint: NonSortable
            - args:
                - arg: CIDR
              constraint: NetworkAddress
    nextHops:
        x-vcloud-constraints:
            - constraint: NonSearchable
            - constraint: NonSortable
    systemOwned:
        x-vcloud-constraints:
            - constraint: ReadOnly
            - 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

EdgeStaticRoutes
Parameter To

Create Static Route
Update Static Route
Returned By

Get Static Route

Feedback

Was this page helpful?