GetListenersListenerQuicConfig

data class GetListenersListenerQuicConfig(val quicListenerId: String, val quicUpgradeEnabled: Boolean)

Constructors

Link copied to clipboard
constructor(quicListenerId: String, quicUpgradeEnabled: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ID of the QUIC listener to be associated. If QuicUpgradeEnabled is set to true, this parameter is required. Only HTTPS listeners support this parameter.

Link copied to clipboard

Indicates whether quic upgrade is enabled. Valid values: true and false. Default value: false.