ApplicationUpstream

data class ApplicationUpstream(val egressPolicy: ApplicationUpstreamEgressPolicy? = null, val network: ApplicationUpstreamNetwork? = null)

Constructors

Link copied to clipboard
constructor(egressPolicy: ApplicationUpstreamEgressPolicy? = null, network: ApplicationUpstreamNetwork? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Optional. Routing policy information. Structure is documented below.

Link copied to clipboard

Network to forward traffic to. Structure is documented below.