inboundNatRules

@JvmName(name = "cbennltkrypuygdi")
suspend fun inboundNatRules(value: Output<List<InboundNatRuleArgs>>)
@JvmName(name = "hklbfdtfweddtpgt")
suspend fun inboundNatRules(value: List<InboundNatRuleArgs>?)

Parameters

value

Collection of inbound NAT Rules used by a load balancer. Defining inbound NAT rules on your load balancer is mutually exclusive with defining an inbound NAT pool. Inbound NAT pools are referenced from virtual machine scale sets. NICs that are associated with individual virtual machines cannot reference an Inbound NAT pool. They have to reference individual inbound NAT rules. These are also available as standalone resources. Do not mix inline and standalone resource as they will conflict with each other, leading to resources deletion.


@JvmName(name = "pidvvdrthxhhcsex")
suspend fun inboundNatRules(vararg values: Output<InboundNatRuleArgs>)


@JvmName(name = "wokhmuafmncavnft")
suspend fun inboundNatRules(values: List<Output<InboundNatRuleArgs>>)
@JvmName(name = "ovagbndheaxuetcp")
suspend fun inboundNatRules(vararg values: InboundNatRuleArgs)

Parameters

values

Collection of inbound NAT Rules used by a load balancer. Defining inbound NAT rules on your load balancer is mutually exclusive with defining an inbound NAT pool. Inbound NAT pools are referenced from virtual machine scale sets. NICs that are associated with individual virtual machines cannot reference an Inbound NAT pool. They have to reference individual inbound NAT rules. These are also available as standalone resources. Do not mix inline and standalone resource as they will conflict with each other, leading to resources deletion.


@JvmName(name = "aestrknpbugmjjsh")
suspend fun inboundNatRules(argument: List<suspend InboundNatRuleArgsBuilder.() -> Unit>)
@JvmName(name = "dowfwjjphlfoovce")
suspend fun inboundNatRules(vararg argument: suspend InboundNatRuleArgsBuilder.() -> Unit)
@JvmName(name = "xngscbkfumhyvvga")
suspend fun inboundNatRules(argument: suspend InboundNatRuleArgsBuilder.() -> Unit)

Parameters

argument

Collection of inbound NAT Rules used by a load balancer. Defining inbound NAT rules on your load balancer is mutually exclusive with defining an inbound NAT pool. Inbound NAT pools are referenced from virtual machine scale sets. NICs that are associated with individual virtual machines cannot reference an Inbound NAT pool. They have to reference individual inbound NAT rules. These are also available as standalone resources. Do not mix inline and standalone resource as they will conflict with each other, leading to resources deletion.