CustomRoutingEndpointGroupDestinationConfigurationArgs

data class CustomRoutingEndpointGroupDestinationConfigurationArgs(val fromPort: Output<Int>, val protocols: Output<List<String>>, val toPort: Output<Int>) : ConvertibleToJava<CustomRoutingEndpointGroupDestinationConfigurationArgs>

Constructors

constructor(fromPort: Output<Int>, protocols: Output<List<String>>, toPort: Output<Int>)

Properties

Link copied to clipboard
val fromPort: Output<Int>

The first port, inclusive, in the range of ports for the endpoint group that is associated with a custom routing accelerator.

Link copied to clipboard
val protocols: Output<List<String>>

The protocol for the endpoint group that is associated with a custom routing accelerator. The protocol can be either "TCP" or "UDP".

Link copied to clipboard
val toPort: Output<Int>

The last port, inclusive, in the range of ports for the endpoint group that is associated with a custom routing accelerator.

Functions

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