NextGenerationFirewallVirtualNetworkLocalRulestackNetworkProfile

data class NextGenerationFirewallVirtualNetworkLocalRulestackNetworkProfile(val egressNatIpAddressIds: List<String>? = null, val egressNatIpAddresses: List<String>? = null, val publicIpAddressIds: List<String>, val publicIpAddresses: List<String>? = null, val trustedAddressRanges: List<String>? = null, val vnetConfiguration: NextGenerationFirewallVirtualNetworkLocalRulestackNetworkProfileVnetConfiguration)

Constructors

constructor(egressNatIpAddressIds: List<String>? = null, egressNatIpAddresses: List<String>? = null, publicIpAddressIds: List<String>, publicIpAddresses: List<String>? = null, trustedAddressRanges: List<String>? = null, vnetConfiguration: NextGenerationFirewallVirtualNetworkLocalRulestackNetworkProfileVnetConfiguration)

Types

Link copied to clipboard
object Companion

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