IpListItem

data class IpListItem(val comment: String? = null, val value: String)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val comment: String? = null

A note that can be used to annotate the item.

Link copied to clipboard

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