Endpoint Properties Subnets Args
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
fun EndpointPropertiesSubnetsArgs(first: Output<String>? = null, last: Output<String>? = null, scope: Output<Int>? = null)