Class RegionUrlMapPathMatcherPathRuleRouteActionWeightedBackendServiceHeaderActionRequestHeadersToAddArgs
Inheritance
System.Object
RegionUrlMapPathMatcherPathRuleRouteActionWeightedBackendServiceHeaderActionRequestHeadersToAddArgs
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.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class RegionUrlMapPathMatcherPathRuleRouteActionWeightedBackendServiceHeaderActionRequestHeadersToAddArgs : ResourceArgs
Constructors
View SourceRegionUrlMapPathMatcherPathRuleRouteActionWeightedBackendServiceHeaderActionRequestHeadersToAddArgs()
Declaration
public RegionUrlMapPathMatcherPathRuleRouteActionWeightedBackendServiceHeaderActionRequestHeadersToAddArgs()
Properties
View SourceHeaderName
The name of the header.
Declaration
public Input<string> HeaderName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
HeaderValue
The value of the header to add.
Declaration
public Input<string> HeaderValue { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<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 Input<bool> Replace { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |