VirtualNetworkGatewayArgs

constructor(activeActive: Output<Boolean>? = null, bgpRouteTranslationForNatEnabled: Output<Boolean>? = null, bgpSettings: Output<VirtualNetworkGatewayBgpSettingsArgs>? = null, customRoute: Output<VirtualNetworkGatewayCustomRouteArgs>? = null, defaultLocalNetworkGatewayId: Output<String>? = null, dnsForwardingEnabled: Output<Boolean>? = null, edgeZone: Output<String>? = null, enableBgp: Output<Boolean>? = null, generation: Output<String>? = null, ipConfigurations: Output<List<VirtualNetworkGatewayIpConfigurationArgs>>? = null, ipSecReplayProtectionEnabled: Output<Boolean>? = null, location: Output<String>? = null, name: Output<String>? = null, policyGroups: Output<List<VirtualNetworkGatewayPolicyGroupArgs>>? = null, privateIpAddressEnabled: Output<Boolean>? = null, remoteVnetTrafficEnabled: Output<Boolean>? = null, resourceGroupName: Output<String>? = null, sku: Output<String>? = null, tags: Output<Map<String, String>>? = null, type: Output<String>? = null, virtualWanTrafficEnabled: Output<Boolean>? = null, vpnClientConfiguration: Output<VirtualNetworkGatewayVpnClientConfigurationArgs>? = null, vpnType: Output<String>? = null)