Next Generation Firewall Virtual Hub Local Rulestack Network Profile Args
data class NextGenerationFirewallVirtualHubLocalRulestackNetworkProfileArgs(val egressNatIpAddressIds: Output<List<String>>? = null, val egressNatIpAddresses: Output<List<String>>? = null, val ipOfTrustForUserDefinedRoutes: Output<String>? = null, val networkVirtualApplianceId: Output<String>, val publicIpAddressIds: Output<List<String>>, val publicIpAddresses: Output<List<String>>? = null, val trustedAddressRanges: Output<List<String>>? = null, val trustedSubnetId: Output<String>? = null, val untrustedSubnetId: Output<String>? = null, val virtualHubId: Output<String>) : ConvertibleToJava<NextGenerationFirewallVirtualHubLocalRulestackNetworkProfileArgs>
Constructors
Link copied to clipboard
constructor(egressNatIpAddressIds: Output<List<String>>? = null, egressNatIpAddresses: Output<List<String>>? = null, ipOfTrustForUserDefinedRoutes: Output<String>? = null, networkVirtualApplianceId: Output<String>, publicIpAddressIds: Output<List<String>>, publicIpAddresses: Output<List<String>>? = null, trustedAddressRanges: Output<List<String>>? = null, trustedSubnetId: Output<String>? = null, untrustedSubnetId: Output<String>? = null, virtualHubId: Output<String>)