Tcp Config Args
    data class TcpConfigArgs(val destination: Output<GatewayDestinationArgs>, val name: Output<String>, val port: Output<Int>) : ConvertibleToJava<TcpConfigArgs> 
Describes the tcp configuration for external connectivity for this network.
Constructors
Link copied to clipboard
                fun TcpConfigArgs(destination: Output<GatewayDestinationArgs>, name: Output<String>, port: Output<Int>)