Class RegionUrlMapPathMatcherRouteRuleRouteActionFaultInjectionPolicyDelay
Inheritance
System.Object
RegionUrlMapPathMatcherRouteRuleRouteActionFaultInjectionPolicyDelay
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.Outputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class RegionUrlMapPathMatcherRouteRuleRouteActionFaultInjectionPolicyDelay
Fields
View SourceFixedDelay
Specifies the value of the fixed delay interval. Structure is documented below.
Declaration
public readonly RegionUrlMapPathMatcherRouteRuleRouteActionFaultInjectionPolicyDelayFixedDelay FixedDelay
Field Value
| Type | Description |
|---|---|
| RegionUrlMapPathMatcherRouteRuleRouteActionFaultInjectionPolicyDelayFixedDelay |
Percentage
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.
Declaration
public readonly double? Percentage
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Double> |