Package com.pulumi.gcp.compute.inputs
Class URLMapPathMatcherPathRuleRouteActionWeightedBackendServiceArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.gcp.compute.inputs.URLMapPathMatcherPathRuleRouteActionWeightedBackendServiceArgs
-
public final class URLMapPathMatcherPathRuleRouteActionWeightedBackendServiceArgs extends com.pulumi.resources.ResourceArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
URLMapPathMatcherPathRuleRouteActionWeightedBackendServiceArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static URLMapPathMatcherPathRuleRouteActionWeightedBackendServiceArgs
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description com.pulumi.core.Output<java.lang.String>
backendService()
static URLMapPathMatcherPathRuleRouteActionWeightedBackendServiceArgs.Builder
builder()
static URLMapPathMatcherPathRuleRouteActionWeightedBackendServiceArgs.Builder
builder(URLMapPathMatcherPathRuleRouteActionWeightedBackendServiceArgs defaults)
java.util.Optional<com.pulumi.core.Output<URLMapPathMatcherPathRuleRouteActionWeightedBackendServiceHeaderActionArgs>>
headerAction()
com.pulumi.core.Output<java.lang.Integer>
weight()
-
-
-
Field Detail
-
Empty
public static final URLMapPathMatcherPathRuleRouteActionWeightedBackendServiceArgs Empty
-
-
Method Detail
-
backendService
public com.pulumi.core.Output<java.lang.String> backendService()
- Returns:
- 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.
-
headerAction
public java.util.Optional<com.pulumi.core.Output<URLMapPathMatcherPathRuleRouteActionWeightedBackendServiceHeaderActionArgs>> headerAction()
- Returns:
- 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.
-
weight
public com.pulumi.core.Output<java.lang.Integer> weight()
- Returns:
- 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
-
builder
public static URLMapPathMatcherPathRuleRouteActionWeightedBackendServiceArgs.Builder builder()
-
builder
public static URLMapPathMatcherPathRuleRouteActionWeightedBackendServiceArgs.Builder builder(URLMapPathMatcherPathRuleRouteActionWeightedBackendServiceArgs defaults)
-
-