EndpointPropertiesSubnetsArgs

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

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

Constructors

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

Properties

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

First address in the subnet.

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

Last address in the subnet.

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

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

Functions

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