LiveEventInputIpAccessControlAllow

data class LiveEventInputIpAccessControlAllow(val address: String? = null, val name: String? = null, val subnetPrefixLength: Int? = null)

Constructors

Link copied to clipboard
constructor(address: String? = null, name: String? = null, subnetPrefixLength: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val address: String? = null

The IP address or CIDR range.

Link copied to clipboard
val name: String? = null

The friendly name for the IP address range.

Link copied to clipboard
val subnetPrefixLength: Int? = null

The subnet mask prefix length (see CIDR notation).