Show / Hide Table of Contents

Class Servicev1RequestSetting

Inheritance
System.Object
Servicev1RequestSetting
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.Fastly.Outputs
Assembly: Pulumi.Fastly.dll
Syntax
public sealed class Servicev1RequestSetting

Fields

View Source

Action

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
View Source

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>
View Source

DefaultHost

Sets the host header.

Declaration
public readonly string DefaultHost
Field Value
Type Description
System.String
View Source

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>
View Source

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>
View Source

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>
View Source

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
View Source

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>
View Source

Name

A unique name to identify this dictionary.

Declaration
public readonly string Name
Field Value
Type Description
System.String
View Source

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
View Source

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>
View Source

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
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.