Tunnel Config Config Ingress Rule Origin Request
data class TunnelConfigConfigIngressRuleOriginRequest(val access: TunnelConfigConfigIngressRuleOriginRequestAccess? = null, val bastionMode: Boolean? = null, val caPool: String? = null, val connectTimeout: String? = null, val disableChunkedEncoding: Boolean? = null, val http2Origin: Boolean? = null, val httpHostHeader: String? = null, val ipRules: List<TunnelConfigConfigIngressRuleOriginRequestIpRule>? = null, val keepAliveConnections: Int? = null, val keepAliveTimeout: String? = null, val noHappyEyeballs: Boolean? = null, val noTlsVerify: Boolean? = null, val originServerName: String? = null, val proxyAddress: String? = null, val proxyPort: Int? = null, val proxyType: String? = null, val tcpKeepAlive: String? = null, val tlsTimeout: String? = null)
Constructors
Link copied to clipboard
fun TunnelConfigConfigIngressRuleOriginRequest(access: TunnelConfigConfigIngressRuleOriginRequestAccess? = null, bastionMode: Boolean? = null, caPool: String? = null, connectTimeout: String? = null, disableChunkedEncoding: Boolean? = null, http2Origin: Boolean? = null, httpHostHeader: String? = null, ipRules: List<TunnelConfigConfigIngressRuleOriginRequestIpRule>? = null, keepAliveConnections: Int? = null, keepAliveTimeout: String? = null, noHappyEyeballs: Boolean? = null, noTlsVerify: Boolean? = null, originServerName: String? = null, proxyAddress: String? = null, proxyPort: Int? = null, proxyType: String? = null, tcpKeepAlive: String? = null, tlsTimeout: String? = null)
Types
Properties
Link copied to clipboard