EndpointPropertiesResponseSubnets

data class EndpointPropertiesResponseSubnets(val first: String? = null, val last: String? = null, val scope: Int? = null)

Subnet first address, scope, and/or last address.

Constructors

Link copied to clipboard
constructor(first: String? = null, last: String? = null, scope: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val first: String? = null

First address in the subnet.

Link copied to clipboard
val last: String? = null

Last address in the subnet.

Link copied to clipboard
val scope: Int? = null

Block size (number of leading bits in the subnet mask).