VpnGatewayArgs

constructor(bgpSettings: Output<BgpSettingsArgs>? = null, connections: Output<List<VpnConnectionArgs>>? = null, enableBgpRouteTranslationForNat: Output<Boolean>? = null, gatewayName: Output<String>? = null, id: Output<String>? = null, isRoutingPreferenceInternet: Output<Boolean>? = null, location: Output<String>? = null, natRules: Output<List<VpnGatewayNatRuleArgs>>? = null, resourceGroupName: Output<String>? = null, tags: Output<Map<String, String>>? = null, virtualHub: Output<SubResourceArgs>? = null, vpnGatewayScaleUnit: Output<Int>? = null)