Class ComputeRegionUrlMapPathMatcherPathRuleRouteAction.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.compute_region_url_map.ComputeRegionUrlMapPathMatcherPathRuleRouteAction.Jsii$Proxy
-
- All Implemented Interfaces:
ComputeRegionUrlMapPathMatcherPathRuleRouteAction,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ComputeRegionUrlMapPathMatcherPathRuleRouteAction
@Stability(Stable) @Internal public static final class ComputeRegionUrlMapPathMatcherPathRuleRouteAction.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ComputeRegionUrlMapPathMatcherPathRuleRouteAction
An implementation forComputeRegionUrlMapPathMatcherPathRuleRouteAction
-
-
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.ComputeRegionUrlMapPathMatcherPathRuleRouteAction
ComputeRegionUrlMapPathMatcherPathRuleRouteAction.Builder, ComputeRegionUrlMapPathMatcherPathRuleRouteAction.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ComputeRegionUrlMapPathMatcherPathRuleRouteAction.Builder builder)Constructor that initializes the object based on literal property values passed by theComputeRegionUrlMapPathMatcherPathRuleRouteAction.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)ComputeRegionUrlMapPathMatcherPathRuleRouteActionCorsPolicygetCorsPolicy()cors_policy block.ComputeRegionUrlMapPathMatcherPathRuleRouteActionFaultInjectionPolicygetFaultInjectionPolicy()fault_injection_policy block.ComputeRegionUrlMapPathMatcherPathRuleRouteActionRequestMirrorPolicygetRequestMirrorPolicy()request_mirror_policy block.ComputeRegionUrlMapPathMatcherPathRuleRouteActionRetryPolicygetRetryPolicy()retry_policy block.ComputeRegionUrlMapPathMatcherPathRuleRouteActionTimeoutgetTimeout()timeout block.ComputeRegionUrlMapPathMatcherPathRuleRouteActionUrlRewritegetUrlRewrite()url_rewrite block.ObjectgetWeightedBackendServices()weighted_backend_services block.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(ComputeRegionUrlMapPathMatcherPathRuleRouteAction.Builder builder)
Constructor that initializes the object based on literal property values passed by theComputeRegionUrlMapPathMatcherPathRuleRouteAction.Builder.
-
-
Method Detail
-
getCorsPolicy
public final ComputeRegionUrlMapPathMatcherPathRuleRouteActionCorsPolicy getCorsPolicy()
Description copied from interface:ComputeRegionUrlMapPathMatcherPathRuleRouteActioncors_policy block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_region_url_map#cors_policy ComputeRegionUrlMap#cors_policy}
- Specified by:
getCorsPolicyin interfaceComputeRegionUrlMapPathMatcherPathRuleRouteAction
-
getFaultInjectionPolicy
public final ComputeRegionUrlMapPathMatcherPathRuleRouteActionFaultInjectionPolicy getFaultInjectionPolicy()
Description copied from interface:ComputeRegionUrlMapPathMatcherPathRuleRouteActionfault_injection_policy block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_region_url_map#fault_injection_policy ComputeRegionUrlMap#fault_injection_policy}
- Specified by:
getFaultInjectionPolicyin interfaceComputeRegionUrlMapPathMatcherPathRuleRouteAction
-
getRequestMirrorPolicy
public final ComputeRegionUrlMapPathMatcherPathRuleRouteActionRequestMirrorPolicy getRequestMirrorPolicy()
Description copied from interface:ComputeRegionUrlMapPathMatcherPathRuleRouteActionrequest_mirror_policy block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_region_url_map#request_mirror_policy ComputeRegionUrlMap#request_mirror_policy}
- Specified by:
getRequestMirrorPolicyin interfaceComputeRegionUrlMapPathMatcherPathRuleRouteAction
-
getRetryPolicy
public final ComputeRegionUrlMapPathMatcherPathRuleRouteActionRetryPolicy getRetryPolicy()
Description copied from interface:ComputeRegionUrlMapPathMatcherPathRuleRouteActionretry_policy block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_region_url_map#retry_policy ComputeRegionUrlMap#retry_policy}
- Specified by:
getRetryPolicyin interfaceComputeRegionUrlMapPathMatcherPathRuleRouteAction
-
getTimeout
public final ComputeRegionUrlMapPathMatcherPathRuleRouteActionTimeout getTimeout()
Description copied from interface:ComputeRegionUrlMapPathMatcherPathRuleRouteActiontimeout block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_region_url_map#timeout ComputeRegionUrlMap#timeout}
- Specified by:
getTimeoutin interfaceComputeRegionUrlMapPathMatcherPathRuleRouteAction
-
getUrlRewrite
public final ComputeRegionUrlMapPathMatcherPathRuleRouteActionUrlRewrite getUrlRewrite()
Description copied from interface:ComputeRegionUrlMapPathMatcherPathRuleRouteActionurl_rewrite block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_region_url_map#url_rewrite ComputeRegionUrlMap#url_rewrite}
- Specified by:
getUrlRewritein interfaceComputeRegionUrlMapPathMatcherPathRuleRouteAction
-
getWeightedBackendServices
public final Object getWeightedBackendServices()
Description copied from interface:ComputeRegionUrlMapPathMatcherPathRuleRouteActionweighted_backend_services block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_region_url_map#weighted_backend_services ComputeRegionUrlMap#weighted_backend_services}
- Specified by:
getWeightedBackendServicesin interfaceComputeRegionUrlMapPathMatcherPathRuleRouteAction
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-