RouterPeerAdvertisedIpRangeArgs

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

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.

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(): RouterPeerAdvertisedIpRangeArgs