NextGenerationFirewallVirtualNetworkPanoramaDestinationNatArgs

data class NextGenerationFirewallVirtualNetworkPanoramaDestinationNatArgs(val backendConfig: Output<NextGenerationFirewallVirtualNetworkPanoramaDestinationNatBackendConfigArgs>? = null, val frontendConfig: Output<NextGenerationFirewallVirtualNetworkPanoramaDestinationNatFrontendConfigArgs>? = null, val name: Output<String>, val protocol: Output<String>) : ConvertibleToJava<NextGenerationFirewallVirtualNetworkPanoramaDestinationNatArgs>

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 Destination NAT.

Link copied to clipboard
val protocol: Output<String>

The Protocol for this Destination NAT configuration. Possible values include TCP and UDP.

Functions

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