Class RegionUrlMapPathMatcherPathRuleRouteActionFaultInjectionPolicyArgs
Inheritance
System.Object
RegionUrlMapPathMatcherPathRuleRouteActionFaultInjectionPolicyArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Gcp.Compute.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class RegionUrlMapPathMatcherPathRuleRouteActionFaultInjectionPolicyArgs : ResourceArgs
Constructors
View SourceRegionUrlMapPathMatcherPathRuleRouteActionFaultInjectionPolicyArgs()
Declaration
public RegionUrlMapPathMatcherPathRuleRouteActionFaultInjectionPolicyArgs()
Properties
View SourceAbort
The specification for how client requests are aborted as part of fault injection. Structure is documented below.
Declaration
public Input<RegionUrlMapPathMatcherPathRuleRouteActionFaultInjectionPolicyAbortArgs> Abort { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<RegionUrlMapPathMatcherPathRuleRouteActionFaultInjectionPolicyAbortArgs> |
Delay
The specification for how client requests are delayed as part of fault injection, before being sent to a backend service. Structure is documented below.
Declaration
public Input<RegionUrlMapPathMatcherPathRuleRouteActionFaultInjectionPolicyDelayArgs> Delay { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<RegionUrlMapPathMatcherPathRuleRouteActionFaultInjectionPolicyDelayArgs> |