ConfigArgs

data class ConfigArgs(val destinationRoutes: Output<List<DestinationRouteArgs>>, val transportProtocol: Output<ConfigTransportProtocol>) : ConvertibleToJava<ConfigArgs>

The basic ingress config for ClientGateways.

Constructors

Link copied to clipboard
fun ConfigArgs(destinationRoutes: Output<List<DestinationRouteArgs>>, transportProtocol: Output<ConfigTransportProtocol>)

Functions

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

Properties

Link copied to clipboard

The settings used to configure basic ClientGateways.

Link copied to clipboard

Immutable. The transport protocol used between the client and the server.