BackendAddressPoolAddressInboundNatRulePortMapping

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

Constructors

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

The Backend Port of the Load Balancing Inbound NAT Rules associated with this Backend Address Pool Address.

Link copied to clipboard
val frontendPort: Int? = null

The Frontend Port of the Load Balancing Inbound NAT Rules associated with this Backend Address Pool Address.

Link copied to clipboard

The name of the Load Balancing Inbound NAT Rules associated with this Backend Address Pool Address.