Package com.pulumi.gcp.compute.inputs
Class URLMapPathMatcherDefaultRouteActionFaultInjectionPolicyAbortArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.gcp.compute.inputs.URLMapPathMatcherDefaultRouteActionFaultInjectionPolicyAbortArgs
-
public final class URLMapPathMatcherDefaultRouteActionFaultInjectionPolicyAbortArgs extends com.pulumi.resources.ResourceArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
URLMapPathMatcherDefaultRouteActionFaultInjectionPolicyAbortArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static URLMapPathMatcherDefaultRouteActionFaultInjectionPolicyAbortArgs
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static URLMapPathMatcherDefaultRouteActionFaultInjectionPolicyAbortArgs.Builder
builder()
static URLMapPathMatcherDefaultRouteActionFaultInjectionPolicyAbortArgs.Builder
builder(URLMapPathMatcherDefaultRouteActionFaultInjectionPolicyAbortArgs defaults)
java.util.Optional<com.pulumi.core.Output<java.lang.Integer>>
httpStatus()
java.util.Optional<com.pulumi.core.Output<java.lang.Double>>
percentage()
-
-
-
Field Detail
-
Empty
public static final URLMapPathMatcherDefaultRouteActionFaultInjectionPolicyAbortArgs Empty
-
-
Method Detail
-
httpStatus
public java.util.Optional<com.pulumi.core.Output<java.lang.Integer>> httpStatus()
- Returns:
- The HTTP status code used to abort the request. The value must be between 200 and 599 inclusive.
-
percentage
public java.util.Optional<com.pulumi.core.Output<java.lang.Double>> percentage()
- Returns:
- 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.
-
builder
public static URLMapPathMatcherDefaultRouteActionFaultInjectionPolicyAbortArgs.Builder builder()
-
builder
public static URLMapPathMatcherDefaultRouteActionFaultInjectionPolicyAbortArgs.Builder builder(URLMapPathMatcherDefaultRouteActionFaultInjectionPolicyAbortArgs defaults)
-
-