PrefixListEntry

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val cidr: String? = null

The CIDR address block of the prefix list.

Link copied to clipboard
val description: String? = null

The description of the cidr entry. It must be 2 to 256 characters in length and must start with a letter or Chinese, but cannot start with http:// or https://.