BackendPoolsSettingsResponse

data class BackendPoolsSettingsResponse(val enforceCertificateNameCheck: String? = null, val sendRecvTimeoutSeconds: Int? = null)

Settings that apply to all backend pools.

Constructors

Link copied to clipboard
constructor(enforceCertificateNameCheck: String? = null, sendRecvTimeoutSeconds: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Whether to enforce certificate name check on HTTPS requests to all backend pools. No effect on non-HTTPS requests.

Link copied to clipboard

Send and receive timeout on forwarding request to the backend. When timeout is reached, the request fails and returns.