GatewayRouteSetResponse

data class GatewayRouteSetResponse(val details: Map<String, List<RouteSourceDetailsResponse>>? = null, val locations: List<String>? = null, val name: String? = null)

Constructors

Link copied to clipboard
constructor(details: Map<String, List<RouteSourceDetailsResponse>>? = null, locations: List<String>? = null, name: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

List of different Route Sources

Link copied to clipboard
val locations: List<String>? = null

List of different locations from where the routes are learned

Link copied to clipboard
val name: String? = null

Route Set name