BackendPoolsSettingsArgs

data class BackendPoolsSettingsArgs(val enforceCertificateNameCheck: Output<Either<String, EnforceCertificateNameCheckEnabledState>>? = null, val sendRecvTimeoutSeconds: Output<Int>? = null) : ConvertibleToJava<BackendPoolsSettingsArgs>

Settings that apply to all backend pools.

Constructors

Link copied to clipboard
constructor(enforceCertificateNameCheck: Output<Either<String, EnforceCertificateNameCheckEnabledState>>? = null, sendRecvTimeoutSeconds: Output<Int>? = null)

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
val sendRecvTimeoutSeconds: Output<Int>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): BackendPoolsSettingsArgs