3333
3434### Data types
3535
36- * [ ` Nginx::DebugConnection ` ] ( #Nginx--DebugConnection )
37- * [ ` Nginx::ErrorLogSeverity ` ] ( #Nginx--ErrorLogSeverity )
36+ * [ ` Nginx::DebugConnection ` ] ( #Nginx--DebugConnection ) : Type Alias for Nginx::DebugConnection
37+ * [ ` Nginx::ErrorLogSeverity ` ] ( #Nginx--ErrorLogSeverity ) : Type Alias for Nginx::ErrorLogSeverity
3838* [ ` Nginx::GzipProxied ` ] ( #Nginx--GzipProxied ) : custom type for gzip_proxied
39- * [ ` Nginx::LogFormat ` ] ( #Nginx--LogFormat )
39+ * [ ` Nginx::LogFormat ` ] ( #Nginx--LogFormat ) : Type Alias for Nginx::LogFormat
4040* [ ` Nginx::Package_source ` ] ( #Nginx--Package_source ) : Where to download NGINX from There are three versions of NGINX available: * stable (` nginx ` or ` nginx-stable ` ); * mainline (` nginx-mainline `
41- * [ ` Nginx::Size ` ] ( #Nginx--Size )
41+ * [ ` Nginx::Size ` ] ( #Nginx--Size ) : Type Alias for Nginx::Size
4242* [ ` Nginx::StringMappings ` ] ( #Nginx--StringMappings ) : custom type for the ` map ` variable mapping
43- * [ ` Nginx::Time ` ] ( #Nginx--Time )
44- * [ ` Nginx::UpstreamCustomParameters ` ] ( #Nginx--UpstreamCustomParameters )
45- * [ ` Nginx::UpstreamDefaults ` ] ( #Nginx--UpstreamDefaults )
46- * [ ` Nginx::UpstreamLeastTime ` ] ( #Nginx--UpstreamLeastTime )
47- * [ ` Nginx::UpstreamLeastTimeHttp ` ] ( #Nginx--UpstreamLeastTimeHttp )
48- * [ ` Nginx::UpstreamLeastTimeStream ` ] ( #Nginx--UpstreamLeastTimeStream )
49- * [ ` Nginx::UpstreamMember ` ] ( #Nginx--UpstreamMember )
50- * [ ` Nginx::UpstreamMemberDefaults ` ] ( #Nginx--UpstreamMemberDefaults )
51- * [ ` Nginx::UpstreamMemberServer ` ] ( #Nginx--UpstreamMemberServer )
52- * [ ` Nginx::UpstreamMembers ` ] ( #Nginx--UpstreamMembers )
53- * [ ` Nginx::UpstreamSticky ` ] ( #Nginx--UpstreamSticky )
54- * [ ` Nginx::UpstreamStickyZone ` ] ( #Nginx--UpstreamStickyZone )
55- * [ ` Nginx::UpstreamZone ` ] ( #Nginx--UpstreamZone )
43+ * [ ` Nginx::Time ` ] ( #Nginx--Time ) : Type Alias for Nginx::Time
44+ * [ ` Nginx::UpstreamCustomParameters ` ] ( #Nginx--UpstreamCustomParameters ) : Type Alias for Nginx::UpstreamCustomParameters
45+ * [ ` Nginx::UpstreamDefaults ` ] ( #Nginx--UpstreamDefaults ) : Type Alias for Nginx::UpstreamDefaults
46+ * [ ` Nginx::UpstreamLeastTime ` ] ( #Nginx--UpstreamLeastTime ) : Type Alias for Nginx::UpstreamLeastTime
47+ * [ ` Nginx::UpstreamLeastTimeHttp ` ] ( #Nginx--UpstreamLeastTimeHttp ) : Type Alias for Nginx::UpstreamLeastTimeHttp
48+ * [ ` Nginx::UpstreamLeastTimeStream ` ] ( #Nginx--UpstreamLeastTimeStream ) : Type Alias for Nginx::UpstreamLeastTimeStream
49+ * [ ` Nginx::UpstreamMember ` ] ( #Nginx--UpstreamMember ) : Type Alias for Nginx::UpstreamMember
50+ * [ ` Nginx::UpstreamMemberDefaults ` ] ( #Nginx--UpstreamMemberDefaults ) : Type Alias for Nginx::UpstreamMemberDefaults
51+ * [ ` Nginx::UpstreamMemberServer ` ] ( #Nginx--UpstreamMemberServer ) : Type Alias for Nginx::UpstreamMemberServer
52+ * [ ` Nginx::UpstreamMembers ` ] ( #Nginx--UpstreamMembers ) : Type Alias for Nginx::UpstreamMembers
53+ * [ ` Nginx::UpstreamSticky ` ] ( #Nginx--UpstreamSticky ) : Type Alias for Nginx::UpstreamSticky
54+ * [ ` Nginx::UpstreamStickyZone ` ] ( #Nginx--UpstreamStickyZone ) : Type Alias for Nginx::UpstreamStickyZone
55+ * [ ` Nginx::UpstreamZone ` ] ( #Nginx--UpstreamZone ) : Type Alias for Nginx::UpstreamZone
5656
5757## Classes
5858
@@ -5164,13 +5164,13 @@ Default value: `undef`
51645164
51655165### <a name =" Nginx--DebugConnection " ></a >` Nginx::DebugConnection `
51665166
5167- The Nginx::DebugConnection data type.
5167+ Type Alias for Nginx::DebugConnection
51685168
51695169Alias of ` Variant[Stdlib::Host, Stdlib::IP::Address, Enum['unix:']] `
51705170
51715171### <a name =" Nginx--ErrorLogSeverity " ></a >` Nginx::ErrorLogSeverity `
51725172
5173- The Nginx::ErrorLogSeverity data type.
5173+ Type Alias for Nginx::ErrorLogSeverity
51745174
51755175Alias of ` Enum['debug', 'info', 'notice', 'warn', 'error', 'crit', 'alert', 'emerg'] `
51765176
@@ -5185,7 +5185,7 @@ Alias of `Enum['off', 'expired', 'no-cache', 'no-store', 'private', 'no_last_mod
51855185
51865186### <a name =" Nginx--LogFormat " ></a >` Nginx::LogFormat `
51875187
5188- The Nginx::LogFormat data type.
5188+ Type Alias for Nginx::LogFormat
51895189
51905190Alias of
51915191
@@ -5215,7 +5215,7 @@ Alias of `Enum['nginx', 'nginx-stable', 'nginx-mainline', 'passenger']`
52155215
52165216### <a name =" Nginx--Size " ></a >` Nginx::Size `
52175217
5218- The Nginx::Size data type.
5218+ Type Alias for Nginx::Size
52195219
52205220Alias of ` Variant[Integer[0], Pattern[/\A\d+[k|K|m|M]?\z/]] `
52215221
@@ -5230,13 +5230,13 @@ Alias of `Variant[Array[Struct[{ 'key' => String[1], 'value' => String }]], Hash
52305230
52315231### <a name =" Nginx--Time " ></a >` Nginx::Time `
52325232
5233- The Nginx::Time data type.
5233+ Type Alias for Nginx::Time
52345234
52355235Alias of ` Variant[Integer[0], Pattern[/^(?!$)((\d+y *)?(\d+M *)?(\d+w *)?(\d+d *)?(\d+h *)?(\d+m *)?(\d+s *)?(\d+ms)?|\d+)$/]] `
52365236
52375237### <a name =" Nginx--UpstreamCustomParameters " ></a >` Nginx::UpstreamCustomParameters `
52385238
5239- The Nginx::UpstreamCustomParameters data type.
5239+ Type Alias for Nginx::UpstreamCustomParameters
52405240
52415241Alias of
52425242
@@ -5267,7 +5267,7 @@ Hash[String[1], Variant[
52675267
52685268### <a name =" Nginx--UpstreamDefaults " ></a >` Nginx::UpstreamDefaults `
52695269
5270- The Nginx::UpstreamDefaults data type.
5270+ Type Alias for Nginx::UpstreamDefaults
52715271
52725272Alias of
52735273
@@ -5296,25 +5296,25 @@ Struct[{
52965296
52975297### <a name =" Nginx--UpstreamLeastTime " ></a >` Nginx::UpstreamLeastTime `
52985298
5299- The Nginx::UpstreamLeastTime data type.
5299+ Type Alias for Nginx::UpstreamLeastTime
53005300
53015301Alias of ` Variant[Nginx::UpstreamLeastTimeHttp, Nginx::UpstreamLeastTimeStream] `
53025302
53035303### <a name =" Nginx--UpstreamLeastTimeHttp " ></a >` Nginx::UpstreamLeastTimeHttp `
53045304
5305- The Nginx::UpstreamLeastTimeHttp data type.
5305+ Type Alias for Nginx::UpstreamLeastTimeHttp
53065306
53075307Alias of ` Enum['header', 'header inflight', 'last_byte', 'last_byte inflight'] `
53085308
53095309### <a name =" Nginx--UpstreamLeastTimeStream " ></a >` Nginx::UpstreamLeastTimeStream `
53105310
5311- The Nginx::UpstreamLeastTimeStream data type.
5311+ Type Alias for Nginx::UpstreamLeastTimeStream
53125312
53135313Alias of ` Enum['connect', 'connect inflight', 'first_byte', 'first_byte inflight', 'last_byte', 'last_byte inflight'] `
53145314
53155315### <a name =" Nginx--UpstreamMember " ></a >` Nginx::UpstreamMember `
53165316
5317- The Nginx::UpstreamMember data type.
5317+ Type Alias for Nginx::UpstreamMember
53185318
53195319Alias of
53205320
@@ -5340,7 +5340,7 @@ Struct[{
53405340
53415341### <a name =" Nginx--UpstreamMemberDefaults " ></a >` Nginx::UpstreamMemberDefaults `
53425342
5343- The Nginx::UpstreamMemberDefaults data type.
5343+ Type Alias for Nginx::UpstreamMemberDefaults
53445344
53455345Alias of
53465346
@@ -5365,19 +5365,19 @@ Struct[{
53655365
53665366### <a name =" Nginx--UpstreamMemberServer " ></a >` Nginx::UpstreamMemberServer `
53675367
5368- The Nginx::UpstreamMemberServer data type.
5368+ Type Alias for Nginx::UpstreamMemberServer
53695369
53705370Alias of ` Variant[Stdlib::Host, Pattern[/^unix:\/([^\/\0]+\/*)[^:]*$/]] `
53715371
53725372### <a name =" Nginx--UpstreamMembers " ></a >` Nginx::UpstreamMembers `
53735373
5374- The Nginx::UpstreamMembers data type.
5374+ Type Alias for Nginx::UpstreamMembers
53755375
53765376Alias of ` Hash[String, Nginx::UpstreamMember] `
53775377
53785378### <a name =" Nginx--UpstreamSticky " ></a >` Nginx::UpstreamSticky `
53795379
5380- The Nginx::UpstreamSticky data type.
5380+ Type Alias for Nginx::UpstreamSticky
53815381
53825382Alias of
53835383
@@ -5410,13 +5410,13 @@ Variant[Hash[
54105410
54115411### <a name =" Nginx--UpstreamStickyZone " ></a >` Nginx::UpstreamStickyZone `
54125412
5413- The Nginx::UpstreamStickyZone data type.
5413+ Type Alias for Nginx::UpstreamStickyZone
54145414
54155415Alias of ` Pattern[/^[-_\.A-Za-z0-9]*:\d+[k|K|m|M]$/] `
54165416
54175417### <a name =" Nginx--UpstreamZone " ></a >` Nginx::UpstreamZone `
54185418
5419- The Nginx::UpstreamZone data type.
5419+ Type Alias for Nginx::UpstreamZone
54205420
54215421Alias of ` Pattern[/^[-_\.A-Za-z0-9]* \d+[k|K|m|M]$/] `
54225422
0 commit comments