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