Fastly Compute C++ SDK
Loading...
Searching...
No Matches
fastly::erl Namespace Reference

Classes

class  ERL
class  ERLError
 Errors that can arise during ERL operations. More...
class  PenaltyBox
class  RateCounter

Enumerations

enum class  CounterDuration {
  TenSec = 10 , TwentySecs = 20 , ThirtySecs = 30 , FortySecs = 40 ,
  FiftySecs = 50 , SixtySecs = 60
}
 To be used for picking the duration in a rate counter lookup_count call. More...
enum class  RateWindow { OneSec = 1 , TenSecs = 10 , SixtySecs = 60 }

Enumeration Type Documentation

◆ CounterDuration

enum class fastly::erl::CounterDuration
strong

To be used for picking the duration in a rate counter lookup_count call.

Enumerator
TenSec 
TwentySecs 
ThirtySecs 
FortySecs 
FiftySecs 
SixtySecs 

◆ RateWindow

enum class fastly::erl::RateWindow
strong

To be used for picking the window in a rate counter lookup_rate or a ERL check_rate call.

Enumerator
OneSec 
TenSecs 
SixtySecs