PrefixListEntryArgs

data class PrefixListEntryArgs(val cidr: Output<String>? = null, val description: Output<String>? = null) : ConvertibleToJava<PrefixListEntryArgs>

Constructors

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

Properties

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

The CIDR address block of the prefix list.

Link copied to clipboard
val description: Output<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://.

Functions

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