ListenerForwardedForConfigArgs

data class ListenerForwardedForConfigArgs(val forwardedForGaApEnabled: Output<Boolean>? = null, val forwardedForGaIdEnabled: Output<Boolean>? = null, val forwardedForPortEnabled: Output<Boolean>? = null, val forwardedForProtoEnabled: Output<Boolean>? = null, val realIpEnabled: Output<Boolean>? = null) : ConvertibleToJava<ListenerForwardedForConfigArgs>

Constructors

Link copied to clipboard
fun ListenerForwardedForConfigArgs(forwardedForGaApEnabled: Output<Boolean>? = null, forwardedForGaIdEnabled: Output<Boolean>? = null, forwardedForPortEnabled: Output<Boolean>? = null, forwardedForProtoEnabled: Output<Boolean>? = null, realIpEnabled: Output<Boolean>? = null)

Functions

Link copied to clipboard
open override fun toJava(): ListenerForwardedForConfigArgs

Properties

Link copied to clipboard
val forwardedForGaApEnabled: Output<Boolean>? = null

Specifies whether to use the GA-AP header to retrieve the information about acceleration regions. Default value: false. Valid values:

Link copied to clipboard
val forwardedForGaIdEnabled: Output<Boolean>? = null

Specifies whether to use the GA-ID header to retrieve the ID of the GA instance. Default value: false. Valid values:

Link copied to clipboard
val forwardedForPortEnabled: Output<Boolean>? = null

Specifies whether to use the GA-X-Forward-Port header to retrieve the listener ports of the GA instance. Default value: false. Valid values:

Link copied to clipboard
val forwardedForProtoEnabled: Output<Boolean>? = null

Specifies whether to use the GA-X-Forward-Proto header to retrieve the listener protocol of the GA instance. Default value: false. Valid values:

Link copied to clipboard
val realIpEnabled: Output<Boolean>? = null

Specifies whether to use the X-Real-IP header to retrieve client IP addresses. Default value: false. Valid values: