Interface ComputeRegionUrlMapDefaultRouteActionWeightedBackendServices
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ComputeRegionUrlMapDefaultRouteActionWeightedBackendServices.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:18.846Z") @Stability(Stable) public interface ComputeRegionUrlMapDefaultRouteActionWeightedBackendServices extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classComputeRegionUrlMapDefaultRouteActionWeightedBackendServices.Builderstatic classComputeRegionUrlMapDefaultRouteActionWeightedBackendServices.Jsii$ProxyAn implementation forComputeRegionUrlMapDefaultRouteActionWeightedBackendServices
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static ComputeRegionUrlMapDefaultRouteActionWeightedBackendServices.Builderbuilder()default StringgetBackendService()The full or partial URL to the default BackendService resource.default ComputeRegionUrlMapDefaultRouteActionWeightedBackendServicesHeaderActiongetHeaderAction()header_action block.default NumbergetWeight()Specifies the fraction of traffic sent to a backend service, computed as weight / (sum of all weightedBackendService weights in routeAction) .
-
-
-
Method Detail
-
getBackendService
@Stability(Stable) @Nullable default String getBackendService()
The full or partial URL to the default BackendService resource.Before forwarding the request to backendService, the load balancer 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_region_url_map#backend_service ComputeRegionUrlMap#backend_service}
-
getHeaderAction
@Stability(Stable) @Nullable default ComputeRegionUrlMapDefaultRouteActionWeightedBackendServicesHeaderAction getHeaderAction()
header_action block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_region_url_map#header_action ComputeRegionUrlMap#header_action}
-
getWeight
@Stability(Stable) @Nullable default Number getWeight()
Specifies the fraction of traffic sent to a backend service, 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 backend service, subsequent requests are sent to the same backend service as determined by the backend service's session affinity policy. The value must be from 0 to 1000. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_region_url_map#weight ComputeRegionUrlMap#weight}
-
builder
@Stability(Stable) static ComputeRegionUrlMapDefaultRouteActionWeightedBackendServices.Builder builder()
-
-