Class ComputeUrlMapPathMatcherPathRuleRouteActionWeightedBackendServices.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.compute_url_map.ComputeUrlMapPathMatcherPathRuleRouteActionWeightedBackendServices.Jsii$Proxy
-
- All Implemented Interfaces:
ComputeUrlMapPathMatcherPathRuleRouteActionWeightedBackendServices,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ComputeUrlMapPathMatcherPathRuleRouteActionWeightedBackendServices
@Stability(Stable) @Internal public static final class ComputeUrlMapPathMatcherPathRuleRouteActionWeightedBackendServices.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ComputeUrlMapPathMatcherPathRuleRouteActionWeightedBackendServices
An implementation forComputeUrlMapPathMatcherPathRuleRouteActionWeightedBackendServices
-
-
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_url_map.ComputeUrlMapPathMatcherPathRuleRouteActionWeightedBackendServices
ComputeUrlMapPathMatcherPathRuleRouteActionWeightedBackendServices.Builder, ComputeUrlMapPathMatcherPathRuleRouteActionWeightedBackendServices.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ComputeUrlMapPathMatcherPathRuleRouteActionWeightedBackendServices.Builder builder)Constructor that initializes the object based on literal property values passed by theComputeUrlMapPathMatcherPathRuleRouteActionWeightedBackendServices.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 default BackendService resource.ComputeUrlMapPathMatcherPathRuleRouteActionWeightedBackendServicesHeaderActiongetHeaderAction()header_action block.NumbergetWeight()Specifies the fraction of traffic sent to backendService, 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(ComputeUrlMapPathMatcherPathRuleRouteActionWeightedBackendServices.Builder builder)
Constructor that initializes the object based on literal property values passed by theComputeUrlMapPathMatcherPathRuleRouteActionWeightedBackendServices.Builder.
-
-
Method Detail
-
getBackendService
public final String getBackendService()
Description copied from interface:ComputeUrlMapPathMatcherPathRuleRouteActionWeightedBackendServicesThe 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}
- Specified by:
getBackendServicein interfaceComputeUrlMapPathMatcherPathRuleRouteActionWeightedBackendServices
-
getWeight
public final Number getWeight()
Description copied from interface:ComputeUrlMapPathMatcherPathRuleRouteActionWeightedBackendServicesSpecifies 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}
- Specified by:
getWeightin interfaceComputeUrlMapPathMatcherPathRuleRouteActionWeightedBackendServices
-
getHeaderAction
public final ComputeUrlMapPathMatcherPathRuleRouteActionWeightedBackendServicesHeaderAction getHeaderAction()
Description copied from interface:ComputeUrlMapPathMatcherPathRuleRouteActionWeightedBackendServicesheader_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}
- Specified by:
getHeaderActionin interfaceComputeUrlMapPathMatcherPathRuleRouteActionWeightedBackendServices
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-