Domain Listen
data class DomainListen(val certId: String? = null, val cipherSuite: Int? = null, val customCiphers: List<String>? = null, val enableTlsv3: Boolean? = null, val exclusiveIp: Boolean? = null, val focusHttps: Boolean? = null, val http2Enabled: Boolean? = null, val httpPorts: List<Int>? = null, val httpsPorts: List<Int>? = null, val ipv6Enabled: Boolean? = null, val protectionResource: String? = null, val tlsVersion: String? = null, val xffHeaderMode: Int? = null, val xffHeaders: List<String>? = null)
Constructors
Link copied to clipboard
fun DomainListen(certId: String? = null, cipherSuite: Int? = null, customCiphers: List<String>? = null, enableTlsv3: Boolean? = null, exclusiveIp: Boolean? = null, focusHttps: Boolean? = null, http2Enabled: Boolean? = null, httpPorts: List<Int>? = null, httpsPorts: List<Int>? = null, ipv6Enabled: Boolean? = null, protectionResource: String? = null, tlsVersion: String? = null, xffHeaderMode: Int? = null, xffHeaders: List<String>? = null)