Show / Hide Table of Contents

Class URLMapPathMatcherRouteRuleRouteActionWeightedBackendServiceHeaderActionArgs

Inheritance
System.Object
InputArgs
ResourceArgs
URLMapPathMatcherRouteRuleRouteActionWeightedBackendServiceHeaderActionArgs
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 URLMapPathMatcherRouteRuleRouteActionWeightedBackendServiceHeaderActionArgs : ResourceArgs

Constructors

View Source

URLMapPathMatcherRouteRuleRouteActionWeightedBackendServiceHeaderActionArgs()

Declaration
public URLMapPathMatcherRouteRuleRouteActionWeightedBackendServiceHeaderActionArgs()

Properties

View Source

RequestHeadersToAdds

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

Declaration
public InputList<URLMapPathMatcherRouteRuleRouteActionWeightedBackendServiceHeaderActionRequestHeadersToAddArgs> RequestHeadersToAdds { get; set; }
Property Value
Type Description
InputList<URLMapPathMatcherRouteRuleRouteActionWeightedBackendServiceHeaderActionRequestHeadersToAddArgs>
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 InputList<string> RequestHeadersToRemoves { get; set; }
Property Value
Type Description
InputList<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 InputList<URLMapPathMatcherRouteRuleRouteActionWeightedBackendServiceHeaderActionResponseHeadersToAddArgs> ResponseHeadersToAdds { get; set; }
Property Value
Type Description
InputList<URLMapPathMatcherRouteRuleRouteActionWeightedBackendServiceHeaderActionResponseHeadersToAddArgs>
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 InputList<string> ResponseHeadersToRemoves { get; set; }
Property Value
Type Description
InputList<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.