FleetProxyConfigurationArgs

data class FleetProxyConfigurationArgs(val defaultBehavior: Output<FleetProxyConfigurationDefaultBehavior>? = null, val orderedProxyRules: Output<List<FleetProxyRuleArgs>>? = null) : ConvertibleToJava<FleetProxyConfigurationArgs>

Constructors

Link copied to clipboard
constructor(defaultBehavior: Output<FleetProxyConfigurationDefaultBehavior>? = null, orderedProxyRules: Output<List<FleetProxyRuleArgs>>? = null)

Properties

Link copied to clipboard

The default behavior of outgoing traffic.

Link copied to clipboard

An array of FleetProxyRule objects that represent the specified destination domains or IPs to allow or deny network access control to.

Functions

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