Inbound Nat Pool Response
data class InboundNatPoolResponse(val backendPort: Int, val enableFloatingIP: Boolean? = null, val enableTcpReset: Boolean? = null, val etag: String, val frontendIPConfiguration: SubResourceResponse? = null, val frontendPortRangeEnd: Int, val frontendPortRangeStart: Int, val id: String? = null, val idleTimeoutInMinutes: Int? = null, val name: String? = null, val protocol: String, val provisioningState: String, val type: String)
Inbound NAT pool of the load balancer.
Constructors
Link copied to clipboard
fun InboundNatPoolResponse(backendPort: Int, enableFloatingIP: Boolean? = null, enableTcpReset: Boolean? = null, etag: String, frontendIPConfiguration: SubResourceResponse? = null, frontendPortRangeEnd: Int, frontendPortRangeStart: Int, id: String? = null, idleTimeoutInMinutes: Int? = null, name: String? = null, protocol: String, provisioningState: String, type: String)