Vpn Gateway Nat Rule Args
data class VpnGatewayNatRuleArgs(val externalMappings: Output<List<VpnNatRuleMappingArgs>>? = null, val id: Output<String>? = null, val internalMappings: Output<List<VpnNatRuleMappingArgs>>? = null, val ipConfigurationId: Output<String>? = null, val mode: Output<Either<String, VpnNatRuleMode>>? = null, val name: Output<String>? = null, val type: Output<Either<String, VpnNatRuleType>>? = null) : ConvertibleToJava<VpnGatewayNatRuleArgs>
VpnGatewayNatRule Resource.
Constructors
Link copied to clipboard
fun VpnGatewayNatRuleArgs(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)