33
33
34
34
### Data types
35
35
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
38
38
* [ ` Nginx::GzipProxied ` ] ( #Nginx--GzipProxied ) : custom type for gzip_proxied
39
- * [ ` Nginx::LogFormat ` ] ( #Nginx--LogFormat )
39
+ * [ ` Nginx::LogFormat ` ] ( #Nginx--LogFormat ) : Type Alias for Nginx::LogFormat
40
40
* [ ` 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
42
42
* [ ` 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
56
56
57
57
## Classes
58
58
@@ -5164,13 +5164,13 @@ Default value: `undef`
5164
5164
5165
5165
### <a name =" Nginx--DebugConnection " ></a >` Nginx::DebugConnection `
5166
5166
5167
- The Nginx::DebugConnection data type.
5167
+ Type Alias for Nginx::DebugConnection
5168
5168
5169
5169
Alias of ` Variant[Stdlib::Host, Stdlib::IP::Address, Enum['unix:']] `
5170
5170
5171
5171
### <a name =" Nginx--ErrorLogSeverity " ></a >` Nginx::ErrorLogSeverity `
5172
5172
5173
- The Nginx::ErrorLogSeverity data type.
5173
+ Type Alias for Nginx::ErrorLogSeverity
5174
5174
5175
5175
Alias of ` Enum['debug', 'info', 'notice', 'warn', 'error', 'crit', 'alert', 'emerg'] `
5176
5176
@@ -5185,7 +5185,7 @@ Alias of `Enum['off', 'expired', 'no-cache', 'no-store', 'private', 'no_last_mod
5185
5185
5186
5186
### <a name =" Nginx--LogFormat " ></a >` Nginx::LogFormat `
5187
5187
5188
- The Nginx::LogFormat data type.
5188
+ Type Alias for Nginx::LogFormat
5189
5189
5190
5190
Alias of
5191
5191
@@ -5215,7 +5215,7 @@ Alias of `Enum['nginx', 'nginx-stable', 'nginx-mainline', 'passenger']`
5215
5215
5216
5216
### <a name =" Nginx--Size " ></a >` Nginx::Size `
5217
5217
5218
- The Nginx::Size data type.
5218
+ Type Alias for Nginx::Size
5219
5219
5220
5220
Alias of ` Variant[Integer[0], Pattern[/\A\d+[k|K|m|M]?\z/]] `
5221
5221
@@ -5230,13 +5230,13 @@ Alias of `Variant[Array[Struct[{ 'key' => String[1], 'value' => String }]], Hash
5230
5230
5231
5231
### <a name =" Nginx--Time " ></a >` Nginx::Time `
5232
5232
5233
- The Nginx::Time data type.
5233
+ Type Alias for Nginx::Time
5234
5234
5235
5235
Alias of ` Variant[Integer[0], Pattern[/^(?!$)((\d+y *)?(\d+M *)?(\d+w *)?(\d+d *)?(\d+h *)?(\d+m *)?(\d+s *)?(\d+ms)?|\d+)$/]] `
5236
5236
5237
5237
### <a name =" Nginx--UpstreamCustomParameters " ></a >` Nginx::UpstreamCustomParameters `
5238
5238
5239
- The Nginx::UpstreamCustomParameters data type.
5239
+ Type Alias for Nginx::UpstreamCustomParameters
5240
5240
5241
5241
Alias of
5242
5242
@@ -5267,7 +5267,7 @@ Hash[String[1], Variant[
5267
5267
5268
5268
### <a name =" Nginx--UpstreamDefaults " ></a >` Nginx::UpstreamDefaults `
5269
5269
5270
- The Nginx::UpstreamDefaults data type.
5270
+ Type Alias for Nginx::UpstreamDefaults
5271
5271
5272
5272
Alias of
5273
5273
@@ -5296,25 +5296,25 @@ Struct[{
5296
5296
5297
5297
### <a name =" Nginx--UpstreamLeastTime " ></a >` Nginx::UpstreamLeastTime `
5298
5298
5299
- The Nginx::UpstreamLeastTime data type.
5299
+ Type Alias for Nginx::UpstreamLeastTime
5300
5300
5301
5301
Alias of ` Variant[Nginx::UpstreamLeastTimeHttp, Nginx::UpstreamLeastTimeStream] `
5302
5302
5303
5303
### <a name =" Nginx--UpstreamLeastTimeHttp " ></a >` Nginx::UpstreamLeastTimeHttp `
5304
5304
5305
- The Nginx::UpstreamLeastTimeHttp data type.
5305
+ Type Alias for Nginx::UpstreamLeastTimeHttp
5306
5306
5307
5307
Alias of ` Enum['header', 'header inflight', 'last_byte', 'last_byte inflight'] `
5308
5308
5309
5309
### <a name =" Nginx--UpstreamLeastTimeStream " ></a >` Nginx::UpstreamLeastTimeStream `
5310
5310
5311
- The Nginx::UpstreamLeastTimeStream data type.
5311
+ Type Alias for Nginx::UpstreamLeastTimeStream
5312
5312
5313
5313
Alias of ` Enum['connect', 'connect inflight', 'first_byte', 'first_byte inflight', 'last_byte', 'last_byte inflight'] `
5314
5314
5315
5315
### <a name =" Nginx--UpstreamMember " ></a >` Nginx::UpstreamMember `
5316
5316
5317
- The Nginx::UpstreamMember data type.
5317
+ Type Alias for Nginx::UpstreamMember
5318
5318
5319
5319
Alias of
5320
5320
@@ -5340,7 +5340,7 @@ Struct[{
5340
5340
5341
5341
### <a name =" Nginx--UpstreamMemberDefaults " ></a >` Nginx::UpstreamMemberDefaults `
5342
5342
5343
- The Nginx::UpstreamMemberDefaults data type.
5343
+ Type Alias for Nginx::UpstreamMemberDefaults
5344
5344
5345
5345
Alias of
5346
5346
@@ -5365,19 +5365,19 @@ Struct[{
5365
5365
5366
5366
### <a name =" Nginx--UpstreamMemberServer " ></a >` Nginx::UpstreamMemberServer `
5367
5367
5368
- The Nginx::UpstreamMemberServer data type.
5368
+ Type Alias for Nginx::UpstreamMemberServer
5369
5369
5370
5370
Alias of ` Variant[Stdlib::Host, Pattern[/^unix:\/([^\/\0]+\/*)[^:]*$/]] `
5371
5371
5372
5372
### <a name =" Nginx--UpstreamMembers " ></a >` Nginx::UpstreamMembers `
5373
5373
5374
- The Nginx::UpstreamMembers data type.
5374
+ Type Alias for Nginx::UpstreamMembers
5375
5375
5376
5376
Alias of ` Hash[String, Nginx::UpstreamMember] `
5377
5377
5378
5378
### <a name =" Nginx--UpstreamSticky " ></a >` Nginx::UpstreamSticky `
5379
5379
5380
- The Nginx::UpstreamSticky data type.
5380
+ Type Alias for Nginx::UpstreamSticky
5381
5381
5382
5382
Alias of
5383
5383
@@ -5410,13 +5410,13 @@ Variant[Hash[
5410
5410
5411
5411
### <a name =" Nginx--UpstreamStickyZone " ></a >` Nginx::UpstreamStickyZone `
5412
5412
5413
- The Nginx::UpstreamStickyZone data type.
5413
+ Type Alias for Nginx::UpstreamStickyZone
5414
5414
5415
5415
Alias of ` Pattern[/^[-_\.A-Za-z0-9]*:\d+[k|K|m|M]$/] `
5416
5416
5417
5417
### <a name =" Nginx--UpstreamZone " ></a >` Nginx::UpstreamZone `
5418
5418
5419
- The Nginx::UpstreamZone data type.
5419
+ Type Alias for Nginx::UpstreamZone
5420
5420
5421
5421
Alias of ` Pattern[/^[-_\.A-Za-z0-9]* \d+[k|K|m|M]$/] `
5422
5422
0 commit comments