AggregateRouteConfigurationResponse

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

List of IPv4 and IPv6 route configurations.

Constructors

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.