RouterBgpAdvertisedIpRange

data class RouterBgpAdvertisedIpRange(val description: String? = null, val range: String)

Constructors

Link copied to clipboard
constructor(description: String? = null, range: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: String? = null

User-specified description for the IP range.

Link copied to clipboard

The IP range to advertise. The value must be a CIDR-formatted string.