RouterAdvertisedIpRangeArgs

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

Description-tagged IP ranges for the router to advertise.

Constructors

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

Functions

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

Properties

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

User-specified description for the IP range.

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

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