Listener Forwarded For Config Args
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>
Properties
Link copied to clipboard
Specifies whether to use the GA-AP header to retrieve the information about acceleration regions. Default value: false. Valid values:
Link copied to clipboard
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
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
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
Specifies whether to use the X-Real-IP header to retrieve client IP addresses. Default value: false. Valid values: