EdgePrefixList

EdgePrefixList
EdgePrefixList

A list of prefixes for routing purposes. Prefix list contains one or more ordered entries which are processed sequentially.

JSON Example
{
    "id": "string",
    "name": "string",
    "description": "string",
    "prefixes": [
        {
            "network": "10.22.0.0/22",
            "greaterThanEqualTo": 0,
            "lessThanEqualTo": 0,
            "action": "string"
        }
    ],
    "version": {
        "version": 0
    }
}
string
id
Optional

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

string
name
Required

Name for the prefix list.

string
description
Optional

Description for this prefix list.

prefixes
Required

List of prefixes.

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.

Availability
Added in 34.0
Property Of
Returned By