RouterBgpAdvertisedIpRangeArgs

data class RouterBgpAdvertisedIpRangeArgs(val description: Output<String>? = null, val range: Output<String>) : ConvertibleToJava<RouterBgpAdvertisedIpRangeArgs>

Constructors

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

Properties

Link copied to clipboard
val description: Output<String>? = null

User-specified description for the IP range. The md5_authentication_keys block supports:

Link copied to clipboard
val range: Output<String>

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

Functions

Link copied to clipboard
open override fun toJava(): RouterBgpAdvertisedIpRangeArgs