SourceAddrArgs

data class SourceAddrArgs(val cidrs: Output<List<String>>? = null, val countries: Output<List<String>>? = null, val feeds: Output<List<String>>? = null, val prefixLists: Output<List<String>>? = null) : ConvertibleToJava<SourceAddrArgs>

Address properties

Constructors

Link copied to clipboard
constructor(cidrs: Output<List<String>>? = null, countries: Output<List<String>>? = null, feeds: Output<List<String>>? = null, prefixLists: Output<List<String>>? = null)

Properties

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

special value 'any'

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

list of countries

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

list of feeds

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

prefix list

Functions

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