Application Upstream Args
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)