ManagedPrefixListEntry

data class ManagedPrefixListEntry(val cidr: String, val description: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

CIDR block of this entry.

Link copied to clipboard
val description: String? = null

Description of this entry. Due to API limitations, updating only the description of an existing entry requires temporarily removing and re-adding the entry.