Show / Hide Table of Contents

Class RegionUrlMapPathMatcherRouteRuleHeaderActionResponseHeadersToAdd

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

Fields

View Source

HeaderName

The name of the header.

Declaration
public readonly string HeaderName
Field Value
Type Description
System.String
View Source

HeaderValue

The value of the header to add.

Declaration
public readonly string HeaderValue
Field Value
Type Description
System.String
View Source

Replace

If false, headerValue is appended to any values that already exist for the header. If true, headerValue is set for the header, discarding any values that were set for that header.

Declaration
public readonly bool Replace
Field Value
Type Description
System.Boolean
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.