NatRulePortMappingResponse

data class NatRulePortMappingResponse(val backendPort: Int? = null, val frontendPort: Int? = null, val inboundNatRuleName: String? = null)

Individual port mappings for inbound NAT rule created for backend pool.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val backendPort: Int? = null

Backend port.

Link copied to clipboard
val frontendPort: Int? = null

Frontend port.

Link copied to clipboard

Name of inbound NAT rule.