IpListItemArgs

data class IpListItemArgs(val comment: Output<String>? = null, val value: Output<String>) : ConvertibleToJava<IpListItemArgs>

Constructors

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

Properties

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

A note that can be used to annotate the item.

Link copied to clipboard
val value: Output<String>

The IPv4 address, IPv4 CIDR or IPv6 CIDR. IPv6 CIDRs are limited to a maximum of /64.

Functions

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