Next Generation Firewall Virtual Network Local Rulestack Network Profile Args
data class NextGenerationFirewallVirtualNetworkLocalRulestackNetworkProfileArgs(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<NextGenerationFirewallVirtualNetworkLocalRulestackNetworkProfileVnetConfigurationArgs>) : ConvertibleToJava<NextGenerationFirewallVirtualNetworkLocalRulestackNetworkProfileArgs>
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<NextGenerationFirewallVirtualNetworkLocalRulestackNetworkProfileVnetConfigurationArgs>)
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<NextGenerationFirewallVirtualNetworkLocalRulestackNetworkProfileVnetConfigurationArgs>
A vnet_configuration
block as defined below.