Class ComputeUrlMapPathMatcherPathRuleRouteActionFaultInjectionPolicy.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.compute_url_map.ComputeUrlMapPathMatcherPathRuleRouteActionFaultInjectionPolicy.Jsii$Proxy
-
- All Implemented Interfaces:
ComputeUrlMapPathMatcherPathRuleRouteActionFaultInjectionPolicy,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ComputeUrlMapPathMatcherPathRuleRouteActionFaultInjectionPolicy
@Stability(Stable) @Internal public static final class ComputeUrlMapPathMatcherPathRuleRouteActionFaultInjectionPolicy.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ComputeUrlMapPathMatcherPathRuleRouteActionFaultInjectionPolicy
An implementation forComputeUrlMapPathMatcherPathRuleRouteActionFaultInjectionPolicy
-
-
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.ComputeUrlMapPathMatcherPathRuleRouteActionFaultInjectionPolicy
ComputeUrlMapPathMatcherPathRuleRouteActionFaultInjectionPolicy.Builder, ComputeUrlMapPathMatcherPathRuleRouteActionFaultInjectionPolicy.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ComputeUrlMapPathMatcherPathRuleRouteActionFaultInjectionPolicy.Builder builder)Constructor that initializes the object based on literal property values passed by theComputeUrlMapPathMatcherPathRuleRouteActionFaultInjectionPolicy.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)ComputeUrlMapPathMatcherPathRuleRouteActionFaultInjectionPolicyAbortgetAbort()abort block.ComputeUrlMapPathMatcherPathRuleRouteActionFaultInjectionPolicyDelaygetDelay()delay 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(ComputeUrlMapPathMatcherPathRuleRouteActionFaultInjectionPolicy.Builder builder)
Constructor that initializes the object based on literal property values passed by theComputeUrlMapPathMatcherPathRuleRouteActionFaultInjectionPolicy.Builder.
-
-
Method Detail
-
getAbort
public final ComputeUrlMapPathMatcherPathRuleRouteActionFaultInjectionPolicyAbort getAbort()
Description copied from interface:ComputeUrlMapPathMatcherPathRuleRouteActionFaultInjectionPolicyabort block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_url_map#abort ComputeUrlMap#abort}
- Specified by:
getAbortin interfaceComputeUrlMapPathMatcherPathRuleRouteActionFaultInjectionPolicy
-
getDelay
public final ComputeUrlMapPathMatcherPathRuleRouteActionFaultInjectionPolicyDelay getDelay()
Description copied from interface:ComputeUrlMapPathMatcherPathRuleRouteActionFaultInjectionPolicydelay block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_url_map#delay ComputeUrlMap#delay}
- Specified by:
getDelayin interfaceComputeUrlMapPathMatcherPathRuleRouteActionFaultInjectionPolicy
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-