EndpointNetworkInterfaceOptionsPortRangeArgs

data class EndpointNetworkInterfaceOptionsPortRangeArgs(val fromPort: Output<Int>, val toPort: Output<Int>) : ConvertibleToJava<EndpointNetworkInterfaceOptionsPortRangeArgs>

Constructors

constructor(fromPort: Output<Int>, toPort: Output<Int>)

Properties

Link copied to clipboard
val fromPort: Output<Int>
Link copied to clipboard
val toPort: Output<Int>

Functions

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