GetPrefixListPlainArgs

data class GetPrefixListPlainArgs(val filters: List<GetPrefixListFilter>? = null, val name: String? = null, val prefixListId: String? = null) : ConvertibleToJava<GetPrefixListPlainArgs>

A collection of arguments for invoking getPrefixList.

Constructors

Link copied to clipboard
constructor(filters: List<GetPrefixListFilter>? = null, name: String? = null, prefixListId: String? = null)

Properties

Link copied to clipboard

Configuration block(s) for filtering. Detailed below.

Link copied to clipboard
val name: String? = null

Name of the prefix list to select.

Link copied to clipboard
val prefixListId: String? = null

ID of the prefix list to select.

Functions

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