CommunityAdvertisementResponse

data class CommunityAdvertisementResponse(val communities: List<String>, val subnetPrefix: String)

Constructors

Link copied to clipboard
constructor(communities: List<String>, subnetPrefix: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The list of community strings to announce with this prefix.

Link copied to clipboard

The subnet in CIDR format for which properties should be advertised.