ApplicationUpstreamArgs

data class ApplicationUpstreamArgs(val egressPolicy: Output<ApplicationUpstreamEgressPolicyArgs>? = null, val network: Output<ApplicationUpstreamNetworkArgs>? = null) : ConvertibleToJava<ApplicationUpstreamArgs>

Constructors

Link copied to clipboard
constructor(egressPolicy: Output<ApplicationUpstreamEgressPolicyArgs>? = null, network: Output<ApplicationUpstreamNetworkArgs>? = null)

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.

Functions

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