Class URLMapPathMatcherRouteRuleRouteActionWeightedBackendServiceHeaderActionResponseHeadersToAddArgs
Inheritance
System.Object
URLMapPathMatcherRouteRuleRouteActionWeightedBackendServiceHeaderActionResponseHeadersToAddArgs
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 URLMapPathMatcherRouteRuleRouteActionWeightedBackendServiceHeaderActionResponseHeadersToAddArgs : ResourceArgs
Constructors
View SourceURLMapPathMatcherRouteRuleRouteActionWeightedBackendServiceHeaderActionResponseHeadersToAddArgs()
Declaration
public URLMapPathMatcherRouteRuleRouteActionWeightedBackendServiceHeaderActionResponseHeadersToAddArgs()
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> |