TrafficManagerNestedEndpointSubnet

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The first IP Address in this subnet.

Link copied to clipboard
val last: String? = null

The last IP Address in this subnet.

Link copied to clipboard
val scope: Int? = null

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