ProviderGatewayRouteMap

ProviderGatewayRouteMap
ProviderGatewayRouteMap

Represents a Route Map object. A Route Map specifies the mappings for redistributing routes to BGP and other routing protocols.

JSON Example
{
    "id": "string",
    "name": "string",
    "description": "string",
    "bgpPermissionGroupRef": {
        "id": "urn:vcloud:bgpPermissionGroup:xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
        "name": "string",
        "accessLevel": "string"
    },
    "matchCriteriaEntries": [
        {
            "type": "string",
            "action": "string",
            "asPathPrepend": "65546, 1.10",
            "localPreference": 0,
            "multiExitDiscriminator": 0,
            "preferGlobalIPv6NextHop": false,
            "weight": 0,
            "community": "NO_EXPORT 11:22:33",
            "communityListMatchCriteriaItems": [
                {
                    "operator": "string",
                    "communityListRef": {
                        "id": "2a4ba9ad-e8d5-409c-8cae-c06910cd9b47",
                        "name": "string",
                        "type": "string"
                    },
                    "regexValue": "string"
                }
            ],
            "ipPrefixListMatchCriteriaItems": [
                {
                    "id": "2a4ba9ad-e8d5-409c-8cae-c06910cd9b47",
                    "name": "string",
                    "type": "string"
                }
            ]
        }
    ],
    "version": {
        "version": 0
    }
}
Availability
Added in 38.0
Returned By