Show / Hide Table of Contents

Class RegionUrlMapPathMatcherRouteRuleRouteActionFaultInjectionPolicyAbortArgs

Inheritance
System.Object
InputArgs
ResourceArgs
RegionUrlMapPathMatcherRouteRuleRouteActionFaultInjectionPolicyAbortArgs
Inherited Members
ResourceArgs.Empty
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 RegionUrlMapPathMatcherRouteRuleRouteActionFaultInjectionPolicyAbortArgs : ResourceArgs

Constructors

View Source

RegionUrlMapPathMatcherRouteRuleRouteActionFaultInjectionPolicyAbortArgs()

Declaration
public RegionUrlMapPathMatcherRouteRuleRouteActionFaultInjectionPolicyAbortArgs()

Properties

View Source

HttpStatus

The HTTP status code used to abort the request. The value must be between 200 and 599 inclusive.

Declaration
public Input<int> HttpStatus { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

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 Input<double> Percentage { get; set; }
Property Value
Type Description
Input<System.Double>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.