Interface ComputeRegionUrlMapPathMatcherPathRuleRouteActionFaultInjectionPolicyDelay
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ComputeRegionUrlMapPathMatcherPathRuleRouteActionFaultInjectionPolicyDelay.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:18.860Z") @Stability(Stable) public interface ComputeRegionUrlMapPathMatcherPathRuleRouteActionFaultInjectionPolicyDelay extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classComputeRegionUrlMapPathMatcherPathRuleRouteActionFaultInjectionPolicyDelay.Builderstatic classComputeRegionUrlMapPathMatcherPathRuleRouteActionFaultInjectionPolicyDelay.Jsii$ProxyAn implementation forComputeRegionUrlMapPathMatcherPathRuleRouteActionFaultInjectionPolicyDelay
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static ComputeRegionUrlMapPathMatcherPathRuleRouteActionFaultInjectionPolicyDelay.Builderbuilder()ComputeRegionUrlMapPathMatcherPathRuleRouteActionFaultInjectionPolicyDelayFixedDelaygetFixedDelay()fixed_delay block.NumbergetPercentage()The percentage of traffic (connections/operations/requests) on which delay will be introduced as part of fault injection.
-
-
-
Method Detail
-
getFixedDelay
@Stability(Stable) @NotNull ComputeRegionUrlMapPathMatcherPathRuleRouteActionFaultInjectionPolicyDelayFixedDelay getFixedDelay()
fixed_delay block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_region_url_map#fixed_delay ComputeRegionUrlMap#fixed_delay}
-
getPercentage
@Stability(Stable) @NotNull Number getPercentage()
The percentage of traffic (connections/operations/requests) on which delay will be introduced 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_region_url_map#percentage ComputeRegionUrlMap#percentage}
-
builder
@Stability(Stable) static ComputeRegionUrlMapPathMatcherPathRuleRouteActionFaultInjectionPolicyDelay.Builder builder()
-
-