Show / Hide Table of Contents

Class RegionUrlMapPathMatcherRouteRuleHeaderAction

Inheritance
System.Object
RegionUrlMapPathMatcherRouteRuleHeaderAction
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 RegionUrlMapPathMatcherRouteRuleHeaderAction

Fields

View Source

RequestHeadersToAdds

Headers to add to a matching request prior to forwarding the request to the backendService. Structure is documented below.

Declaration
public readonly ImmutableArray<RegionUrlMapPathMatcherRouteRuleHeaderActionRequestHeadersToAdd> RequestHeadersToAdds
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<RegionUrlMapPathMatcherRouteRuleHeaderActionRequestHeadersToAdd>
View Source

RequestHeadersToRemoves

A list of header names for headers that need to be removed from the request prior to forwarding the request to the backendService.

Declaration
public readonly ImmutableArray<string> RequestHeadersToRemoves
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

ResponseHeadersToAdds

Headers to add the response prior to sending the response back to the client. Structure is documented below.

Declaration
public readonly ImmutableArray<RegionUrlMapPathMatcherRouteRuleHeaderActionResponseHeadersToAdd> ResponseHeadersToAdds
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<RegionUrlMapPathMatcherRouteRuleHeaderActionResponseHeadersToAdd>
View Source

ResponseHeadersToRemoves

A list of header names for headers that need to be removed from the response prior to sending the response back to the client.

Declaration
public readonly ImmutableArray<string> ResponseHeadersToRemoves
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.