Class ComputeRegionUrlMapDefaultRouteActionWeightedBackendServices.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.compute_region_url_map.ComputeRegionUrlMapDefaultRouteActionWeightedBackendServices.Jsii$Proxy
-
- All Implemented Interfaces:
ComputeRegionUrlMapDefaultRouteActionWeightedBackendServices,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ComputeRegionUrlMapDefaultRouteActionWeightedBackendServices
@Stability(Stable) @Internal public static final class ComputeRegionUrlMapDefaultRouteActionWeightedBackendServices.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ComputeRegionUrlMapDefaultRouteActionWeightedBackendServices
An implementation forComputeRegionUrlMapDefaultRouteActionWeightedBackendServices
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.compute_region_url_map.ComputeRegionUrlMapDefaultRouteActionWeightedBackendServices
ComputeRegionUrlMapDefaultRouteActionWeightedBackendServices.Builder, ComputeRegionUrlMapDefaultRouteActionWeightedBackendServices.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ComputeRegionUrlMapDefaultRouteActionWeightedBackendServices.Builder builder)Constructor that initializes the object based on literal property values passed by theComputeRegionUrlMapDefaultRouteActionWeightedBackendServices.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)StringgetBackendService()The full or partial URL to the default BackendService resource.ComputeRegionUrlMapDefaultRouteActionWeightedBackendServicesHeaderActiongetHeaderAction()header_action block.NumbergetWeight()Specifies the fraction of traffic sent to a backend service, computed as weight / (sum of all weightedBackendService weights in routeAction) .inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(ComputeRegionUrlMapDefaultRouteActionWeightedBackendServices.Builder builder)
Constructor that initializes the object based on literal property values passed by theComputeRegionUrlMapDefaultRouteActionWeightedBackendServices.Builder.
-
-
Method Detail
-
getBackendService
public final String getBackendService()
Description copied from interface:ComputeRegionUrlMapDefaultRouteActionWeightedBackendServicesThe 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}
- Specified by:
getBackendServicein interfaceComputeRegionUrlMapDefaultRouteActionWeightedBackendServices
-
getHeaderAction
public final ComputeRegionUrlMapDefaultRouteActionWeightedBackendServicesHeaderAction getHeaderAction()
Description copied from interface:ComputeRegionUrlMapDefaultRouteActionWeightedBackendServicesheader_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}
- Specified by:
getHeaderActionin interfaceComputeRegionUrlMapDefaultRouteActionWeightedBackendServices
-
getWeight
public final Number getWeight()
Description copied from interface:ComputeRegionUrlMapDefaultRouteActionWeightedBackendServicesSpecifies 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}
- Specified by:
getWeightin interfaceComputeRegionUrlMapDefaultRouteActionWeightedBackendServices
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-