InboundNatRulePortMapping Class
Individual port mappings for inbound NAT rule created for backend pool.
Constructor
InboundNatRulePortMapping(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
inbound_nat_rule_name
|
Name of inbound NAT rule. |
|
protocol
|
The reference to the transport protocol used by the inbound NAT rule. Known values are: "Udp", "Tcp", "All", and "Quic". |
|
frontend_port
|
Frontend port. |
|
backend_port
|
Backend port. |
Attributes
backend_port
Backend port.
backend_port: int | None
frontend_port
Frontend port.
frontend_port: int | None
inbound_nat_rule_name
Name of inbound NAT rule.
inbound_nat_rule_name: str | None
protocol
The reference to the transport protocol used by the inbound NAT rule. Known values are: "Udp", "Tcp", "All", and "Quic".
protocol: str | _models.TransportProtocol | None