inboundNatRules

@JvmName(name = "burtkrsybimktkmk")
suspend fun inboundNatRules(value: Output<List<LinuxVirtualMachineInboundNatRuleArgs>>)
@JvmName(name = "urqyklenvqwsisbm")
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 = "mpjwkxkxuvxfsgqh")
suspend fun inboundNatRules(vararg values: Output<LinuxVirtualMachineInboundNatRuleArgs>)


@JvmName(name = "sxjtgcucxriwpnro")
suspend fun inboundNatRules(values: List<Output<LinuxVirtualMachineInboundNatRuleArgs>>)
@JvmName(name = "icdrtiluytowwbvw")
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 = "hedvsyjlhvctirju")
suspend fun inboundNatRules(argument: List<suspend LinuxVirtualMachineInboundNatRuleArgsBuilder.() -> Unit>)
@JvmName(name = "fapmkqgftbmwjngc")
suspend fun inboundNatRules(vararg argument: suspend LinuxVirtualMachineInboundNatRuleArgsBuilder.() -> Unit)
@JvmName(name = "eodsjrbcjqxsfbet")
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.