Class RegionUrlMapPathMatcherPathRuleRouteActionWeightedBackendService
Inheritance
Inherited Members
Namespace: Pulumi.Gcp.Compute.Outputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class RegionUrlMapPathMatcherPathRuleRouteActionWeightedBackendService
Fields
View SourceBackendService
The default RegionBackendService resource. Before forwarding the request to backendService, the loadbalancer applies any relevant headerActions specified as part of this backendServiceWeight.
Declaration
public readonly string BackendService
Field Value
| Type | Description |
|---|---|
| System.String |
HeaderAction
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.
Declaration
public readonly RegionUrlMapPathMatcherPathRuleRouteActionWeightedBackendServiceHeaderAction HeaderAction
Field Value
| Type | Description |
|---|---|
| RegionUrlMapPathMatcherPathRuleRouteActionWeightedBackendServiceHeaderAction |
Weight
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
Declaration
public readonly int Weight
Field Value
| Type | Description |
|---|---|
| System.Int32 |