URLMap Path Matcher Route Rule Route Action Weighted Backend Service Args
data class URLMapPathMatcherRouteRuleRouteActionWeightedBackendServiceArgs(val backendService: Output<String>, val headerAction: Output<URLMapPathMatcherRouteRuleRouteActionWeightedBackendServiceHeaderActionArgs>? = null, val weight: Output<Int>) : ConvertibleToJava<URLMapPathMatcherRouteRuleRouteActionWeightedBackendServiceArgs>
Constructors
Link copied to clipboard
fun URLMapPathMatcherRouteRuleRouteActionWeightedBackendServiceArgs(backendService: Output<String>, headerAction: Output<URLMapPathMatcherRouteRuleRouteActionWeightedBackendServiceHeaderActionArgs>? = null, weight: Output<Int>)
Functions
Properties
Link copied to clipboard
val headerAction: Output<URLMapPathMatcherRouteRuleRouteActionWeightedBackendServiceHeaderActionArgs>? = null
Link copied to clipboard
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