Class ComputeUrlMapPathMatcherPathRuleRouteAction.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.compute_url_map.ComputeUrlMapPathMatcherPathRuleRouteAction.Jsii$Proxy
-
- All Implemented Interfaces:
ComputeUrlMapPathMatcherPathRuleRouteAction,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ComputeUrlMapPathMatcherPathRuleRouteAction
@Stability(Stable) @Internal public static final class ComputeUrlMapPathMatcherPathRuleRouteAction.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ComputeUrlMapPathMatcherPathRuleRouteAction
An implementation forComputeUrlMapPathMatcherPathRuleRouteAction
-
-
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.ComputeUrlMapPathMatcherPathRuleRouteAction
ComputeUrlMapPathMatcherPathRuleRouteAction.Builder, ComputeUrlMapPathMatcherPathRuleRouteAction.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ComputeUrlMapPathMatcherPathRuleRouteAction.Builder builder)Constructor that initializes the object based on literal property values passed by theComputeUrlMapPathMatcherPathRuleRouteAction.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)ComputeUrlMapPathMatcherPathRuleRouteActionCorsPolicygetCorsPolicy()cors_policy block.ComputeUrlMapPathMatcherPathRuleRouteActionFaultInjectionPolicygetFaultInjectionPolicy()fault_injection_policy block.ComputeUrlMapPathMatcherPathRuleRouteActionRequestMirrorPolicygetRequestMirrorPolicy()request_mirror_policy block.ComputeUrlMapPathMatcherPathRuleRouteActionRetryPolicygetRetryPolicy()retry_policy block.ComputeUrlMapPathMatcherPathRuleRouteActionTimeoutgetTimeout()timeout block.ComputeUrlMapPathMatcherPathRuleRouteActionUrlRewritegetUrlRewrite()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(ComputeUrlMapPathMatcherPathRuleRouteAction.Builder builder)
Constructor that initializes the object based on literal property values passed by theComputeUrlMapPathMatcherPathRuleRouteAction.Builder.
-
-
Method Detail
-
getCorsPolicy
public final ComputeUrlMapPathMatcherPathRuleRouteActionCorsPolicy getCorsPolicy()
Description copied from interface:ComputeUrlMapPathMatcherPathRuleRouteActioncors_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 interfaceComputeUrlMapPathMatcherPathRuleRouteAction
-
getFaultInjectionPolicy
public final ComputeUrlMapPathMatcherPathRuleRouteActionFaultInjectionPolicy getFaultInjectionPolicy()
Description copied from interface:ComputeUrlMapPathMatcherPathRuleRouteActionfault_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 interfaceComputeUrlMapPathMatcherPathRuleRouteAction
-
getRequestMirrorPolicy
public final ComputeUrlMapPathMatcherPathRuleRouteActionRequestMirrorPolicy getRequestMirrorPolicy()
Description copied from interface:ComputeUrlMapPathMatcherPathRuleRouteActionrequest_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 interfaceComputeUrlMapPathMatcherPathRuleRouteAction
-
getRetryPolicy
public final ComputeUrlMapPathMatcherPathRuleRouteActionRetryPolicy getRetryPolicy()
Description copied from interface:ComputeUrlMapPathMatcherPathRuleRouteActionretry_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 interfaceComputeUrlMapPathMatcherPathRuleRouteAction
-
getTimeout
public final ComputeUrlMapPathMatcherPathRuleRouteActionTimeout getTimeout()
Description copied from interface:ComputeUrlMapPathMatcherPathRuleRouteActiontimeout 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 interfaceComputeUrlMapPathMatcherPathRuleRouteAction
-
getUrlRewrite
public final ComputeUrlMapPathMatcherPathRuleRouteActionUrlRewrite getUrlRewrite()
Description copied from interface:ComputeUrlMapPathMatcherPathRuleRouteActionurl_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 interfaceComputeUrlMapPathMatcherPathRuleRouteAction
-
getWeightedBackendServices
public final Object getWeightedBackendServices()
Description copied from interface:ComputeUrlMapPathMatcherPathRuleRouteActionweighted_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 interfaceComputeUrlMapPathMatcherPathRuleRouteAction
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-