GatewayRouteSet interface
model interface GatewayRouteSet
Properties
| details | List of different Route Sources |
| locations | List of different locations from where the routes are learned |
| name | Route Set name |
Property Details
details
List of different Route Sources
details?: Record<string, RouteSourceDetails[]>
Property Value
Record<string, RouteSourceDetails[]>
locations
List of different locations from where the routes are learned
locations?: string[]
Property Value
string[]
name
Route Set name
name?: string
Property Value
string