Class RegionUrlMapPathMatcherPathRuleRouteActionWeightedBackendServiceHeaderActionRequestHeadersToAdd
Inheritance
System.Object
RegionUrlMapPathMatcherPathRuleRouteActionWeightedBackendServiceHeaderActionRequestHeadersToAdd
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 RegionUrlMapPathMatcherPathRuleRouteActionWeightedBackendServiceHeaderActionRequestHeadersToAdd
Fields
View SourceHeaderName
The name of the header.
Declaration
public readonly string HeaderName
Field Value
| Type | Description |
|---|---|
| System.String |
HeaderValue
The value of the header to add.
Declaration
public readonly string HeaderValue
Field Value
| Type | Description |
|---|---|
| System.String |
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 |