UniversalEgressRoutes

UniversalEgressRoutes
UniversalEgressRoutes

Object consisting of Egress Points and Universal Routes for a Universal Router.

JSON Example
{
    "egressPoints": {
        "values": [
            {
                "id": "string",
                "vdcRef": {
                    "name": "string",
                    "id": "string"
                },
                "gatewayRef": {
                    "name": "string",
                    "id": "string"
                },
                "networkProviderScope": "string",
                "isUsedForRouting": false,
                "status": {},
                "errorMessage": "string"
            }
        ]
    },
    "universalRoutes": {
        "keepAliveTimer": 0,
        "values": [
            {
                "defaultEgress": {
                    "egressPointId": "string",
                    "vdcRef": {
                        "name": "string",
                        "id": "string"
                    },
                    "gatewayRef": {
                        "name": "string",
                        "id": "string"
                    }
                },
                "standbyEgress": {
                    "egressPointId": "string",
                    "vdcRef": {
                        "name": "string",
                        "id": "string"
                    },
                    "gatewayRef": {
                        "name": "string",
                        "id": "string"
                    }
                },
                "networkProviderScope": "string",
                "status": {},
                "errorMessage": "string"
            }
        ],
        "providerScopesToForceUnconfigure": [
            "string"
        ]
    }
}
egressPoints
Optional

List of Egress Points.

universalRoutes
Optional

List of routes associated with a Universal Router.