Class PageRuleActionsCacheKeyFieldsHostGetArgs
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.Cloudflare.Inputs
Assembly: Pulumi.Cloudflare.dll
Syntax
public sealed class PageRuleActionsCacheKeyFieldsHostGetArgs : ResourceArgs
Constructors
View SourcePageRuleActionsCacheKeyFieldsHostGetArgs()
Declaration
public PageRuleActionsCacheKeyFieldsHostGetArgs()
Properties
View SourceResolved
false (default) - includes the Host header in the HTTP request sent to the origin; true - includes the Host header that was resolved to get the origin IP for the request (e.g. changed with Resolve Override Page Rule).
Declaration
public Input<bool> Resolved { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |