Next Generation Firewall Virtual Network Panorama Network Profile Args
data class NextGenerationFirewallVirtualNetworkPanoramaNetworkProfileArgs(val egressNatIpAddressIds: Output<List<String>>? = null, val egressNatIpAddresses: Output<List<String>>? = null, val publicIpAddressIds: Output<List<String>>, val publicIpAddresses: Output<List<String>>? = null, val trustedAddressRanges: Output<List<String>>? = null, val vnetConfiguration: Output<NextGenerationFirewallVirtualNetworkPanoramaNetworkProfileVnetConfigurationArgs>) : ConvertibleToJava<NextGenerationFirewallVirtualNetworkPanoramaNetworkProfileArgs>
Constructors
Link copied to clipboard
constructor(egressNatIpAddressIds: Output<List<String>>? = null, egressNatIpAddresses: Output<List<String>>? = null, publicIpAddressIds: Output<List<String>>, publicIpAddresses: Output<List<String>>? = null, trustedAddressRanges: Output<List<String>>? = null, vnetConfiguration: Output<NextGenerationFirewallVirtualNetworkPanoramaNetworkProfileVnetConfigurationArgs>)
Properties
Link copied to clipboard
Link copied to clipboard
Specifies a list of Azure Public IP Address IDs that can be used for Egress (Source) Network Address Translation.
Link copied to clipboard
Link copied to clipboard
Specifies a list of Azure Public IP Address IDs.
Link copied to clipboard
Specifies a list of trusted ranges to use for the Network.
Link copied to clipboard
val vnetConfiguration: Output<NextGenerationFirewallVirtualNetworkPanoramaNetworkProfileVnetConfigurationArgs>
A vnet_configuration
block as defined below.