Region Url Map Path Matcher Path Rule Route Action Weighted Backend Service Header Action
data class RegionUrlMapPathMatcherPathRuleRouteActionWeightedBackendServiceHeaderAction(val requestHeadersToAdds: List<RegionUrlMapPathMatcherPathRuleRouteActionWeightedBackendServiceHeaderActionRequestHeadersToAdd>? = null, val requestHeadersToRemoves: List<String>? = null, val responseHeadersToAdds: List<RegionUrlMapPathMatcherPathRuleRouteActionWeightedBackendServiceHeaderActionResponseHeadersToAdd>? = null, val responseHeadersToRemoves: List<String>? = null)
Constructors
Link copied to clipboard
constructor(requestHeadersToAdds: List<RegionUrlMapPathMatcherPathRuleRouteActionWeightedBackendServiceHeaderActionRequestHeadersToAdd>? = null, requestHeadersToRemoves: List<String>? = null, responseHeadersToAdds: List<RegionUrlMapPathMatcherPathRuleRouteActionWeightedBackendServiceHeaderActionResponseHeadersToAdd>? = null, responseHeadersToRemoves: List<String>? = null)
Properties
Link copied to clipboard
val requestHeadersToAdds: List<RegionUrlMapPathMatcherPathRuleRouteActionWeightedBackendServiceHeaderActionRequestHeadersToAdd>? = null
Headers to add to a matching request before forwarding the request to the backendService. Structure is documented below.
Link copied to clipboard
A list of header names for headers that need to be removed from the request before forwarding the request to the backendService.
Link copied to clipboard
val responseHeadersToAdds: List<RegionUrlMapPathMatcherPathRuleRouteActionWeightedBackendServiceHeaderActionResponseHeadersToAdd>? = null
Headers to add the response before sending the response back to the client. Structure is documented below.
Link copied to clipboard
A list of header names for headers that need to be removed from the response before sending the response back to the client.