AggregateRouteConfigurationResponse

data class AggregateRouteConfigurationResponse(val ipv4Routes: List<AggregateRouteResponse>? = null, val ipv6Routes: List<AggregateRouteResponse>? = null)

List of IPv4 and IPv6 route configurations.

Constructors

Link copied to clipboard
constructor(ipv4Routes: List<AggregateRouteResponse>? = null, ipv6Routes: List<AggregateRouteResponse>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

List of IPv4 Route prefixes.

Link copied to clipboard

List of IPv6 Routes prefixes.