ProviderGatewayPrefixList

ProviderGatewayPrefixList
ProviderGatewayPrefixList

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"
        }
    ],
    "bgpPermissionGroupRef": {
        "id": "urn:vcloud:bgpPermissionGroup:xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
        "name": "string",
        "accessLevel": "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 network prefixes.

bgpPermissionGroupRef
Optional

bgpPermissionGroupRef

version
Optional

version

Availability
Added in 38.0
Returned By