Interface ComputeUrlMapPathMatcherRouteRulesRouteActionWeightedBackendServices
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ComputeUrlMapPathMatcherRouteRulesRouteActionWeightedBackendServices.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:19.107Z") @Stability(Stable) public interface ComputeUrlMapPathMatcherRouteRulesRouteActionWeightedBackendServices extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classComputeUrlMapPathMatcherRouteRulesRouteActionWeightedBackendServices.Builderstatic classComputeUrlMapPathMatcherRouteRulesRouteActionWeightedBackendServices.Jsii$ProxyAn implementation forComputeUrlMapPathMatcherRouteRulesRouteActionWeightedBackendServices
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static ComputeUrlMapPathMatcherRouteRulesRouteActionWeightedBackendServices.Builderbuilder()StringgetBackendService()The default BackendService resource.default ComputeUrlMapPathMatcherRouteRulesRouteActionWeightedBackendServicesHeaderActiongetHeaderAction()header_action block.NumbergetWeight()Specifies the fraction of traffic sent to backendService, computed as weight / (sum of all weightedBackendService weights in routeAction) .
-
-
-
Method Detail
-
getBackendService
@Stability(Stable) @NotNull String getBackendService()
The default BackendService resource.Before forwarding the request to backendService, the loadbalancer applies any relevant headerActions specified as part of this backendServiceWeight. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_url_map#backend_service ComputeUrlMap#backend_service}
-
getWeight
@Stability(Stable) @NotNull Number getWeight()
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 Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_url_map#weight ComputeUrlMap#weight}
-
getHeaderAction
@Stability(Stable) @Nullable default ComputeUrlMapPathMatcherRouteRulesRouteActionWeightedBackendServicesHeaderAction getHeaderAction()
header_action block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_url_map#header_action ComputeUrlMap#header_action}
-
builder
@Stability(Stable) static ComputeUrlMapPathMatcherRouteRulesRouteActionWeightedBackendServices.Builder builder()
-
-