StaticRoutePropertiesResponse

data class StaticRoutePropertiesResponse(val nextHop: List<String>, val prefix: String)

Route Properties.

Constructors

Link copied to clipboard
constructor(nextHop: List<String>, prefix: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

List of next hop addresses.

Link copied to clipboard

Prefix of the route.