Get Listeners Listener Quic Config
data class GetListenersListenerQuicConfig(val quicListenerId: String, val quicUpgradeEnabled: Boolean)
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.