Show / Hide Table of Contents

Class Servicev1CacheSetting

Inheritance
System.Object
Servicev1CacheSetting
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 Servicev1CacheSetting

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

CacheCondition

Name of already defined condition to check after we have retrieved an object. If the condition passes then deliver this Request Object instead. This condition must be of type CACHE. For detailed information about Conditionals, see [Fastly's Documentation on Conditionals][fastly-conditionals].

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

Name

A unique name to identify this dictionary.

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

StaleTtl

Max "Time To Live" for stale (unreachable) objects.

Declaration
public readonly int? StaleTtl
Field Value
Type Description
System.Nullable<System.Int32>
View Source

Ttl

The Time-To-Live (TTL) for the object.

Declaration
public readonly int? Ttl
Field Value
Type Description
System.Nullable<System.Int32>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.