GetPrefixListsListEntry

data class GetPrefixListsListEntry(val cidr: String, val description: String)

Constructors

Link copied to clipboard
constructor(cidr: String, description: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The CIDR address block of the prefix list.

Link copied to clipboard

The description of the cidr entry.