TrafficManagerNestedEndpointSubnetArgs

data class TrafficManagerNestedEndpointSubnetArgs(val first: Output<String>, val last: Output<String>? = null, val scope: Output<Int>? = null) : ConvertibleToJava<TrafficManagerNestedEndpointSubnetArgs>

Constructors

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

Properties

Link copied to clipboard
val first: Output<String>

The first IP Address in this subnet.

Link copied to clipboard
val last: Output<String>? = null

The last IP Address in this subnet.

Link copied to clipboard
val scope: Output<Int>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): TrafficManagerNestedEndpointSubnetArgs