Class Servicev1RequestSetting
Inheritance
Inherited Members
Namespace: Pulumi.Fastly.Outputs
Assembly: Pulumi.Fastly.dll
Syntax
public sealed class Servicev1RequestSetting
Fields
View SourceAction
Allows you to terminate request handling and immediately
perform an action. When set it can be lookup or pass (Ignore the cache completely).
Declaration
public readonly string Action
Field Value
| Type | Description |
|---|---|
| System.String |
BypassBusyWait
Disable collapsed forwarding, so you don't wait for other objects to origin.
Declaration
public readonly bool? BypassBusyWait
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
DefaultHost
Sets the host header.
Declaration
public readonly string DefaultHost
Field Value
| Type | Description |
|---|---|
| System.String |
ForceMiss
Force a cache miss for the request. If specified,
can be true or false.
Declaration
public readonly bool? ForceMiss
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
ForceSsl
Forces the request to use SSL (Redirects a non-SSL request to SSL).
Declaration
public readonly bool? ForceSsl
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
GeoHeaders
Injects Fastly-Geo-Country, Fastly-Geo-City, and Fastly-Geo-Region into the request headers.
Declaration
public readonly bool? GeoHeaders
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
HashKeys
Comma separated list of varnish request object fields that should be in the hash key.
Declaration
public readonly string HashKeys
Field Value
| Type | Description |
|---|---|
| System.String |
MaxStaleAge
How old an object is allowed to be to serve
stale-if-error or stale-while-revalidate, in seconds.
Declaration
public readonly int? MaxStaleAge
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
Name
A unique name to identify this dictionary.
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
RequestCondition
Name of already defined condition to be checked during the request phase. If the condition passes then this object will be delivered. This condition must be of type REQUEST.
Declaration
public readonly string RequestCondition
Field Value
| Type | Description |
|---|---|
| System.String |
TimerSupport
Injects the X-Timer info into the request for viewing origin fetch durations.
Declaration
public readonly bool? TimerSupport
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Xff
X-Forwarded-For, should be clear, leave, append,
append_all, or overwrite. Default append.
Declaration
public readonly string Xff
Field Value
| Type | Description |
|---|---|
| System.String |