Interface ComputeUrlMapPathMatcherRouteRulesRouteActionFaultInjectionPolicyAbort
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ComputeUrlMapPathMatcherRouteRulesRouteActionFaultInjectionPolicyAbort.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:19.103Z") @Stability(Stable) public interface ComputeUrlMapPathMatcherRouteRulesRouteActionFaultInjectionPolicyAbort extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classComputeUrlMapPathMatcherRouteRulesRouteActionFaultInjectionPolicyAbort.Builderstatic classComputeUrlMapPathMatcherRouteRulesRouteActionFaultInjectionPolicyAbort.Jsii$ProxyAn implementation forComputeUrlMapPathMatcherRouteRulesRouteActionFaultInjectionPolicyAbort
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static ComputeUrlMapPathMatcherRouteRulesRouteActionFaultInjectionPolicyAbort.Builderbuilder()default NumbergetHttpStatus()The HTTP status code used to abort the request.default NumbergetPercentage()The percentage of traffic (connections/operations/requests) which will be aborted as part of fault injection.
-
-
-
Method Detail
-
getHttpStatus
@Stability(Stable) @Nullable default Number getHttpStatus()
The 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}
-
getPercentage
@Stability(Stable) @Nullable default Number getPercentage()
The 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}
-
builder
@Stability(Stable) static ComputeUrlMapPathMatcherRouteRulesRouteActionFaultInjectionPolicyAbort.Builder builder()
-
-