Package com.pulumi.gcp.compute.inputs
Class URLMapPathMatcherPathRuleRouteActionFaultInjectionPolicyArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.gcp.compute.inputs.URLMapPathMatcherPathRuleRouteActionFaultInjectionPolicyArgs
-
public final class URLMapPathMatcherPathRuleRouteActionFaultInjectionPolicyArgs extends com.pulumi.resources.ResourceArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
URLMapPathMatcherPathRuleRouteActionFaultInjectionPolicyArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static URLMapPathMatcherPathRuleRouteActionFaultInjectionPolicyArgs
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Optional<com.pulumi.core.Output<URLMapPathMatcherPathRuleRouteActionFaultInjectionPolicyAbortArgs>>
abort()
static URLMapPathMatcherPathRuleRouteActionFaultInjectionPolicyArgs.Builder
builder()
static URLMapPathMatcherPathRuleRouteActionFaultInjectionPolicyArgs.Builder
builder(URLMapPathMatcherPathRuleRouteActionFaultInjectionPolicyArgs defaults)
java.util.Optional<com.pulumi.core.Output<URLMapPathMatcherPathRuleRouteActionFaultInjectionPolicyDelayArgs>>
delay()
-
-
-
Field Detail
-
Empty
public static final URLMapPathMatcherPathRuleRouteActionFaultInjectionPolicyArgs Empty
-
-
Method Detail
-
abort
public java.util.Optional<com.pulumi.core.Output<URLMapPathMatcherPathRuleRouteActionFaultInjectionPolicyAbortArgs>> abort()
- Returns:
- The specification for how client requests are aborted as part of fault injection. Structure is documented below.
-
delay
public java.util.Optional<com.pulumi.core.Output<URLMapPathMatcherPathRuleRouteActionFaultInjectionPolicyDelayArgs>> delay()
- Returns:
- The specification for how client requests are delayed as part of fault injection, before being sent to a backend service. Structure is documented below.
-
builder
public static URLMapPathMatcherPathRuleRouteActionFaultInjectionPolicyArgs.Builder builder()
-
builder
public static URLMapPathMatcherPathRuleRouteActionFaultInjectionPolicyArgs.Builder builder(URLMapPathMatcherPathRuleRouteActionFaultInjectionPolicyArgs defaults)
-
-