inboundNatRules

@JvmName(name = "yajftdvpdbftdwrh")
suspend fun inboundNatRules(value: Output<List<LinuxVirtualMachineInboundNatRuleArgs>>)
@JvmName(name = "seywqpmqhfxydipa")
suspend fun inboundNatRules(value: List<LinuxVirtualMachineInboundNatRuleArgs>?)

Parameters

value

One or more inbound_nat_rule blocks as defined below. Changing this forces a new resource to be created.

NOTE: If any inbound_nat_rule blocks are specified then disallow_public_ip_address must be set to true.


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


@JvmName(name = "slqvycbxdfmpaubx")
suspend fun inboundNatRules(values: List<Output<LinuxVirtualMachineInboundNatRuleArgs>>)
@JvmName(name = "bgpjvpepthojwknn")
suspend fun inboundNatRules(vararg values: LinuxVirtualMachineInboundNatRuleArgs)

Parameters

values

One or more inbound_nat_rule blocks as defined below. Changing this forces a new resource to be created.

NOTE: If any inbound_nat_rule blocks are specified then disallow_public_ip_address must be set to true.


@JvmName(name = "hbbjmixakdypaciu")
suspend fun inboundNatRules(argument: List<suspend LinuxVirtualMachineInboundNatRuleArgsBuilder.() -> Unit>)
@JvmName(name = "dbxvtvegkdecugfl")
suspend fun inboundNatRules(vararg argument: suspend LinuxVirtualMachineInboundNatRuleArgsBuilder.() -> Unit)
@JvmName(name = "vqjsvbutddhorvav")
suspend fun inboundNatRules(argument: suspend LinuxVirtualMachineInboundNatRuleArgsBuilder.() -> Unit)

Parameters

argument

One or more inbound_nat_rule blocks as defined below. Changing this forces a new resource to be created.

NOTE: If any inbound_nat_rule blocks are specified then disallow_public_ip_address must be set to true.