ConfigResponse

data class ConfigResponse(val destinationRoutes: List<DestinationRouteResponse>, val transportProtocol: String)

The basic ingress config for ClientGateways.

Constructors

Link copied to clipboard
fun ConfigResponse(destinationRoutes: List<DestinationRouteResponse>, transportProtocol: String)

Types

Link copied to clipboard
object Companion

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.