NextGenerationFirewallVirtualHubLocalRulestackDestinationNatArgs

data class NextGenerationFirewallVirtualHubLocalRulestackDestinationNatArgs(val backendConfig: Output<NextGenerationFirewallVirtualHubLocalRulestackDestinationNatBackendConfigArgs>? = null, val frontendConfig: Output<NextGenerationFirewallVirtualHubLocalRulestackDestinationNatFrontendConfigArgs>? = null, val name: Output<String>, val protocol: Output<String>) : ConvertibleToJava<NextGenerationFirewallVirtualHubLocalRulestackDestinationNatArgs>

Constructors

Properties

Link copied to clipboard

A backend_config block as defined above.

Link copied to clipboard

A frontend_config block as defined below.

Link copied to clipboard
val name: Output<String>

The name which should be used for this NAT.

Link copied to clipboard
val protocol: Output<String>

The protocol used for this Destination NAT. Possible values include TCP and UDP.

Functions

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