Inbound Nat Rule Response
data class InboundNatRuleResponse(val backendPort: Int? = null, val frontendPort: Int? = null, val transportProtocol: String? = null)
A rule for NAT - exposing a VM's port (backendPort) on the public IP address using a load balancer.
Properties
Link copied to clipboard
The port to which the external traffic will be redirected.
Link copied to clipboard
The external endpoint port of the inbound connection. Possible values range between 1 and 65535, inclusive. If unspecified, a value will be allocated automatically.
Link copied to clipboard
The transport protocol for the endpoint.