Class ComputeUrlMapPathMatcherPathRuleRouteActionFaultInjectionPolicyAbort.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.compute_url_map.ComputeUrlMapPathMatcherPathRuleRouteActionFaultInjectionPolicyAbort.Jsii$Proxy
-
- All Implemented Interfaces:
ComputeUrlMapPathMatcherPathRuleRouteActionFaultInjectionPolicyAbort,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ComputeUrlMapPathMatcherPathRuleRouteActionFaultInjectionPolicyAbort
@Stability(Stable) @Internal public static final class ComputeUrlMapPathMatcherPathRuleRouteActionFaultInjectionPolicyAbort.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ComputeUrlMapPathMatcherPathRuleRouteActionFaultInjectionPolicyAbort
An implementation forComputeUrlMapPathMatcherPathRuleRouteActionFaultInjectionPolicyAbort
-
-
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.ComputeUrlMapPathMatcherPathRuleRouteActionFaultInjectionPolicyAbort
ComputeUrlMapPathMatcherPathRuleRouteActionFaultInjectionPolicyAbort.Builder, ComputeUrlMapPathMatcherPathRuleRouteActionFaultInjectionPolicyAbort.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ComputeUrlMapPathMatcherPathRuleRouteActionFaultInjectionPolicyAbort.Builder builder)Constructor that initializes the object based on literal property values passed by theComputeUrlMapPathMatcherPathRuleRouteActionFaultInjectionPolicyAbort.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)NumbergetHttpStatus()The HTTP status code used to abort the request.NumbergetPercentage()The percentage of traffic (connections/operations/requests) which will be aborted as part of fault injection.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(ComputeUrlMapPathMatcherPathRuleRouteActionFaultInjectionPolicyAbort.Builder builder)
Constructor that initializes the object based on literal property values passed by theComputeUrlMapPathMatcherPathRuleRouteActionFaultInjectionPolicyAbort.Builder.
-
-
Method Detail
-
getHttpStatus
public final Number getHttpStatus()
Description copied from interface:ComputeUrlMapPathMatcherPathRuleRouteActionFaultInjectionPolicyAbortThe HTTP status code used to abort the request. The value must be between 200 and 599 inclusive.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_url_map#http_status ComputeUrlMap#http_status}
- Specified by:
getHttpStatusin interfaceComputeUrlMapPathMatcherPathRuleRouteActionFaultInjectionPolicyAbort
-
getPercentage
public final Number getPercentage()
Description copied from interface:ComputeUrlMapPathMatcherPathRuleRouteActionFaultInjectionPolicyAbortThe percentage of traffic (connections/operations/requests) which will be aborted as part of fault injection.The value must be between 0.0 and 100.0 inclusive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_url_map#percentage ComputeUrlMap#percentage}
- Specified by:
getPercentagein interfaceComputeUrlMapPathMatcherPathRuleRouteActionFaultInjectionPolicyAbort
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-