Class ComputeUrlMapPathMatcherDefaultRouteAction.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.compute_url_map.ComputeUrlMapPathMatcherDefaultRouteAction.Jsii$Proxy
-
- All Implemented Interfaces:
ComputeUrlMapPathMatcherDefaultRouteAction,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ComputeUrlMapPathMatcherDefaultRouteAction
@Stability(Stable) @Internal public static final class ComputeUrlMapPathMatcherDefaultRouteAction.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ComputeUrlMapPathMatcherDefaultRouteAction
An implementation forComputeUrlMapPathMatcherDefaultRouteAction
-
-
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.ComputeUrlMapPathMatcherDefaultRouteAction
ComputeUrlMapPathMatcherDefaultRouteAction.Builder, ComputeUrlMapPathMatcherDefaultRouteAction.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ComputeUrlMapPathMatcherDefaultRouteAction.Builder builder)Constructor that initializes the object based on literal property values passed by theComputeUrlMapPathMatcherDefaultRouteAction.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)ComputeUrlMapPathMatcherDefaultRouteActionCorsPolicygetCorsPolicy()cors_policy block.ComputeUrlMapPathMatcherDefaultRouteActionFaultInjectionPolicygetFaultInjectionPolicy()fault_injection_policy block.ComputeUrlMapPathMatcherDefaultRouteActionRequestMirrorPolicygetRequestMirrorPolicy()request_mirror_policy block.ComputeUrlMapPathMatcherDefaultRouteActionRetryPolicygetRetryPolicy()retry_policy block.ComputeUrlMapPathMatcherDefaultRouteActionTimeoutgetTimeout()timeout block.ComputeUrlMapPathMatcherDefaultRouteActionUrlRewritegetUrlRewrite()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(ComputeUrlMapPathMatcherDefaultRouteAction.Builder builder)
Constructor that initializes the object based on literal property values passed by theComputeUrlMapPathMatcherDefaultRouteAction.Builder.
-
-
Method Detail
-
getCorsPolicy
public final ComputeUrlMapPathMatcherDefaultRouteActionCorsPolicy getCorsPolicy()
Description copied from interface:ComputeUrlMapPathMatcherDefaultRouteActioncors_policy block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_url_map#cors_policy ComputeUrlMap#cors_policy}
- Specified by:
getCorsPolicyin interfaceComputeUrlMapPathMatcherDefaultRouteAction
-
getFaultInjectionPolicy
public final ComputeUrlMapPathMatcherDefaultRouteActionFaultInjectionPolicy getFaultInjectionPolicy()
Description copied from interface:ComputeUrlMapPathMatcherDefaultRouteActionfault_injection_policy block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_url_map#fault_injection_policy ComputeUrlMap#fault_injection_policy}
- Specified by:
getFaultInjectionPolicyin interfaceComputeUrlMapPathMatcherDefaultRouteAction
-
getRequestMirrorPolicy
public final ComputeUrlMapPathMatcherDefaultRouteActionRequestMirrorPolicy getRequestMirrorPolicy()
Description copied from interface:ComputeUrlMapPathMatcherDefaultRouteActionrequest_mirror_policy block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_url_map#request_mirror_policy ComputeUrlMap#request_mirror_policy}
- Specified by:
getRequestMirrorPolicyin interfaceComputeUrlMapPathMatcherDefaultRouteAction
-
getRetryPolicy
public final ComputeUrlMapPathMatcherDefaultRouteActionRetryPolicy getRetryPolicy()
Description copied from interface:ComputeUrlMapPathMatcherDefaultRouteActionretry_policy block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_url_map#retry_policy ComputeUrlMap#retry_policy}
- Specified by:
getRetryPolicyin interfaceComputeUrlMapPathMatcherDefaultRouteAction
-
getTimeout
public final ComputeUrlMapPathMatcherDefaultRouteActionTimeout getTimeout()
Description copied from interface:ComputeUrlMapPathMatcherDefaultRouteActiontimeout block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_url_map#timeout ComputeUrlMap#timeout}
- Specified by:
getTimeoutin interfaceComputeUrlMapPathMatcherDefaultRouteAction
-
getUrlRewrite
public final ComputeUrlMapPathMatcherDefaultRouteActionUrlRewrite getUrlRewrite()
Description copied from interface:ComputeUrlMapPathMatcherDefaultRouteActionurl_rewrite block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_url_map#url_rewrite ComputeUrlMap#url_rewrite}
- Specified by:
getUrlRewritein interfaceComputeUrlMapPathMatcherDefaultRouteAction
-
getWeightedBackendServices
public final Object getWeightedBackendServices()
Description copied from interface:ComputeUrlMapPathMatcherDefaultRouteActionweighted_backend_services block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_url_map#weighted_backend_services ComputeUrlMap#weighted_backend_services}
- Specified by:
getWeightedBackendServicesin interfaceComputeUrlMapPathMatcherDefaultRouteAction
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-