IPRangeResponse

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

The IP address range in the CIDR scheme.

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.

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).