URLMapPathMatcherDefaultRouteActionWeightedBackendServiceArgs

data class URLMapPathMatcherDefaultRouteActionWeightedBackendServiceArgs(val backendService: Output<String>? = null, val headerAction: Output<URLMapPathMatcherDefaultRouteActionWeightedBackendServiceHeaderActionArgs>? = null, val weight: Output<Int>? = null) : ConvertibleToJava<URLMapPathMatcherDefaultRouteActionWeightedBackendServiceArgs>

Constructors

constructor(backendService: Output<String>? = null, headerAction: Output<URLMapPathMatcherDefaultRouteActionWeightedBackendServiceHeaderActionArgs>? = null, weight: Output<Int>? = null)

Properties

Link copied to clipboard
val backendService: Output<String>? = null

The full or partial URL to the default BackendService resource. Before forwarding the request to backendService, the loadbalancer applies any relevant headerActions specified as part of this backendServiceWeight.

Link copied to clipboard

Specifies changes to request and response headers that need to take effect for the selected backendService. headerAction specified here take effect before headerAction in the enclosing HttpRouteRule, PathMatcher and UrlMap. Structure is documented below.

Link copied to clipboard
val weight: Output<Int>? = null

Specifies the fraction of traffic sent to backendService, computed as weight / (sum of all weightedBackendService weights in routeAction) . The selection of a backend service is determined only for new traffic. Once a user's request has been directed to a backendService, subsequent requests will be sent to the same backendService as determined by the BackendService's session affinity policy. The value must be between 0 and 1000

Functions

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