LinuxVirtualMachineInboundNatRuleArgs

data class LinuxVirtualMachineInboundNatRuleArgs(val backendPort: Output<Int>, val frontendPort: Output<Int>? = null, val protocol: Output<String>) : ConvertibleToJava<LinuxVirtualMachineInboundNatRuleArgs>

Constructors

Link copied to clipboard
constructor(backendPort: Output<Int>, frontendPort: Output<Int>? = null, protocol: Output<String>)

Properties

Link copied to clipboard
val backendPort: Output<Int>

The Backend Port associated with this NAT Rule. Changing this forces a new resource to be created.

Link copied to clipboard
val frontendPort: Output<Int>? = null

The frontend port associated with this Inbound NAT Rule.

Link copied to clipboard
val protocol: Output<String>

The Protocol used for this NAT Rule. Possible values are Tcp and Udp.

Functions

Link copied to clipboard
open override fun toJava(): LinuxVirtualMachineInboundNatRuleArgs