Virtual Network Gateway Nat Rule Args
constructor(externalMappings: Output<List<VpnNatRuleMappingArgs>>? = null, id: Output<String>? = null, internalMappings: Output<List<VpnNatRuleMappingArgs>>? = null, ipConfigurationId: Output<String>? = null, mode: Output<Either<String, VpnNatRuleMode>>? = null, name: Output<String>? = null, type: Output<Either<String, VpnNatRuleType>>? = null)