LinuxVirtualMachineInboundNatRule

data class LinuxVirtualMachineInboundNatRule(val backendPort: Int, val frontendPort: Int? = null, val protocol: String)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard
val frontendPort: Int? = null

The frontend port associated with this Inbound NAT Rule.

Link copied to clipboard

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