Package com.pulumi.gcp.compute.outputs
Class URLMapPathMatcherPathRuleRouteActionFaultInjectionPolicyDelay
- java.lang.Object
-
- com.pulumi.gcp.compute.outputs.URLMapPathMatcherPathRuleRouteActionFaultInjectionPolicyDelay
-
public final class URLMapPathMatcherPathRuleRouteActionFaultInjectionPolicyDelay extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
URLMapPathMatcherPathRuleRouteActionFaultInjectionPolicyDelay.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static URLMapPathMatcherPathRuleRouteActionFaultInjectionPolicyDelay.Builder
builder()
static URLMapPathMatcherPathRuleRouteActionFaultInjectionPolicyDelay.Builder
builder(URLMapPathMatcherPathRuleRouteActionFaultInjectionPolicyDelay defaults)
URLMapPathMatcherPathRuleRouteActionFaultInjectionPolicyDelayFixedDelay
fixedDelay()
java.lang.Double
percentage()
-
-
-
Method Detail
-
fixedDelay
public URLMapPathMatcherPathRuleRouteActionFaultInjectionPolicyDelayFixedDelay fixedDelay()
- Returns:
- Specifies the value of the fixed delay interval. Structure is documented below.
-
percentage
public java.lang.Double percentage()
- Returns:
- 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.
-
builder
public static URLMapPathMatcherPathRuleRouteActionFaultInjectionPolicyDelay.Builder builder()
-
builder
public static URLMapPathMatcherPathRuleRouteActionFaultInjectionPolicyDelay.Builder builder(URLMapPathMatcherPathRuleRouteActionFaultInjectionPolicyDelay defaults)
-
-