fastly 3.0.2 → 4.0.0.alpha2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1333) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +3 -12
  3. data/Gemfile.lock +55 -0
  4. data/LICENSE +14 -13
  5. data/README.md +458 -216
  6. data/RELEASE.md +1 -1
  7. data/Rakefile +1 -52
  8. data/SECURITY.md +9 -0
  9. data/docs/Acl.md +10 -0
  10. data/docs/AclApi.md +224 -0
  11. data/docs/AclEntry.md +13 -0
  12. data/docs/AclEntryApi.md +98 -0
  13. data/docs/AclEntryResponse.md +19 -0
  14. data/docs/AclEntryResponseAllOf.md +12 -0
  15. data/docs/AclResponse.md +16 -0
  16. data/docs/AclResponseAllOf.md +10 -0
  17. data/docs/ApexRedirect.md +17 -0
  18. data/docs/ApexRedirectAllOf.md +12 -0
  19. data/docs/ApexRedirectApi.md +184 -0
  20. data/docs/Backend.md +38 -0
  21. data/docs/BackendApi.md +336 -0
  22. data/docs/BackendResponse.md +44 -0
  23. data/docs/BackendResponseAllOf.md +10 -0
  24. data/docs/Billing.md +16 -0
  25. data/docs/BillingAddressApi.md +169 -0
  26. data/docs/BillingAddressAttributes.md +17 -0
  27. data/docs/BillingAddressRequest.md +10 -0
  28. data/docs/BillingAddressRequestData.md +11 -0
  29. data/docs/BillingAddressResponse.md +10 -0
  30. data/docs/BillingAddressResponseData.md +13 -0
  31. data/docs/BillingApi.md +136 -0
  32. data/docs/BillingEstimateResponse.md +17 -0
  33. data/docs/BillingEstimateResponseAllOf.md +10 -0
  34. data/docs/BillingEstimateResponseAllOfLine.md +18 -0
  35. data/docs/BillingEstimateResponseAllOfLines.md +10 -0
  36. data/docs/BillingResponse.md +17 -0
  37. data/docs/BillingResponseAllOf.md +10 -0
  38. data/docs/BillingResponseLineItem.md +29 -0
  39. data/docs/BillingResponseLineItemAllOf.md +26 -0
  40. data/docs/BillingStatus.md +11 -0
  41. data/docs/BillingTotal.md +25 -0
  42. data/docs/BillingTotalExtras.md +12 -0
  43. data/docs/BulkUpdateAclEntriesRequest.md +10 -0
  44. data/docs/BulkUpdateAclEntry.md +15 -0
  45. data/docs/BulkUpdateAclEntryAllOf.md +11 -0
  46. data/docs/BulkUpdateDictionaryItem.md +12 -0
  47. data/docs/BulkUpdateDictionaryItemAllOf.md +10 -0
  48. data/docs/BulkUpdateDictionaryListRequest.md +10 -0
  49. data/docs/BulkWafActiveRules.md +10 -0
  50. data/docs/CacheSetting.md +14 -0
  51. data/docs/CacheSettingResponse.md +19 -0
  52. data/docs/CacheSettingsApi.md +240 -0
  53. data/docs/Condition.md +16 -0
  54. data/docs/ConditionApi.md +248 -0
  55. data/docs/ConditionResponse.md +19 -0
  56. data/docs/Contact.md +15 -0
  57. data/docs/ContactApi.md +92 -0
  58. data/docs/ContactResponse.md +19 -0
  59. data/docs/ContactResponseAllOf.md +10 -0
  60. data/docs/Content.md +15 -0
  61. data/docs/Customer.md +33 -0
  62. data/docs/CustomerApi.md +247 -0
  63. data/docs/CustomerResponse.md +37 -0
  64. data/docs/CustomerResponseAllOf.md +10 -0
  65. data/docs/Dictionary.md +11 -0
  66. data/docs/DictionaryApi.md +228 -0
  67. data/docs/DictionaryInfoApi.md +56 -0
  68. data/docs/DictionaryInfoResponse.md +12 -0
  69. data/docs/DictionaryItem.md +11 -0
  70. data/docs/DictionaryItemApi.md +282 -0
  71. data/docs/DictionaryItemResponse.md +16 -0
  72. data/docs/DictionaryItemResponseAllOf.md +11 -0
  73. data/docs/DictionaryResponse.md +17 -0
  74. data/docs/DictionaryResponseAllOf.md +10 -0
  75. data/docs/DiffApi.md +58 -0
  76. data/docs/DiffResponse.md +13 -0
  77. data/docs/Director.md +17 -0
  78. data/docs/DirectorApi.md +194 -0
  79. data/docs/DirectorBackend.md +16 -0
  80. data/docs/DirectorBackendAllOf.md +11 -0
  81. data/docs/DirectorBackendApi.md +146 -0
  82. data/docs/DirectorResponse.md +22 -0
  83. data/docs/DocsApi.md +123 -0
  84. data/docs/Domain.md +11 -0
  85. data/docs/DomainApi.md +310 -0
  86. data/docs/DomainCheckItem.md +11 -0
  87. data/docs/DomainOwnershipsApi.md +47 -0
  88. data/docs/DomainResponse.md +16 -0
  89. data/docs/Event.md +12 -0
  90. data/docs/EventAttributes.md +18 -0
  91. data/docs/EventResponse.md +10 -0
  92. data/docs/EventsApi.md +102 -0
  93. data/docs/EventsResponse.md +12 -0
  94. data/docs/EventsResponseAllOf.md +10 -0
  95. data/docs/GenericTokenError.md +10 -0
  96. data/docs/Gzip.md +13 -0
  97. data/docs/GzipApi.md +236 -0
  98. data/docs/GzipResponse.md +18 -0
  99. data/docs/Header.md +21 -0
  100. data/docs/HeaderApi.md +268 -0
  101. data/docs/HeaderResponse.md +26 -0
  102. data/docs/Healthcheck.md +21 -0
  103. data/docs/HealthcheckApi.md +268 -0
  104. data/docs/HealthcheckResponse.md +26 -0
  105. data/docs/Historical.md +12 -0
  106. data/docs/HistoricalAggregateResponse.md +13 -0
  107. data/docs/HistoricalAggregateResponseAllOf.md +10 -0
  108. data/docs/HistoricalApi.md +397 -0
  109. data/docs/HistoricalFieldAggregateResponse.md +13 -0
  110. data/docs/HistoricalFieldAggregateResponseAllOf.md +10 -0
  111. data/docs/HistoricalFieldResponse.md +13 -0
  112. data/docs/HistoricalFieldResponseAllOf.md +10 -0
  113. data/docs/HistoricalMeta.md +13 -0
  114. data/docs/HistoricalRegionsResponse.md +13 -0
  115. data/docs/HistoricalRegionsResponseAllOf.md +10 -0
  116. data/docs/HistoricalResponse.md +13 -0
  117. data/docs/HistoricalResponseAllOf.md +10 -0
  118. data/docs/HistoricalUsageAggregateResponse.md +13 -0
  119. data/docs/HistoricalUsageMonthResponse.md +13 -0
  120. data/docs/HistoricalUsageMonthResponseAllOf.md +10 -0
  121. data/docs/HistoricalUsageMonthResponseAllOfData.md +12 -0
  122. data/docs/HistoricalUsageResults.md +12 -0
  123. data/docs/HistoricalUsageServiceResponse.md +13 -0
  124. data/docs/HistoricalUsageServiceResponseAllOf.md +10 -0
  125. data/docs/Http3.md +15 -0
  126. data/docs/Http3AllOf.md +10 -0
  127. data/docs/Http3Api.md +146 -0
  128. data/docs/IamPermission.md +16 -0
  129. data/docs/IamPermissionsApi.md +47 -0
  130. data/docs/IamRole.md +17 -0
  131. data/docs/IamRoleAllOf.md +15 -0
  132. data/docs/IamRolesApi.md +167 -0
  133. data/docs/IamServiceGroup.md +16 -0
  134. data/docs/IamServiceGroupAllOf.md +14 -0
  135. data/docs/IamServiceGroupsApi.md +171 -0
  136. data/docs/IamUserGroup.md +17 -0
  137. data/docs/IamUserGroupAllOf.md +15 -0
  138. data/docs/IamUserGroupsApi.md +255 -0
  139. data/docs/IncludedWithWafActiveRuleItem.md +13 -0
  140. data/docs/IncludedWithWafExclusionItem.md +12 -0
  141. data/docs/IncludedWithWafFirewallVersionItem.md +10 -0
  142. data/docs/IncludedWithWafRuleItem.md +12 -0
  143. data/docs/InlineResponse200.md +10 -0
  144. data/docs/InlineResponse2001.md +10 -0
  145. data/docs/Invitation.md +10 -0
  146. data/docs/InvitationData.md +12 -0
  147. data/docs/InvitationDataAttributes.md +13 -0
  148. data/docs/InvitationResponse.md +10 -0
  149. data/docs/InvitationResponseAllOf.md +10 -0
  150. data/docs/InvitationResponseData.md +13 -0
  151. data/docs/InvitationResponseDataAllOf.md +12 -0
  152. data/docs/InvitationsApi.md +129 -0
  153. data/docs/InvitationsResponse.md +12 -0
  154. data/docs/InvitationsResponseAllOf.md +10 -0
  155. data/docs/LoggingAddressAndPort.md +11 -0
  156. data/docs/LoggingAzureblob.md +25 -0
  157. data/docs/LoggingAzureblobAllOf.md +15 -0
  158. data/docs/LoggingAzureblobApi.md +284 -0
  159. data/docs/LoggingAzureblobResponse.md +30 -0
  160. data/docs/LoggingBigquery.md +20 -0
  161. data/docs/LoggingBigqueryAllOf.md +15 -0
  162. data/docs/LoggingBigqueryApi.md +264 -0
  163. data/docs/LoggingBigqueryResponse.md +25 -0
  164. data/docs/LoggingCloudfiles.md +25 -0
  165. data/docs/LoggingCloudfilesAllOf.md +15 -0
  166. data/docs/LoggingCloudfilesApi.md +284 -0
  167. data/docs/LoggingCloudfilesResponse.md +30 -0
  168. data/docs/LoggingCommon.md +14 -0
  169. data/docs/LoggingDatadog.md +16 -0
  170. data/docs/LoggingDatadogAllOf.md +12 -0
  171. data/docs/LoggingDatadogApi.md +248 -0
  172. data/docs/LoggingDatadogResponse.md +21 -0
  173. data/docs/LoggingDigitalocean.md +25 -0
  174. data/docs/LoggingDigitaloceanAllOf.md +15 -0
  175. data/docs/LoggingDigitaloceanApi.md +284 -0
  176. data/docs/LoggingDigitaloceanResponse.md +30 -0
  177. data/docs/LoggingElasticsearch.md +25 -0
  178. data/docs/LoggingElasticsearchAllOf.md +15 -0
  179. data/docs/LoggingElasticsearchApi.md +284 -0
  180. data/docs/LoggingElasticsearchResponse.md +30 -0
  181. data/docs/LoggingFormatVersion.md +9 -0
  182. data/docs/LoggingFtp.md +27 -0
  183. data/docs/LoggingFtpAllOf.md +17 -0
  184. data/docs/LoggingFtpApi.md +292 -0
  185. data/docs/LoggingFtpResponse.md +32 -0
  186. data/docs/LoggingGcs.md +24 -0
  187. data/docs/LoggingGcsAllOf.md +12 -0
  188. data/docs/LoggingGcsApi.md +280 -0
  189. data/docs/LoggingGcsCommon.md +11 -0
  190. data/docs/LoggingGcsResponse.md +29 -0
  191. data/docs/LoggingGenericCommon.md +14 -0
  192. data/docs/LoggingGooglePubsub.md +18 -0
  193. data/docs/LoggingGooglePubsubAllOf.md +12 -0
  194. data/docs/LoggingGooglePubsubResponse.md +23 -0
  195. data/docs/LoggingHeroku.md +16 -0
  196. data/docs/LoggingHerokuAllOf.md +11 -0
  197. data/docs/LoggingHerokuApi.md +248 -0
  198. data/docs/LoggingHerokuResponse.md +21 -0
  199. data/docs/LoggingHoneycomb.md +16 -0
  200. data/docs/LoggingHoneycombAllOf.md +12 -0
  201. data/docs/LoggingHoneycombApi.md +248 -0
  202. data/docs/LoggingHoneycombResponse.md +21 -0
  203. data/docs/LoggingHttps.md +27 -0
  204. data/docs/LoggingHttpsAllOf.md +19 -0
  205. data/docs/LoggingHttpsApi.md +292 -0
  206. data/docs/LoggingHttpsResponse.md +32 -0
  207. data/docs/LoggingKafka.md +28 -0
  208. data/docs/LoggingKafkaAllOf.md +19 -0
  209. data/docs/LoggingKafkaApi.md +216 -0
  210. data/docs/LoggingKafkaResponse.md +33 -0
  211. data/docs/LoggingKinesis.md +18 -0
  212. data/docs/LoggingKinesisApi.md +196 -0
  213. data/docs/LoggingKinesisResponse.md +23 -0
  214. data/docs/LoggingLogentries.md +18 -0
  215. data/docs/LoggingLogentriesAllOf.md +13 -0
  216. data/docs/LoggingLogentriesApi.md +256 -0
  217. data/docs/LoggingLogentriesResponse.md +23 -0
  218. data/docs/LoggingLoggly.md +15 -0
  219. data/docs/LoggingLogglyAllOf.md +10 -0
  220. data/docs/LoggingLogglyApi.md +244 -0
  221. data/docs/LoggingLogglyResponse.md +20 -0
  222. data/docs/LoggingLogshuttle.md +16 -0
  223. data/docs/LoggingLogshuttleAllOf.md +11 -0
  224. data/docs/LoggingLogshuttleApi.md +248 -0
  225. data/docs/LoggingLogshuttleResponse.md +21 -0
  226. data/docs/LoggingMessageType.md +9 -0
  227. data/docs/LoggingNewrelic.md +16 -0
  228. data/docs/LoggingNewrelicAllOf.md +12 -0
  229. data/docs/LoggingNewrelicApi.md +248 -0
  230. data/docs/LoggingNewrelicResponse.md +21 -0
  231. data/docs/LoggingOpenstack.md +25 -0
  232. data/docs/LoggingOpenstackAllOf.md +15 -0
  233. data/docs/LoggingOpenstackApi.md +284 -0
  234. data/docs/LoggingOpenstackResponse.md +30 -0
  235. data/docs/LoggingPapertrail.md +16 -0
  236. data/docs/LoggingPapertrailApi.md +248 -0
  237. data/docs/LoggingPapertrailResponse.md +21 -0
  238. data/docs/LoggingPlacement.md +9 -0
  239. data/docs/LoggingPubsubApi.md +256 -0
  240. data/docs/LoggingRequestCapsCommon.md +11 -0
  241. data/docs/LoggingS3.md +30 -0
  242. data/docs/LoggingS3AllOf.md +20 -0
  243. data/docs/LoggingS3Api.md +304 -0
  244. data/docs/LoggingS3Response.md +35 -0
  245. data/docs/LoggingScalyr.md +17 -0
  246. data/docs/LoggingScalyrAllOf.md +12 -0
  247. data/docs/LoggingScalyrApi.md +252 -0
  248. data/docs/LoggingScalyrResponse.md +22 -0
  249. data/docs/LoggingSftp.md +27 -0
  250. data/docs/LoggingSftpAllOf.md +16 -0
  251. data/docs/LoggingSftpApi.md +292 -0
  252. data/docs/LoggingSftpResponse.md +32 -0
  253. data/docs/LoggingSplunk.md +23 -0
  254. data/docs/LoggingSplunkAllOf.md +12 -0
  255. data/docs/LoggingSplunkApi.md +276 -0
  256. data/docs/LoggingSplunkResponse.md +28 -0
  257. data/docs/LoggingSumologic.md +16 -0
  258. data/docs/LoggingSumologicAllOf.md +11 -0
  259. data/docs/LoggingSumologicApi.md +248 -0
  260. data/docs/LoggingSumologicResponse.md +21 -0
  261. data/docs/LoggingSyslog.md +25 -0
  262. data/docs/LoggingSyslogAllOf.md +14 -0
  263. data/docs/LoggingSyslogApi.md +284 -0
  264. data/docs/LoggingSyslogResponse.md +30 -0
  265. data/docs/LoggingTlsCommon.md +13 -0
  266. data/docs/LoggingUseTls.md +9 -0
  267. data/docs/Package.md +10 -0
  268. data/docs/PackageApi.md +98 -0
  269. data/docs/PackageMetadata.md +15 -0
  270. data/docs/PackageResponse.md +16 -0
  271. data/docs/PackageResponseAllOf.md +10 -0
  272. data/docs/Pagination.md +11 -0
  273. data/docs/PaginationLinks.md +13 -0
  274. data/docs/PaginationMeta.md +13 -0
  275. data/docs/Permission.md +9 -0
  276. data/docs/Pool.md +30 -0
  277. data/docs/PoolAllOf.md +25 -0
  278. data/docs/PoolApi.md +304 -0
  279. data/docs/PoolResponse.md +36 -0
  280. data/docs/PoolResponseAllOf.md +10 -0
  281. data/docs/Pop.md +14 -0
  282. data/docs/PopApi.md +47 -0
  283. data/docs/PopCoordinates.md +13 -0
  284. data/docs/PublicIpList.md +11 -0
  285. data/docs/PublicIpListApi.md +47 -0
  286. data/docs/PurgeApi.md +178 -0
  287. data/docs/PurgeKeys.md +10 -0
  288. data/docs/PurgeResponse.md +11 -0
  289. data/docs/RateLimiter.md +21 -0
  290. data/docs/RateLimiterApi.md +130 -0
  291. data/docs/RateLimiterResponse.md +27 -0
  292. data/docs/RateLimiterResponse1.md +12 -0
  293. data/docs/RateLimiterResponseAllOf.md +10 -0
  294. data/docs/Realtime.md +12 -0
  295. data/docs/RealtimeApi.md +132 -0
  296. data/docs/RealtimeEntry.md +12 -0
  297. data/docs/RealtimeMeasurements.md +189 -0
  298. data/docs/RelationshipCommonName.md +10 -0
  299. data/docs/RelationshipCustomer.md +10 -0
  300. data/docs/RelationshipCustomerCustomer.md +10 -0
  301. data/docs/RelationshipMemberCustomer.md +11 -0
  302. data/docs/RelationshipMemberService.md +11 -0
  303. data/docs/RelationshipMemberServiceInvitation.md +11 -0
  304. data/docs/RelationshipMemberTlsActivation.md +11 -0
  305. data/docs/RelationshipMemberTlsBulkCertificate.md +11 -0
  306. data/docs/RelationshipMemberTlsCertificate.md +11 -0
  307. data/docs/RelationshipMemberTlsConfiguration.md +11 -0
  308. data/docs/RelationshipMemberTlsDnsRecord.md +11 -0
  309. data/docs/RelationshipMemberTlsDomain.md +11 -0
  310. data/docs/RelationshipMemberTlsPrivateKey.md +11 -0
  311. data/docs/RelationshipMemberTlsSubscription.md +11 -0
  312. data/docs/RelationshipMemberWafActiveRule.md +11 -0
  313. data/docs/RelationshipMemberWafFirewall.md +11 -0
  314. data/docs/RelationshipMemberWafFirewallVersion.md +11 -0
  315. data/docs/RelationshipMemberWafRule.md +11 -0
  316. data/docs/RelationshipMemberWafRuleRevision.md +11 -0
  317. data/docs/RelationshipMemberWafTag.md +11 -0
  318. data/docs/RelationshipService.md +10 -0
  319. data/docs/RelationshipServiceInvitations.md +10 -0
  320. data/docs/RelationshipServiceInvitationsCreate.md +10 -0
  321. data/docs/RelationshipServiceInvitationsCreateServiceInvitations.md +10 -0
  322. data/docs/RelationshipServiceInvitationsServiceInvitations.md +10 -0
  323. data/docs/RelationshipServiceService.md +10 -0
  324. data/docs/RelationshipServices.md +10 -0
  325. data/docs/RelationshipTlsActivation.md +10 -0
  326. data/docs/RelationshipTlsActivationTlsActivation.md +10 -0
  327. data/docs/RelationshipTlsActivations.md +10 -0
  328. data/docs/RelationshipTlsBulkCertificate.md +10 -0
  329. data/docs/RelationshipTlsBulkCertificateTlsBulkCertificate.md +10 -0
  330. data/docs/RelationshipTlsBulkCertificates.md +10 -0
  331. data/docs/RelationshipTlsCertificate.md +10 -0
  332. data/docs/RelationshipTlsCertificateTlsCertificate.md +10 -0
  333. data/docs/RelationshipTlsCertificates.md +10 -0
  334. data/docs/RelationshipTlsConfiguration.md +10 -0
  335. data/docs/RelationshipTlsConfigurationTlsConfiguration.md +10 -0
  336. data/docs/RelationshipTlsConfigurations.md +10 -0
  337. data/docs/RelationshipTlsDnsRecord.md +10 -0
  338. data/docs/RelationshipTlsDnsRecordDnsRecord.md +10 -0
  339. data/docs/RelationshipTlsDnsRecords.md +10 -0
  340. data/docs/RelationshipTlsDomain.md +10 -0
  341. data/docs/RelationshipTlsDomainTlsDomain.md +10 -0
  342. data/docs/RelationshipTlsDomains.md +10 -0
  343. data/docs/RelationshipTlsPrivateKey.md +10 -0
  344. data/docs/RelationshipTlsPrivateKeyTlsPrivateKey.md +10 -0
  345. data/docs/RelationshipTlsPrivateKeys.md +10 -0
  346. data/docs/RelationshipTlsSubscription.md +10 -0
  347. data/docs/RelationshipTlsSubscriptionTlsSubscription.md +10 -0
  348. data/docs/RelationshipTlsSubscriptions.md +10 -0
  349. data/docs/RelationshipUser.md +10 -0
  350. data/docs/RelationshipUserUser.md +10 -0
  351. data/docs/RelationshipUserUserData.md +11 -0
  352. data/docs/RelationshipWafActiveRules.md +10 -0
  353. data/docs/RelationshipWafActiveRulesWafActiveRules.md +10 -0
  354. data/docs/RelationshipWafFirewall.md +10 -0
  355. data/docs/RelationshipWafFirewallVersion.md +10 -0
  356. data/docs/RelationshipWafFirewallVersionWafFirewallVersion.md +10 -0
  357. data/docs/RelationshipWafFirewallVersions.md +10 -0
  358. data/docs/RelationshipWafFirewallWafFirewall.md +10 -0
  359. data/docs/RelationshipWafRule.md +10 -0
  360. data/docs/RelationshipWafRuleRevision.md +10 -0
  361. data/docs/RelationshipWafRuleRevisionWafRuleRevisions.md +10 -0
  362. data/docs/RelationshipWafRuleRevisions.md +10 -0
  363. data/docs/RelationshipWafRuleWafRule.md +10 -0
  364. data/docs/RelationshipWafRules.md +10 -0
  365. data/docs/RelationshipWafTags.md +10 -0
  366. data/docs/RelationshipWafTagsWafTags.md +10 -0
  367. data/docs/RelationshipsForInvitation.md +11 -0
  368. data/docs/RelationshipsForStar.md +11 -0
  369. data/docs/RelationshipsForTlsActivation.md +10 -0
  370. data/docs/RelationshipsForTlsBulkCertificate.md +11 -0
  371. data/docs/RelationshipsForTlsConfiguration.md +10 -0
  372. data/docs/RelationshipsForTlsDomain.md +11 -0
  373. data/docs/RelationshipsForTlsPrivateKey.md +11 -0
  374. data/docs/RelationshipsForTlsSubscription.md +12 -0
  375. data/docs/RelationshipsForWafActiveRule.md +11 -0
  376. data/docs/RelationshipsForWafExclusion.md +11 -0
  377. data/docs/RelationshipsForWafFirewallVersion.md +11 -0
  378. data/docs/RelationshipsForWafRule.md +11 -0
  379. data/docs/RequestSettings.md +21 -0
  380. data/docs/RequestSettingsApi.md +204 -0
  381. data/docs/RequestSettingsResponse.md +26 -0
  382. data/docs/Resource.md +10 -0
  383. data/docs/ResourceApi.md +226 -0
  384. data/docs/ResourceCreate.md +11 -0
  385. data/docs/ResourceCreateAllOf.md +10 -0
  386. data/docs/ResourceResponse.md +19 -0
  387. data/docs/ResourceResponseAllOf.md +14 -0
  388. data/docs/ResponseObject.md +16 -0
  389. data/docs/ResponseObjectApi.md +138 -0
  390. data/docs/ResponseObjectResponse.md +21 -0
  391. data/docs/Results.md +187 -0
  392. data/docs/RoleUser.md +9 -0
  393. data/docs/SchemasContactResponse.md +19 -0
  394. data/docs/SchemasSnippetResponse.md +20 -0
  395. data/docs/SchemasUserResponse.md +23 -0
  396. data/docs/SchemasVclResponse.md +17 -0
  397. data/docs/SchemasVersion.md +16 -0
  398. data/docs/SchemasVersionResponse.md +20 -0
  399. data/docs/SchemasWafFirewallVersion.md +10 -0
  400. data/docs/SchemasWafFirewallVersionData.md +11 -0
  401. data/docs/Server.md +16 -0
  402. data/docs/ServerApi.md +248 -0
  403. data/docs/ServerResponse.md +22 -0
  404. data/docs/ServerResponseAllOf.md +12 -0
  405. data/docs/Service.md +12 -0
  406. data/docs/ServiceApi.md +338 -0
  407. data/docs/ServiceAuthorization.md +10 -0
  408. data/docs/ServiceAuthorizationData.md +12 -0
  409. data/docs/ServiceAuthorizationDataAttributes.md +10 -0
  410. data/docs/ServiceAuthorizationResponse.md +10 -0
  411. data/docs/ServiceAuthorizationResponseData.md +13 -0
  412. data/docs/ServiceAuthorizationResponseDataAllOf.md +11 -0
  413. data/docs/ServiceAuthorizationsApi.md +207 -0
  414. data/docs/ServiceAuthorizationsResponse.md +12 -0
  415. data/docs/ServiceAuthorizationsResponseAllOf.md +10 -0
  416. data/docs/ServiceCreate.md +13 -0
  417. data/docs/ServiceCreateAllOf.md +10 -0
  418. data/docs/ServiceDetail.md +22 -0
  419. data/docs/ServiceDetailAllOf.md +11 -0
  420. data/docs/ServiceIdAndVersion.md +11 -0
  421. data/docs/ServiceInvitation.md +10 -0
  422. data/docs/ServiceInvitationData.md +12 -0
  423. data/docs/ServiceInvitationDataAttributes.md +10 -0
  424. data/docs/ServiceInvitationResponse.md +10 -0
  425. data/docs/ServiceInvitationResponseAllOf.md +10 -0
  426. data/docs/ServiceInvitationResponseAllOfData.md +11 -0
  427. data/docs/ServiceListResponse.md +19 -0
  428. data/docs/ServiceListResponseAllOf.md +12 -0
  429. data/docs/ServiceResponse.md +20 -0
  430. data/docs/ServiceResponseAllOf.md +13 -0
  431. data/docs/ServiceVersionDetail.md +34 -0
  432. data/docs/ServiceVersionDetailOrNull.md +34 -0
  433. data/docs/Settings.md +13 -0
  434. data/docs/SettingsApi.md +54 -0
  435. data/docs/SettingsResponse.md +15 -0
  436. data/docs/Snippet.md +14 -0
  437. data/docs/SnippetApi.md +278 -0
  438. data/docs/SnippetResponse.md +20 -0
  439. data/docs/SnippetResponseAllOf.md +10 -0
  440. data/docs/Star.md +10 -0
  441. data/docs/StarApi.md +160 -0
  442. data/docs/StarData.md +11 -0
  443. data/docs/StarResponse.md +10 -0
  444. data/docs/StarResponseAllOf.md +10 -0
  445. data/docs/Stats.md +10 -0
  446. data/docs/StatsApi.md +60 -0
  447. data/docs/Timestamps.md +12 -0
  448. data/docs/TimestampsNoDelete.md +11 -0
  449. data/docs/TlsActivation.md +10 -0
  450. data/docs/TlsActivationData.md +11 -0
  451. data/docs/TlsActivationResponse.md +10 -0
  452. data/docs/TlsActivationResponseData.md +13 -0
  453. data/docs/TlsActivationResponseDataAllOf.md +11 -0
  454. data/docs/TlsActivationsApi.md +217 -0
  455. data/docs/TlsActivationsResponse.md +12 -0
  456. data/docs/TlsActivationsResponseAllOf.md +10 -0
  457. data/docs/TlsBulkCertificate.md +10 -0
  458. data/docs/TlsBulkCertificateData.md +12 -0
  459. data/docs/TlsBulkCertificateDataAttributes.md +12 -0
  460. data/docs/TlsBulkCertificateResponse.md +10 -0
  461. data/docs/TlsBulkCertificateResponseAttributes.md +15 -0
  462. data/docs/TlsBulkCertificateResponseAttributesAllOf.md +12 -0
  463. data/docs/TlsBulkCertificateResponseData.md +13 -0
  464. data/docs/TlsBulkCertificateResponseDataAllOf.md +11 -0
  465. data/docs/TlsBulkCertificatesApi.md +211 -0
  466. data/docs/TlsBulkCertificatesResponse.md +12 -0
  467. data/docs/TlsBulkCertificatesResponseAllOf.md +10 -0
  468. data/docs/TlsCertificate.md +10 -0
  469. data/docs/TlsCertificateData.md +12 -0
  470. data/docs/TlsCertificateDataAttributes.md +11 -0
  471. data/docs/TlsCertificateResponse.md +10 -0
  472. data/docs/TlsCertificateResponseAttributes.md +19 -0
  473. data/docs/TlsCertificateResponseAttributesAllOf.md +16 -0
  474. data/docs/TlsCertificateResponseData.md +13 -0
  475. data/docs/TlsCertificateResponseDataAllOf.md +11 -0
  476. data/docs/TlsCertificatesApi.md +215 -0
  477. data/docs/TlsCertificatesResponse.md +12 -0
  478. data/docs/TlsCertificatesResponseAllOf.md +10 -0
  479. data/docs/TlsCommon.md +14 -0
  480. data/docs/TlsConfiguration.md +10 -0
  481. data/docs/TlsConfigurationData.md +12 -0
  482. data/docs/TlsConfigurationDataAttributes.md +10 -0
  483. data/docs/TlsConfigurationResponse.md +10 -0
  484. data/docs/TlsConfigurationResponseAttributes.md +16 -0
  485. data/docs/TlsConfigurationResponseAttributesAllOf.md +13 -0
  486. data/docs/TlsConfigurationResponseData.md +13 -0
  487. data/docs/TlsConfigurationResponseDataAllOf.md +11 -0
  488. data/docs/TlsConfigurationsApi.md +138 -0
  489. data/docs/TlsConfigurationsResponse.md +12 -0
  490. data/docs/TlsConfigurationsResponseAllOf.md +10 -0
  491. data/docs/TlsDnsRecord.md +12 -0
  492. data/docs/TlsDomainData.md +12 -0
  493. data/docs/TlsDomainsApi.md +64 -0
  494. data/docs/TlsDomainsResponse.md +12 -0
  495. data/docs/TlsDomainsResponseAllOf.md +10 -0
  496. data/docs/TlsPrivateKey.md +10 -0
  497. data/docs/TlsPrivateKeyData.md +12 -0
  498. data/docs/TlsPrivateKeyDataAttributes.md +11 -0
  499. data/docs/TlsPrivateKeyResponse.md +10 -0
  500. data/docs/TlsPrivateKeyResponseAttributes.md +17 -0
  501. data/docs/TlsPrivateKeyResponseAttributesAllOf.md +14 -0
  502. data/docs/TlsPrivateKeyResponseData.md +12 -0
  503. data/docs/TlsPrivateKeysApi.md +169 -0
  504. data/docs/TlsPrivateKeysResponse.md +12 -0
  505. data/docs/TlsPrivateKeysResponseAllOf.md +10 -0
  506. data/docs/TlsSubscription.md +10 -0
  507. data/docs/TlsSubscriptionData.md +12 -0
  508. data/docs/TlsSubscriptionDataAttributes.md +10 -0
  509. data/docs/TlsSubscriptionResponse.md +10 -0
  510. data/docs/TlsSubscriptionResponseAttributes.md +13 -0
  511. data/docs/TlsSubscriptionResponseAttributesAllOf.md +10 -0
  512. data/docs/TlsSubscriptionResponseData.md +11 -0
  513. data/docs/TlsSubscriptionResponseDataAllOf.md +11 -0
  514. data/docs/TlsSubscriptionsApi.md +306 -0
  515. data/docs/TlsSubscriptionsResponse.md +12 -0
  516. data/docs/TlsSubscriptionsResponseAllOf.md +10 -0
  517. data/docs/Token.md +12 -0
  518. data/docs/TokenCreatedResponse.md +22 -0
  519. data/docs/TokenCreatedResponseAllOf.md +10 -0
  520. data/docs/TokenResponse.md +21 -0
  521. data/docs/TokenResponseAllOf.md +16 -0
  522. data/docs/TokensApi.md +187 -0
  523. data/docs/TypeBillingAddress.md +9 -0
  524. data/docs/TypeContact.md +9 -0
  525. data/docs/TypeCustomer.md +9 -0
  526. data/docs/TypeEvent.md +9 -0
  527. data/docs/TypeInvitation.md +9 -0
  528. data/docs/TypeResource.md +9 -0
  529. data/docs/TypeService.md +9 -0
  530. data/docs/TypeServiceAuthorization.md +9 -0
  531. data/docs/TypeServiceInvitation.md +9 -0
  532. data/docs/TypeStar.md +9 -0
  533. data/docs/TypeTlsActivation.md +9 -0
  534. data/docs/TypeTlsBulkCertificate.md +9 -0
  535. data/docs/TypeTlsCertificate.md +9 -0
  536. data/docs/TypeTlsConfiguration.md +9 -0
  537. data/docs/TypeTlsDnsRecord.md +9 -0
  538. data/docs/TypeTlsDomain.md +9 -0
  539. data/docs/TypeTlsPrivateKey.md +9 -0
  540. data/docs/TypeTlsSubscription.md +9 -0
  541. data/docs/TypeUser.md +9 -0
  542. data/docs/TypeWafActiveRule.md +9 -0
  543. data/docs/TypeWafExclusion.md +9 -0
  544. data/docs/TypeWafFirewall.md +9 -0
  545. data/docs/TypeWafFirewallVersion.md +9 -0
  546. data/docs/TypeWafRule.md +9 -0
  547. data/docs/TypeWafRuleRevision.md +9 -0
  548. data/docs/TypeWafTag.md +9 -0
  549. data/docs/UpdateBillingAddressRequest.md +10 -0
  550. data/docs/UpdateBillingAddressRequestData.md +12 -0
  551. data/docs/User.md +17 -0
  552. data/docs/UserApi.md +307 -0
  553. data/docs/UserResponse.md +23 -0
  554. data/docs/UserResponseAllOf.md +12 -0
  555. data/docs/Vcl.md +12 -0
  556. data/docs/VclApi.md +478 -0
  557. data/docs/VclDiff.md +13 -0
  558. data/docs/VclDiffApi.md +58 -0
  559. data/docs/VclResponse.md +17 -0
  560. data/docs/Version.md +16 -0
  561. data/docs/VersionApi.md +384 -0
  562. data/docs/VersionCreateResponse.md +11 -0
  563. data/docs/VersionDetail.md +23 -0
  564. data/docs/VersionResponse.md +20 -0
  565. data/docs/VersionResponseAllOf.md +10 -0
  566. data/docs/WafActiveRule.md +10 -0
  567. data/docs/WafActiveRuleCreationResponse.md +49 -0
  568. data/docs/WafActiveRuleData.md +12 -0
  569. data/docs/WafActiveRuleDataAttributes.md +12 -0
  570. data/docs/WafActiveRuleResponse.md +10 -0
  571. data/docs/WafActiveRuleResponseData.md +13 -0
  572. data/docs/WafActiveRuleResponseDataAllOf.md +12 -0
  573. data/docs/WafActiveRuleResponseDataAttributes.md +14 -0
  574. data/docs/WafActiveRuleResponseDataAttributesAllOf.md +11 -0
  575. data/docs/WafActiveRuleResponseDataRelationships.md +11 -0
  576. data/docs/WafActiveRulesApi.md +323 -0
  577. data/docs/WafActiveRulesResponse.md +13 -0
  578. data/docs/WafActiveRulesResponseAllOf.md +11 -0
  579. data/docs/WafExclusion.md +10 -0
  580. data/docs/WafExclusionData.md +12 -0
  581. data/docs/WafExclusionDataAttributes.md +15 -0
  582. data/docs/WafExclusionResponse.md +10 -0
  583. data/docs/WafExclusionResponseData.md +13 -0
  584. data/docs/WafExclusionResponseDataAllOf.md +12 -0
  585. data/docs/WafExclusionResponseDataAttributes.md +18 -0
  586. data/docs/WafExclusionResponseDataAttributesAllOf.md +15 -0
  587. data/docs/WafExclusionResponseDataRelationships.md +11 -0
  588. data/docs/WafExclusionsApi.md +235 -0
  589. data/docs/WafExclusionsResponse.md +13 -0
  590. data/docs/WafExclusionsResponseAllOf.md +11 -0
  591. data/docs/WafFirewall.md +10 -0
  592. data/docs/WafFirewallData.md +11 -0
  593. data/docs/WafFirewallDataAttributes.md +13 -0
  594. data/docs/WafFirewallResponse.md +11 -0
  595. data/docs/WafFirewallResponseData.md +13 -0
  596. data/docs/WafFirewallResponseDataAllOf.md +12 -0
  597. data/docs/WafFirewallResponseDataAttributes.md +21 -0
  598. data/docs/WafFirewallResponseDataAttributesAllOf.md +18 -0
  599. data/docs/WafFirewallVersion.md +10 -0
  600. data/docs/WafFirewallVersionData.md +11 -0
  601. data/docs/WafFirewallVersionDataAttributes.md +40 -0
  602. data/docs/WafFirewallVersionResponse.md +11 -0
  603. data/docs/WafFirewallVersionResponseData.md +13 -0
  604. data/docs/WafFirewallVersionResponseDataAllOf.md +12 -0
  605. data/docs/WafFirewallVersionResponseDataAttributes.md +24 -0
  606. data/docs/WafFirewallVersionResponseDataAttributesAllOf.md +21 -0
  607. data/docs/WafFirewallVersionsApi.md +262 -0
  608. data/docs/WafFirewallVersionsResponse.md +13 -0
  609. data/docs/WafFirewallVersionsResponseAllOf.md +11 -0
  610. data/docs/WafFirewallsApi.md +219 -0
  611. data/docs/WafFirewallsResponse.md +13 -0
  612. data/docs/WafFirewallsResponseAllOf.md +11 -0
  613. data/docs/WafRule.md +12 -0
  614. data/docs/WafRuleAttributes.md +12 -0
  615. data/docs/WafRuleResponse.md +11 -0
  616. data/docs/WafRuleResponseData.md +13 -0
  617. data/docs/WafRuleResponseDataAllOf.md +10 -0
  618. data/docs/WafRuleRevision.md +12 -0
  619. data/docs/WafRuleRevisionAttributes.md +17 -0
  620. data/docs/WafRuleRevisionOrLatest.md +49 -0
  621. data/docs/WafRuleRevisionResponse.md +11 -0
  622. data/docs/WafRuleRevisionResponseData.md +13 -0
  623. data/docs/WafRuleRevisionResponseDataAllOf.md +10 -0
  624. data/docs/WafRuleRevisionsApi.md +100 -0
  625. data/docs/WafRuleRevisionsResponse.md +13 -0
  626. data/docs/WafRuleRevisionsResponseAllOf.md +11 -0
  627. data/docs/WafRulesApi.md +104 -0
  628. data/docs/WafRulesResponse.md +13 -0
  629. data/docs/WafRulesResponseAllOf.md +11 -0
  630. data/docs/WafTag.md +12 -0
  631. data/docs/WafTagAttributes.md +10 -0
  632. data/docs/WafTagsApi.md +58 -0
  633. data/docs/WafTagsResponse.md +13 -0
  634. data/docs/WafTagsResponseAllOf.md +11 -0
  635. data/docs/WafTagsResponseDataItem.md +13 -0
  636. data/fastly.gemspec +28 -14
  637. data/lib/fastly/api/acl_api.rb +407 -0
  638. data/lib/fastly/api/acl_entry_api.rb +174 -0
  639. data/lib/fastly/api/apex_redirect_api.rb +320 -0
  640. data/lib/fastly/api/backend_api.rb +575 -0
  641. data/lib/fastly/api/billing_address_api.rb +284 -0
  642. data/lib/fastly/api/billing_api.rb +229 -0
  643. data/lib/fastly/api/cache_settings_api.rb +439 -0
  644. data/lib/fastly/api/condition_api.rb +451 -0
  645. data/lib/fastly/api/contact_api.rb +153 -0
  646. data/lib/fastly/api/customer_api.rb +409 -0
  647. data/lib/fastly/api/dictionary_api.rb +413 -0
  648. data/lib/fastly/api/dictionary_info_api.rb +97 -0
  649. data/lib/fastly/api/dictionary_item_api.rb +525 -0
  650. data/lib/fastly/api/diff_api.rb +104 -0
  651. data/lib/fastly/api/director_api.rb +355 -0
  652. data/lib/fastly/api/director_backend_api.rb +272 -0
  653. data/lib/fastly/api/docs_api.rb +210 -0
  654. data/lib/fastly/api/domain_api.rb +560 -0
  655. data/lib/fastly/api/domain_ownerships_api.rb +76 -0
  656. data/lib/fastly/api/events_api.rb +172 -0
  657. data/lib/fastly/api/gzip_api.rb +425 -0
  658. data/lib/fastly/api/header_api.rb +489 -0
  659. data/lib/fastly/api/healthcheck_api.rb +473 -0
  660. data/lib/fastly/api/historical_api.rb +673 -0
  661. data/lib/fastly/api/http3_api.rb +257 -0
  662. data/lib/fastly/api/iam_permissions_api.rb +76 -0
  663. data/lib/fastly/api/iam_roles_api.rb +277 -0
  664. data/lib/fastly/api/iam_service_groups_api.rb +291 -0
  665. data/lib/fastly/api/iam_user_groups_api.rb +445 -0
  666. data/lib/fastly/api/invitations_api.rb +214 -0
  667. data/lib/fastly/api/logging_azureblob_api.rb +537 -0
  668. data/lib/fastly/api/logging_bigquery_api.rb +483 -0
  669. data/lib/fastly/api/logging_cloudfiles_api.rb +537 -0
  670. data/lib/fastly/api/logging_datadog_api.rb +467 -0
  671. data/lib/fastly/api/logging_digitalocean_api.rb +529 -0
  672. data/lib/fastly/api/logging_elasticsearch_api.rb +513 -0
  673. data/lib/fastly/api/logging_ftp_api.rb +541 -0
  674. data/lib/fastly/api/logging_gcs_api.rb +523 -0
  675. data/lib/fastly/api/logging_heroku_api.rb +459 -0
  676. data/lib/fastly/api/logging_honeycomb_api.rb +459 -0
  677. data/lib/fastly/api/logging_https_api.rb +541 -0
  678. data/lib/fastly/api/logging_kafka_api.rb +396 -0
  679. data/lib/fastly/api/logging_kinesis_api.rb +350 -0
  680. data/lib/fastly/api/logging_logentries_api.rb +479 -0
  681. data/lib/fastly/api/logging_loggly_api.rb +453 -0
  682. data/lib/fastly/api/logging_logshuttle_api.rb +459 -0
  683. data/lib/fastly/api/logging_newrelic_api.rb +467 -0
  684. data/lib/fastly/api/logging_openstack_api.rb +529 -0
  685. data/lib/fastly/api/logging_papertrail_api.rb +459 -0
  686. data/lib/fastly/api/logging_pubsub_api.rb +471 -0
  687. data/lib/fastly/api/logging_s3_api.rb +559 -0
  688. data/lib/fastly/api/logging_scalyr_api.rb +473 -0
  689. data/lib/fastly/api/logging_sftp_api.rb +541 -0
  690. data/lib/fastly/api/logging_splunk_api.rb +501 -0
  691. data/lib/fastly/api/logging_sumologic_api.rb +459 -0
  692. data/lib/fastly/api/logging_syslog_api.rb +513 -0
  693. data/lib/fastly/api/package_api.rb +171 -0
  694. data/lib/fastly/api/pool_api.rb +559 -0
  695. data/lib/fastly/api/pop_api.rb +76 -0
  696. data/lib/fastly/api/public_ip_list_api.rb +76 -0
  697. data/lib/fastly/api/purge_api.rb +299 -0
  698. data/lib/fastly/api/rate_limiter_api.rb +216 -0
  699. data/lib/fastly/api/realtime_api.rb +223 -0
  700. data/lib/fastly/api/request_settings_api.rb +370 -0
  701. data/lib/fastly/api/resource_api.rb +410 -0
  702. data/lib/fastly/api/response_object_api.rb +244 -0
  703. data/lib/fastly/api/server_api.rb +459 -0
  704. data/lib/fastly/api/service_api.rb +577 -0
  705. data/lib/fastly/api/service_authorizations_api.rb +347 -0
  706. data/lib/fastly/api/settings_api.rb +90 -0
  707. data/lib/fastly/api/snippet_api.rb +510 -0
  708. data/lib/fastly/api/star_api.rb +263 -0
  709. data/lib/fastly/api/stats_api.rb +95 -0
  710. data/lib/fastly/api/tls_activations_api.rb +362 -0
  711. data/lib/fastly/api/tls_bulk_certificates_api.rb +357 -0
  712. data/lib/fastly/api/tls_certificates_api.rb +363 -0
  713. data/lib/fastly/api/tls_configurations_api.rb +232 -0
  714. data/lib/fastly/api/tls_domains_api.rb +109 -0
  715. data/lib/fastly/api/tls_private_keys_api.rb +280 -0
  716. data/lib/fastly/api/tls_subscriptions_api.rb +527 -0
  717. data/lib/fastly/api/tokens_api.rb +314 -0
  718. data/lib/fastly/api/user_api.rb +509 -0
  719. data/lib/fastly/api/vcl_api.rb +863 -0
  720. data/lib/fastly/api/vcl_diff_api.rb +104 -0
  721. data/lib/fastly/api/version_api.rb +662 -0
  722. data/lib/fastly/api/waf_active_rules_api.rb +592 -0
  723. data/lib/fastly/api/waf_exclusions_api.rb +433 -0
  724. data/lib/fastly/api/waf_firewall_versions_api.rb +460 -0
  725. data/lib/fastly/api/waf_firewalls_api.rb +377 -0
  726. data/lib/fastly/api/waf_rule_revisions_api.rb +177 -0
  727. data/lib/fastly/api/waf_rules_api.rb +171 -0
  728. data/lib/fastly/api/waf_tags_api.rb +100 -0
  729. data/lib/fastly/api_client.rb +388 -0
  730. data/lib/fastly/api_error.rb +55 -0
  731. data/lib/fastly/configuration.rb +319 -0
  732. data/lib/fastly/models/acl.rb +217 -0
  733. data/lib/fastly/models/acl_entry.rb +285 -0
  734. data/lib/fastly/models/acl_entry_response.rb +357 -0
  735. data/lib/fastly/models/acl_entry_response_all_of.rb +237 -0
  736. data/lib/fastly/models/acl_response.rb +290 -0
  737. data/lib/fastly/models/acl_response_all_of.rb +217 -0
  738. data/lib/fastly/models/apex_redirect.rb +365 -0
  739. data/lib/fastly/models/apex_redirect_all_of.rb +303 -0
  740. data/lib/fastly/models/backend.rb +516 -0
  741. data/lib/fastly/models/backend_response.rb +589 -0
  742. data/lib/fastly/models/backend_response_all_of.rb +217 -0
  743. data/lib/fastly/models/billing.rb +278 -0
  744. data/lib/fastly/models/billing_address_attributes.rb +322 -0
  745. data/lib/fastly/models/billing_address_request.rb +216 -0
  746. data/lib/fastly/models/billing_address_request_data.rb +227 -0
  747. data/lib/fastly/models/billing_address_response.rb +216 -0
  748. data/lib/fastly/models/billing_address_response_data.rb +246 -0
  749. data/lib/fastly/models/billing_estimate_response.rb +297 -0
  750. data/lib/fastly/models/billing_estimate_response_all_of.rb +218 -0
  751. data/lib/fastly/models/billing_estimate_response_all_of_line.rb +288 -0
  752. data/lib/fastly/models/billing_estimate_response_all_of_lines.rb +216 -0
  753. data/lib/fastly/models/billing_response.rb +297 -0
  754. data/lib/fastly/models/billing_response_all_of.rb +218 -0
  755. data/lib/fastly/models/billing_response_line_item.rb +407 -0
  756. data/lib/fastly/models/billing_response_line_item_all_of.rb +366 -0
  757. data/lib/fastly/models/billing_status.rb +261 -0
  758. data/lib/fastly/models/billing_total.rb +370 -0
  759. data/lib/fastly/models/billing_total_extras.rb +237 -0
  760. data/lib/fastly/models/bulk_update_acl_entries_request.rb +218 -0
  761. data/lib/fastly/models/bulk_update_acl_entry.rb +324 -0
  762. data/lib/fastly/models/bulk_update_acl_entry_all_of.rb +260 -0
  763. data/lib/fastly/models/bulk_update_dictionary_item.rb +278 -0
  764. data/lib/fastly/models/bulk_update_dictionary_item_all_of.rb +250 -0
  765. data/lib/fastly/models/bulk_update_dictionary_list_request.rb +218 -0
  766. data/lib/fastly/models/bulk_waf_active_rules.rb +218 -0
  767. data/lib/fastly/models/cache_setting.rb +293 -0
  768. data/lib/fastly/models/cache_setting_response.rb +355 -0
  769. data/lib/fastly/models/condition.rb +314 -0
  770. data/lib/fastly/models/condition_response.rb +355 -0
  771. data/lib/fastly/models/contact.rb +306 -0
  772. data/lib/fastly/models/contact_response.rb +358 -0
  773. data/lib/fastly/models/contact_response_all_of.rb +217 -0
  774. data/lib/fastly/models/content.rb +261 -0
  775. data/lib/fastly/models/customer.rb +488 -0
  776. data/lib/fastly/models/customer_response.rb +540 -0
  777. data/lib/fastly/models/customer_response_all_of.rb +217 -0
  778. data/lib/fastly/models/dictionary.rb +229 -0
  779. data/lib/fastly/models/dictionary_info_response.rb +237 -0
  780. data/lib/fastly/models/dictionary_item.rb +227 -0
  781. data/lib/fastly/models/dictionary_item_response.rb +289 -0
  782. data/lib/fastly/models/dictionary_item_response_all_of.rb +227 -0
  783. data/lib/fastly/models/dictionary_response.rb +302 -0
  784. data/lib/fastly/models/dictionary_response_all_of.rb +217 -0
  785. data/lib/fastly/models/diff_response.rb +247 -0
  786. data/lib/fastly/models/director.rb +357 -0
  787. data/lib/fastly/models/director_backend.rb +289 -0
  788. data/lib/fastly/models/director_backend_all_of.rb +227 -0
  789. data/lib/fastly/models/director_response.rb +419 -0
  790. data/lib/fastly/models/domain.rb +228 -0
  791. data/lib/fastly/models/domain_check_item.rb +249 -0
  792. data/lib/fastly/models/domain_response.rb +290 -0
  793. data/lib/fastly/models/event.rb +237 -0
  794. data/lib/fastly/models/event_attributes.rb +332 -0
  795. data/lib/fastly/models/event_response.rb +216 -0
  796. data/lib/fastly/models/events_response.rb +244 -0
  797. data/lib/fastly/models/events_response_all_of.rb +218 -0
  798. data/lib/fastly/models/generic_token_error.rb +216 -0
  799. data/lib/fastly/models/gzip.rb +250 -0
  800. data/lib/fastly/models/gzip_response.rb +312 -0
  801. data/lib/fastly/models/header.rb +381 -0
  802. data/lib/fastly/models/header_response.rb +443 -0
  803. data/lib/fastly/models/healthcheck.rb +328 -0
  804. data/lib/fastly/models/healthcheck_response.rb +390 -0
  805. data/lib/fastly/models/historical.rb +237 -0
  806. data/lib/fastly/models/historical_aggregate_response.rb +256 -0
  807. data/lib/fastly/models/historical_aggregate_response_all_of.rb +218 -0
  808. data/lib/fastly/models/historical_field_aggregate_response.rb +256 -0
  809. data/lib/fastly/models/historical_field_aggregate_response_all_of.rb +218 -0
  810. data/lib/fastly/models/historical_field_response.rb +256 -0
  811. data/lib/fastly/models/historical_field_response_all_of.rb +218 -0
  812. data/lib/fastly/models/historical_meta.rb +244 -0
  813. data/lib/fastly/models/historical_regions_response.rb +256 -0
  814. data/lib/fastly/models/historical_regions_response_all_of.rb +218 -0
  815. data/lib/fastly/models/historical_response.rb +256 -0
  816. data/lib/fastly/models/historical_response_all_of.rb +218 -0
  817. data/lib/fastly/models/historical_usage_aggregate_response.rb +254 -0
  818. data/lib/fastly/models/historical_usage_month_response.rb +254 -0
  819. data/lib/fastly/models/historical_usage_month_response_all_of.rb +216 -0
  820. data/lib/fastly/models/historical_usage_month_response_all_of_data.rb +237 -0
  821. data/lib/fastly/models/historical_usage_results.rb +234 -0
  822. data/lib/fastly/models/historical_usage_service_response.rb +254 -0
  823. data/lib/fastly/models/historical_usage_service_response_all_of.rb +216 -0
  824. data/lib/fastly/models/http3.rb +294 -0
  825. data/lib/fastly/models/http3_all_of.rb +232 -0
  826. data/lib/fastly/models/iam_permission.rb +277 -0
  827. data/lib/fastly/models/iam_role.rb +297 -0
  828. data/lib/fastly/models/iam_role_all_of.rb +267 -0
  829. data/lib/fastly/models/iam_service_group.rb +287 -0
  830. data/lib/fastly/models/iam_service_group_all_of.rb +257 -0
  831. data/lib/fastly/models/iam_user_group.rb +297 -0
  832. data/lib/fastly/models/iam_user_group_all_of.rb +267 -0
  833. data/lib/fastly/models/included_with_waf_active_rule_item.rb +266 -0
  834. data/lib/fastly/models/included_with_waf_exclusion_item.rb +257 -0
  835. data/lib/fastly/models/included_with_waf_firewall_version_item.rb +236 -0
  836. data/lib/fastly/models/included_with_waf_rule_item.rb +257 -0
  837. data/lib/fastly/models/inline_response200.rb +217 -0
  838. data/lib/fastly/models/inline_response2001.rb +217 -0
  839. data/lib/fastly/models/invitation.rb +216 -0
  840. data/lib/fastly/models/invitation_data.rb +236 -0
  841. data/lib/fastly/models/invitation_data_attributes.rb +280 -0
  842. data/lib/fastly/models/invitation_response.rb +224 -0
  843. data/lib/fastly/models/invitation_response_all_of.rb +216 -0
  844. data/lib/fastly/models/invitation_response_data.rb +254 -0
  845. data/lib/fastly/models/invitation_response_data_all_of.rb +235 -0
  846. data/lib/fastly/models/invitations_response.rb +244 -0
  847. data/lib/fastly/models/invitations_response_all_of.rb +218 -0
  848. data/lib/fastly/models/logging_address_and_port.rb +229 -0
  849. data/lib/fastly/models/logging_azureblob.rb +480 -0
  850. data/lib/fastly/models/logging_azureblob_all_of.rb +288 -0
  851. data/lib/fastly/models/logging_azureblob_response.rb +533 -0
  852. data/lib/fastly/models/logging_bigquery.rb +377 -0
  853. data/lib/fastly/models/logging_bigquery_all_of.rb +268 -0
  854. data/lib/fastly/models/logging_bigquery_response.rb +430 -0
  855. data/lib/fastly/models/logging_cloudfiles.rb +478 -0
  856. data/lib/fastly/models/logging_cloudfiles_all_of.rb +308 -0
  857. data/lib/fastly/models/logging_cloudfiles_response.rb +531 -0
  858. data/lib/fastly/models/logging_common.rb +309 -0
  859. data/lib/fastly/models/logging_datadog.rb +351 -0
  860. data/lib/fastly/models/logging_datadog_all_of.rb +275 -0
  861. data/lib/fastly/models/logging_datadog_response.rb +405 -0
  862. data/lib/fastly/models/logging_digitalocean.rb +467 -0
  863. data/lib/fastly/models/logging_digitalocean_all_of.rb +275 -0
  864. data/lib/fastly/models/logging_digitalocean_response.rb +520 -0
  865. data/lib/fastly/models/logging_elasticsearch.rb +446 -0
  866. data/lib/fastly/models/logging_elasticsearch_all_of.rb +270 -0
  867. data/lib/fastly/models/logging_elasticsearch_response.rb +498 -0
  868. data/lib/fastly/models/logging_format_version.rb +35 -0
  869. data/lib/fastly/models/logging_ftp.rb +484 -0
  870. data/lib/fastly/models/logging_ftp_all_of.rb +292 -0
  871. data/lib/fastly/models/logging_ftp_response.rb +537 -0
  872. data/lib/fastly/models/logging_gcs.rb +454 -0
  873. data/lib/fastly/models/logging_gcs_all_of.rb +241 -0
  874. data/lib/fastly/models/logging_gcs_common.rb +227 -0
  875. data/lib/fastly/models/logging_gcs_response.rb +506 -0
  876. data/lib/fastly/models/logging_generic_common.rb +310 -0
  877. data/lib/fastly/models/logging_google_pubsub.rb +358 -0
  878. data/lib/fastly/models/logging_google_pubsub_all_of.rb +239 -0
  879. data/lib/fastly/models/logging_google_pubsub_response.rb +411 -0
  880. data/lib/fastly/models/logging_heroku.rb +337 -0
  881. data/lib/fastly/models/logging_heroku_all_of.rb +227 -0
  882. data/lib/fastly/models/logging_heroku_response.rb +391 -0
  883. data/lib/fastly/models/logging_honeycomb.rb +335 -0
  884. data/lib/fastly/models/logging_honeycomb_all_of.rb +237 -0
  885. data/lib/fastly/models/logging_honeycomb_response.rb +389 -0
  886. data/lib/fastly/models/logging_https.rb +501 -0
  887. data/lib/fastly/models/logging_https_all_of.rb +371 -0
  888. data/lib/fastly/models/logging_https_response.rb +553 -0
  889. data/lib/fastly/models/logging_kafka.rb +512 -0
  890. data/lib/fastly/models/logging_kafka_all_of.rb +371 -0
  891. data/lib/fastly/models/logging_kafka_response.rb +565 -0
  892. data/lib/fastly/models/logging_kinesis.rb +337 -0
  893. data/lib/fastly/models/logging_kinesis_response.rb +399 -0
  894. data/lib/fastly/models/logging_logentries.rb +372 -0
  895. data/lib/fastly/models/logging_logentries_all_of.rb +284 -0
  896. data/lib/fastly/models/logging_logentries_response.rb +426 -0
  897. data/lib/fastly/models/logging_loggly.rb +327 -0
  898. data/lib/fastly/models/logging_loggly_all_of.rb +217 -0
  899. data/lib/fastly/models/logging_loggly_response.rb +381 -0
  900. data/lib/fastly/models/logging_logshuttle.rb +338 -0
  901. data/lib/fastly/models/logging_logshuttle_all_of.rb +228 -0
  902. data/lib/fastly/models/logging_logshuttle_response.rb +392 -0
  903. data/lib/fastly/models/logging_message_type.rb +37 -0
  904. data/lib/fastly/models/logging_newrelic.rb +350 -0
  905. data/lib/fastly/models/logging_newrelic_all_of.rb +274 -0
  906. data/lib/fastly/models/logging_newrelic_response.rb +404 -0
  907. data/lib/fastly/models/logging_openstack.rb +465 -0
  908. data/lib/fastly/models/logging_openstack_all_of.rb +273 -0
  909. data/lib/fastly/models/logging_openstack_response.rb +518 -0
  910. data/lib/fastly/models/logging_papertrail.rb +339 -0
  911. data/lib/fastly/models/logging_papertrail_response.rb +393 -0
  912. data/lib/fastly/models/logging_placement.rb +36 -0
  913. data/lib/fastly/models/logging_request_caps_common.rb +231 -0
  914. data/lib/fastly/models/logging_s3.rb +527 -0
  915. data/lib/fastly/models/logging_s3_all_of.rb +335 -0
  916. data/lib/fastly/models/logging_s3_response.rb +580 -0
  917. data/lib/fastly/models/logging_scalyr.rb +363 -0
  918. data/lib/fastly/models/logging_scalyr_all_of.rb +275 -0
  919. data/lib/fastly/models/logging_scalyr_response.rb +417 -0
  920. data/lib/fastly/models/logging_sftp.rb +490 -0
  921. data/lib/fastly/models/logging_sftp_all_of.rb +287 -0
  922. data/lib/fastly/models/logging_sftp_response.rb +542 -0
  923. data/lib/fastly/models/logging_splunk.rb +426 -0
  924. data/lib/fastly/models/logging_splunk_all_of.rb +238 -0
  925. data/lib/fastly/models/logging_splunk_response.rb +478 -0
  926. data/lib/fastly/models/logging_sumologic.rb +338 -0
  927. data/lib/fastly/models/logging_sumologic_all_of.rb +228 -0
  928. data/lib/fastly/models/logging_sumologic_response.rb +392 -0
  929. data/lib/fastly/models/logging_syslog.rb +449 -0
  930. data/lib/fastly/models/logging_syslog_all_of.rb +263 -0
  931. data/lib/fastly/models/logging_syslog_response.rb +501 -0
  932. data/lib/fastly/models/logging_tls_common.rb +259 -0
  933. data/lib/fastly/models/logging_use_tls.rb +35 -0
  934. data/lib/fastly/models/package.rb +216 -0
  935. data/lib/fastly/models/package_metadata.rb +270 -0
  936. data/lib/fastly/models/package_response.rb +289 -0
  937. data/lib/fastly/models/package_response_all_of.rb +217 -0
  938. data/lib/fastly/models/pagination.rb +225 -0
  939. data/lib/fastly/models/pagination_links.rb +251 -0
  940. data/lib/fastly/models/pagination_meta.rb +273 -0
  941. data/lib/fastly/models/permission.rb +37 -0
  942. data/lib/fastly/models/pool.rb +527 -0
  943. data/lib/fastly/models/pool_all_of.rb +443 -0
  944. data/lib/fastly/models/pool_response.rb +592 -0
  945. data/lib/fastly/models/pool_response_all_of.rb +217 -0
  946. data/lib/fastly/models/pop.rb +252 -0
  947. data/lib/fastly/models/pop_coordinates.rb +243 -0
  948. data/lib/fastly/models/public_ip_list.rb +231 -0
  949. data/lib/fastly/models/purge_keys.rb +219 -0
  950. data/lib/fastly/models/purge_response.rb +226 -0
  951. data/lib/fastly/models/rate_limiter.rb +536 -0
  952. data/lib/fastly/models/rate_limiter_response.rb +609 -0
  953. data/lib/fastly/models/rate_limiter_response1.rb +292 -0
  954. data/lib/fastly/models/rate_limiter_response_all_of.rb +217 -0
  955. data/lib/fastly/models/realtime.rb +240 -0
  956. data/lib/fastly/models/realtime_entry.rb +242 -0
  957. data/lib/fastly/models/realtime_measurements.rb +2008 -0
  958. data/lib/fastly/models/relationship_common_name.rb +216 -0
  959. data/lib/fastly/models/relationship_customer.rb +216 -0
  960. data/lib/fastly/models/relationship_customer_customer.rb +218 -0
  961. data/lib/fastly/models/relationship_member_customer.rb +228 -0
  962. data/lib/fastly/models/relationship_member_service.rb +228 -0
  963. data/lib/fastly/models/relationship_member_service_invitation.rb +228 -0
  964. data/lib/fastly/models/relationship_member_tls_activation.rb +228 -0
  965. data/lib/fastly/models/relationship_member_tls_bulk_certificate.rb +228 -0
  966. data/lib/fastly/models/relationship_member_tls_certificate.rb +228 -0
  967. data/lib/fastly/models/relationship_member_tls_configuration.rb +228 -0
  968. data/lib/fastly/models/relationship_member_tls_dns_record.rb +228 -0
  969. data/lib/fastly/models/relationship_member_tls_domain.rb +228 -0
  970. data/lib/fastly/models/relationship_member_tls_private_key.rb +228 -0
  971. data/lib/fastly/models/relationship_member_tls_subscription.rb +228 -0
  972. data/lib/fastly/models/relationship_member_waf_active_rule.rb +228 -0
  973. data/lib/fastly/models/relationship_member_waf_firewall.rb +228 -0
  974. data/lib/fastly/models/relationship_member_waf_firewall_version.rb +228 -0
  975. data/lib/fastly/models/relationship_member_waf_rule.rb +228 -0
  976. data/lib/fastly/models/relationship_member_waf_rule_revision.rb +228 -0
  977. data/lib/fastly/models/relationship_member_waf_tag.rb +228 -0
  978. data/lib/fastly/models/relationship_service.rb +216 -0
  979. data/lib/fastly/models/relationship_service_invitations.rb +216 -0
  980. data/lib/fastly/models/relationship_service_invitations_create.rb +216 -0
  981. data/lib/fastly/models/relationship_service_invitations_create_service_invitations.rb +218 -0
  982. data/lib/fastly/models/relationship_service_invitations_service_invitations.rb +218 -0
  983. data/lib/fastly/models/relationship_service_service.rb +218 -0
  984. data/lib/fastly/models/relationship_services.rb +216 -0
  985. data/lib/fastly/models/relationship_tls_activation.rb +216 -0
  986. data/lib/fastly/models/relationship_tls_activation_tls_activation.rb +218 -0
  987. data/lib/fastly/models/relationship_tls_activations.rb +216 -0
  988. data/lib/fastly/models/relationship_tls_bulk_certificate.rb +216 -0
  989. data/lib/fastly/models/relationship_tls_bulk_certificate_tls_bulk_certificate.rb +218 -0
  990. data/lib/fastly/models/relationship_tls_bulk_certificates.rb +216 -0
  991. data/lib/fastly/models/relationship_tls_certificate.rb +216 -0
  992. data/lib/fastly/models/relationship_tls_certificate_tls_certificate.rb +218 -0
  993. data/lib/fastly/models/relationship_tls_certificates.rb +216 -0
  994. data/lib/fastly/models/relationship_tls_configuration.rb +216 -0
  995. data/lib/fastly/models/relationship_tls_configuration_tls_configuration.rb +218 -0
  996. data/lib/fastly/models/relationship_tls_configurations.rb +216 -0
  997. data/lib/fastly/models/relationship_tls_dns_record.rb +216 -0
  998. data/lib/fastly/models/relationship_tls_dns_record_dns_record.rb +218 -0
  999. data/lib/fastly/models/relationship_tls_dns_records.rb +216 -0
  1000. data/lib/fastly/models/relationship_tls_domain.rb +216 -0
  1001. data/lib/fastly/models/relationship_tls_domain_tls_domain.rb +218 -0
  1002. data/lib/fastly/models/relationship_tls_domains.rb +216 -0
  1003. data/lib/fastly/models/relationship_tls_private_key.rb +216 -0
  1004. data/lib/fastly/models/relationship_tls_private_key_tls_private_key.rb +218 -0
  1005. data/lib/fastly/models/relationship_tls_private_keys.rb +216 -0
  1006. data/lib/fastly/models/relationship_tls_subscription.rb +216 -0
  1007. data/lib/fastly/models/relationship_tls_subscription_tls_subscription.rb +218 -0
  1008. data/lib/fastly/models/relationship_tls_subscriptions.rb +216 -0
  1009. data/lib/fastly/models/relationship_user.rb +216 -0
  1010. data/lib/fastly/models/relationship_user_user.rb +216 -0
  1011. data/lib/fastly/models/relationship_user_user_data.rb +228 -0
  1012. data/lib/fastly/models/relationship_waf_active_rules.rb +216 -0
  1013. data/lib/fastly/models/relationship_waf_active_rules_waf_active_rules.rb +218 -0
  1014. data/lib/fastly/models/relationship_waf_firewall.rb +216 -0
  1015. data/lib/fastly/models/relationship_waf_firewall_version.rb +216 -0
  1016. data/lib/fastly/models/relationship_waf_firewall_version_waf_firewall_version.rb +218 -0
  1017. data/lib/fastly/models/relationship_waf_firewall_versions.rb +216 -0
  1018. data/lib/fastly/models/relationship_waf_firewall_waf_firewall.rb +218 -0
  1019. data/lib/fastly/models/relationship_waf_rule.rb +216 -0
  1020. data/lib/fastly/models/relationship_waf_rule_revision.rb +216 -0
  1021. data/lib/fastly/models/relationship_waf_rule_revision_waf_rule_revisions.rb +218 -0
  1022. data/lib/fastly/models/relationship_waf_rule_revisions.rb +216 -0
  1023. data/lib/fastly/models/relationship_waf_rule_waf_rule.rb +218 -0
  1024. data/lib/fastly/models/relationship_waf_rules.rb +216 -0
  1025. data/lib/fastly/models/relationship_waf_tags.rb +216 -0
  1026. data/lib/fastly/models/relationship_waf_tags_waf_tags.rb +218 -0
  1027. data/lib/fastly/models/relationships_for_invitation.rb +245 -0
  1028. data/lib/fastly/models/relationships_for_star.rb +233 -0
  1029. data/lib/fastly/models/relationships_for_tls_activation.rb +216 -0
  1030. data/lib/fastly/models/relationships_for_tls_bulk_certificate.rb +245 -0
  1031. data/lib/fastly/models/relationships_for_tls_configuration.rb +236 -0
  1032. data/lib/fastly/models/relationships_for_tls_domain.rb +246 -0
  1033. data/lib/fastly/models/relationships_for_tls_private_key.rb +245 -0
  1034. data/lib/fastly/models/relationships_for_tls_subscription.rb +256 -0
  1035. data/lib/fastly/models/relationships_for_waf_active_rule.rb +245 -0
  1036. data/lib/fastly/models/relationships_for_waf_exclusion.rb +245 -0
  1037. data/lib/fastly/models/relationships_for_waf_firewall_version.rb +245 -0
  1038. data/lib/fastly/models/relationships_for_waf_rule.rb +245 -0
  1039. data/lib/fastly/models/request_settings.rb +377 -0
  1040. data/lib/fastly/models/request_settings_response.rb +439 -0
  1041. data/lib/fastly/models/resource.rb +217 -0
  1042. data/lib/fastly/models/resource_create.rb +235 -0
  1043. data/lib/fastly/models/resource_create_all_of.rb +217 -0
  1044. data/lib/fastly/models/resource_response.rb +320 -0
  1045. data/lib/fastly/models/resource_response_all_of.rb +258 -0
  1046. data/lib/fastly/models/response_object.rb +284 -0
  1047. data/lib/fastly/models/response_object_response.rb +346 -0
  1048. data/lib/fastly/models/results.rb +1989 -0
  1049. data/lib/fastly/models/role_user.rb +37 -0
  1050. data/lib/fastly/models/schemas_contact_response.rb +358 -0
  1051. data/lib/fastly/models/schemas_snippet_response.rb +378 -0
  1052. data/lib/fastly/models/schemas_user_response.rb +358 -0
  1053. data/lib/fastly/models/schemas_vcl_response.rb +299 -0
  1054. data/lib/fastly/models/schemas_version.rb +286 -0
  1055. data/lib/fastly/models/schemas_version_response.rb +338 -0
  1056. data/lib/fastly/models/schemas_waf_firewall_version.rb +216 -0
  1057. data/lib/fastly/models/schemas_waf_firewall_version_data.rb +227 -0
  1058. data/lib/fastly/models/server.rb +313 -0
  1059. data/lib/fastly/models/server_response.rb +385 -0
  1060. data/lib/fastly/models/server_response_all_of.rb +237 -0
  1061. data/lib/fastly/models/service.rb +238 -0
  1062. data/lib/fastly/models/service_authorization.rb +216 -0
  1063. data/lib/fastly/models/service_authorization_data.rb +237 -0
  1064. data/lib/fastly/models/service_authorization_data_attributes.rb +218 -0
  1065. data/lib/fastly/models/service_authorization_response.rb +216 -0
  1066. data/lib/fastly/models/service_authorization_response_data.rb +255 -0
  1067. data/lib/fastly/models/service_authorization_response_data_all_of.rb +226 -0
  1068. data/lib/fastly/models/service_authorizations_response.rb +244 -0
  1069. data/lib/fastly/models/service_authorizations_response_all_of.rb +218 -0
  1070. data/lib/fastly/models/service_create.rb +290 -0
  1071. data/lib/fastly/models/service_create_all_of.rb +251 -0
  1072. data/lib/fastly/models/service_detail.rb +383 -0
  1073. data/lib/fastly/models/service_detail_all_of.rb +225 -0
  1074. data/lib/fastly/models/service_id_and_version.rb +227 -0
  1075. data/lib/fastly/models/service_invitation.rb +216 -0
  1076. data/lib/fastly/models/service_invitation_data.rb +238 -0
  1077. data/lib/fastly/models/service_invitation_data_attributes.rb +253 -0
  1078. data/lib/fastly/models/service_invitation_response.rb +224 -0
  1079. data/lib/fastly/models/service_invitation_response_all_of.rb +216 -0
  1080. data/lib/fastly/models/service_invitation_response_all_of_data.rb +226 -0
  1081. data/lib/fastly/models/service_list_response.rb +356 -0
  1082. data/lib/fastly/models/service_list_response_all_of.rb +239 -0
  1083. data/lib/fastly/models/service_response.rb +366 -0
  1084. data/lib/fastly/models/service_response_all_of.rb +249 -0
  1085. data/lib/fastly/models/service_version_detail.rb +504 -0
  1086. data/lib/fastly/models/service_version_detail_or_null.rb +516 -0
  1087. data/lib/fastly/models/settings.rb +251 -0
  1088. data/lib/fastly/models/settings_response.rb +279 -0
  1089. data/lib/fastly/models/snippet.rb +305 -0
  1090. data/lib/fastly/models/snippet_response.rb +378 -0
  1091. data/lib/fastly/models/snippet_response_all_of.rb +217 -0
  1092. data/lib/fastly/models/star.rb +216 -0
  1093. data/lib/fastly/models/star_data.rb +227 -0
  1094. data/lib/fastly/models/star_response.rb +225 -0
  1095. data/lib/fastly/models/star_response_all_of.rb +217 -0
  1096. data/lib/fastly/models/stats.rb +218 -0
  1097. data/lib/fastly/models/timestamps.rb +240 -0
  1098. data/lib/fastly/models/timestamps_no_delete.rb +229 -0
  1099. data/lib/fastly/models/tls_activation.rb +216 -0
  1100. data/lib/fastly/models/tls_activation_data.rb +227 -0
  1101. data/lib/fastly/models/tls_activation_response.rb +216 -0
  1102. data/lib/fastly/models/tls_activation_response_data.rb +254 -0
  1103. data/lib/fastly/models/tls_activation_response_data_all_of.rb +226 -0
  1104. data/lib/fastly/models/tls_activations_response.rb +244 -0
  1105. data/lib/fastly/models/tls_activations_response_all_of.rb +218 -0
  1106. data/lib/fastly/models/tls_bulk_certificate.rb +216 -0
  1107. data/lib/fastly/models/tls_bulk_certificate_data.rb +236 -0
  1108. data/lib/fastly/models/tls_bulk_certificate_data_attributes.rb +239 -0
  1109. data/lib/fastly/models/tls_bulk_certificate_response.rb +216 -0
  1110. data/lib/fastly/models/tls_bulk_certificate_response_attributes.rb +278 -0
  1111. data/lib/fastly/models/tls_bulk_certificate_response_attributes_all_of.rb +237 -0
  1112. data/lib/fastly/models/tls_bulk_certificate_response_data.rb +254 -0
  1113. data/lib/fastly/models/tls_bulk_certificate_response_data_all_of.rb +226 -0
  1114. data/lib/fastly/models/tls_bulk_certificates_response.rb +244 -0
  1115. data/lib/fastly/models/tls_bulk_certificates_response_all_of.rb +218 -0
  1116. data/lib/fastly/models/tls_certificate.rb +216 -0
  1117. data/lib/fastly/models/tls_certificate_data.rb +236 -0
  1118. data/lib/fastly/models/tls_certificate_data_attributes.rb +227 -0
  1119. data/lib/fastly/models/tls_certificate_response.rb +216 -0
  1120. data/lib/fastly/models/tls_certificate_response_attributes.rb +318 -0
  1121. data/lib/fastly/models/tls_certificate_response_attributes_all_of.rb +277 -0
  1122. data/lib/fastly/models/tls_certificate_response_data.rb +254 -0
  1123. data/lib/fastly/models/tls_certificate_response_data_all_of.rb +226 -0
  1124. data/lib/fastly/models/tls_certificates_response.rb +244 -0
  1125. data/lib/fastly/models/tls_certificates_response_all_of.rb +218 -0
  1126. data/lib/fastly/models/tls_common.rb +305 -0
  1127. data/lib/fastly/models/tls_configuration.rb +216 -0
  1128. data/lib/fastly/models/tls_configuration_data.rb +236 -0
  1129. data/lib/fastly/models/tls_configuration_data_attributes.rb +217 -0
  1130. data/lib/fastly/models/tls_configuration_response.rb +216 -0
  1131. data/lib/fastly/models/tls_configuration_response_attributes.rb +292 -0
  1132. data/lib/fastly/models/tls_configuration_response_attributes_all_of.rb +251 -0
  1133. data/lib/fastly/models/tls_configuration_response_data.rb +254 -0
  1134. data/lib/fastly/models/tls_configuration_response_data_all_of.rb +226 -0
  1135. data/lib/fastly/models/tls_configurations_response.rb +244 -0
  1136. data/lib/fastly/models/tls_configurations_response_all_of.rb +218 -0
  1137. data/lib/fastly/models/tls_dns_record.rb +237 -0
  1138. data/lib/fastly/models/tls_domain_data.rb +237 -0
  1139. data/lib/fastly/models/tls_domains_response.rb +244 -0
  1140. data/lib/fastly/models/tls_domains_response_all_of.rb +218 -0
  1141. data/lib/fastly/models/tls_private_key.rb +216 -0
  1142. data/lib/fastly/models/tls_private_key_data.rb +236 -0
  1143. data/lib/fastly/models/tls_private_key_data_attributes.rb +227 -0
  1144. data/lib/fastly/models/tls_private_key_response.rb +216 -0
  1145. data/lib/fastly/models/tls_private_key_response_attributes.rb +298 -0
  1146. data/lib/fastly/models/tls_private_key_response_attributes_all_of.rb +257 -0
  1147. data/lib/fastly/models/tls_private_key_response_data.rb +237 -0
  1148. data/lib/fastly/models/tls_private_keys_response.rb +244 -0
  1149. data/lib/fastly/models/tls_private_keys_response_all_of.rb +218 -0
  1150. data/lib/fastly/models/tls_subscription.rb +216 -0
  1151. data/lib/fastly/models/tls_subscription_data.rb +236 -0
  1152. data/lib/fastly/models/tls_subscription_data_attributes.rb +251 -0
  1153. data/lib/fastly/models/tls_subscription_response.rb +216 -0
  1154. data/lib/fastly/models/tls_subscription_response_attributes.rb +292 -0
  1155. data/lib/fastly/models/tls_subscription_response_attributes_all_of.rb +251 -0
  1156. data/lib/fastly/models/tls_subscription_response_data.rb +233 -0
  1157. data/lib/fastly/models/tls_subscription_response_data_all_of.rb +226 -0
  1158. data/lib/fastly/models/tls_subscriptions_response.rb +244 -0
  1159. data/lib/fastly/models/tls_subscriptions_response_all_of.rb +218 -0
  1160. data/lib/fastly/models/token.rb +275 -0
  1161. data/lib/fastly/models/token_created_response.rb +385 -0
  1162. data/lib/fastly/models/token_created_response_all_of.rb +217 -0
  1163. data/lib/fastly/models/token_response.rb +376 -0
  1164. data/lib/fastly/models/token_response_all_of.rb +277 -0
  1165. data/lib/fastly/models/type_billing_address.rb +34 -0
  1166. data/lib/fastly/models/type_contact.rb +34 -0
  1167. data/lib/fastly/models/type_customer.rb +34 -0
  1168. data/lib/fastly/models/type_event.rb +34 -0
  1169. data/lib/fastly/models/type_invitation.rb +34 -0
  1170. data/lib/fastly/models/type_resource.rb +34 -0
  1171. data/lib/fastly/models/type_service.rb +34 -0
  1172. data/lib/fastly/models/type_service_authorization.rb +34 -0
  1173. data/lib/fastly/models/type_service_invitation.rb +34 -0
  1174. data/lib/fastly/models/type_star.rb +34 -0
  1175. data/lib/fastly/models/type_tls_activation.rb +34 -0
  1176. data/lib/fastly/models/type_tls_bulk_certificate.rb +34 -0
  1177. data/lib/fastly/models/type_tls_certificate.rb +34 -0
  1178. data/lib/fastly/models/type_tls_configuration.rb +34 -0
  1179. data/lib/fastly/models/type_tls_dns_record.rb +34 -0
  1180. data/lib/fastly/models/type_tls_domain.rb +34 -0
  1181. data/lib/fastly/models/type_tls_private_key.rb +34 -0
  1182. data/lib/fastly/models/type_tls_subscription.rb +34 -0
  1183. data/lib/fastly/models/type_user.rb +34 -0
  1184. data/lib/fastly/models/type_waf_active_rule.rb +34 -0
  1185. data/lib/fastly/models/type_waf_exclusion.rb +34 -0
  1186. data/lib/fastly/models/type_waf_firewall.rb +34 -0
  1187. data/lib/fastly/models/type_waf_firewall_version.rb +34 -0
  1188. data/lib/fastly/models/type_waf_rule.rb +34 -0
  1189. data/lib/fastly/models/type_waf_rule_revision.rb +34 -0
  1190. data/lib/fastly/models/type_waf_tag.rb +34 -0
  1191. data/lib/fastly/models/update_billing_address_request.rb +216 -0
  1192. data/lib/fastly/models/update_billing_address_request_data.rb +237 -0
  1193. data/lib/fastly/models/user.rb +286 -0
  1194. data/lib/fastly/models/user_response.rb +358 -0
  1195. data/lib/fastly/models/user_response_all_of.rb +237 -0
  1196. data/lib/fastly/models/vcl.rb +237 -0
  1197. data/lib/fastly/models/vcl_diff.rb +281 -0
  1198. data/lib/fastly/models/vcl_response.rb +299 -0
  1199. data/lib/fastly/models/version.rb +286 -0
  1200. data/lib/fastly/models/version_create_response.rb +227 -0
  1201. data/lib/fastly/models/version_detail.rb +374 -0
  1202. data/lib/fastly/models/version_response.rb +338 -0
  1203. data/lib/fastly/models/version_response_all_of.rb +217 -0
  1204. data/lib/fastly/models/waf_active_rule.rb +216 -0
  1205. data/lib/fastly/models/waf_active_rule_creation_response.rb +103 -0
  1206. data/lib/fastly/models/waf_active_rule_data.rb +236 -0
  1207. data/lib/fastly/models/waf_active_rule_data_attributes.rb +270 -0
  1208. data/lib/fastly/models/waf_active_rule_response.rb +216 -0
  1209. data/lib/fastly/models/waf_active_rule_response_data.rb +254 -0
  1210. data/lib/fastly/models/waf_active_rule_response_data_all_of.rb +235 -0
  1211. data/lib/fastly/models/waf_active_rule_response_data_attributes.rb +268 -0
  1212. data/lib/fastly/models/waf_active_rule_response_data_attributes_all_of.rb +227 -0
  1213. data/lib/fastly/models/waf_active_rule_response_data_relationships.rb +245 -0
  1214. data/lib/fastly/models/waf_active_rules_response.rb +255 -0
  1215. data/lib/fastly/models/waf_active_rules_response_all_of.rb +229 -0
  1216. data/lib/fastly/models/waf_exclusion.rb +216 -0
  1217. data/lib/fastly/models/waf_exclusion_data.rb +236 -0
  1218. data/lib/fastly/models/waf_exclusion_data_attributes.rb +316 -0
  1219. data/lib/fastly/models/waf_exclusion_response.rb +216 -0
  1220. data/lib/fastly/models/waf_exclusion_response_data.rb +254 -0
  1221. data/lib/fastly/models/waf_exclusion_response_data_all_of.rb +235 -0
  1222. data/lib/fastly/models/waf_exclusion_response_data_attributes.rb +357 -0
  1223. data/lib/fastly/models/waf_exclusion_response_data_attributes_all_of.rb +316 -0
  1224. data/lib/fastly/models/waf_exclusion_response_data_relationships.rb +245 -0
  1225. data/lib/fastly/models/waf_exclusions_response.rb +255 -0
  1226. data/lib/fastly/models/waf_exclusions_response_all_of.rb +229 -0
  1227. data/lib/fastly/models/waf_firewall.rb +216 -0
  1228. data/lib/fastly/models/waf_firewall_data.rb +227 -0
  1229. data/lib/fastly/models/waf_firewall_data_attributes.rb +249 -0
  1230. data/lib/fastly/models/waf_firewall_response.rb +227 -0
  1231. data/lib/fastly/models/waf_firewall_response_data.rb +254 -0
  1232. data/lib/fastly/models/waf_firewall_response_data_all_of.rb +235 -0
  1233. data/lib/fastly/models/waf_firewall_response_data_attributes.rb +338 -0
  1234. data/lib/fastly/models/waf_firewall_response_data_attributes_all_of.rb +297 -0
  1235. data/lib/fastly/models/waf_firewall_version.rb +216 -0
  1236. data/lib/fastly/models/waf_firewall_version_data.rb +227 -0
  1237. data/lib/fastly/models/waf_firewall_version_data_attributes.rb +552 -0
  1238. data/lib/fastly/models/waf_firewall_version_response.rb +227 -0
  1239. data/lib/fastly/models/waf_firewall_version_response_data.rb +254 -0
  1240. data/lib/fastly/models/waf_firewall_version_response_data_all_of.rb +235 -0
  1241. data/lib/fastly/models/waf_firewall_version_response_data_attributes.rb +403 -0
  1242. data/lib/fastly/models/waf_firewall_version_response_data_attributes_all_of.rb +362 -0
  1243. data/lib/fastly/models/waf_firewall_versions_response.rb +255 -0
  1244. data/lib/fastly/models/waf_firewall_versions_response_all_of.rb +229 -0
  1245. data/lib/fastly/models/waf_firewalls_response.rb +255 -0
  1246. data/lib/fastly/models/waf_firewalls_response_all_of.rb +229 -0
  1247. data/lib/fastly/models/waf_rule.rb +237 -0
  1248. data/lib/fastly/models/waf_rule_attributes.rb +283 -0
  1249. data/lib/fastly/models/waf_rule_response.rb +227 -0
  1250. data/lib/fastly/models/waf_rule_response_data.rb +254 -0
  1251. data/lib/fastly/models/waf_rule_response_data_all_of.rb +216 -0
  1252. data/lib/fastly/models/waf_rule_revision.rb +237 -0
  1253. data/lib/fastly/models/waf_rule_revision_attributes.rb +321 -0
  1254. data/lib/fastly/models/waf_rule_revision_or_latest.rb +103 -0
  1255. data/lib/fastly/models/waf_rule_revision_response.rb +227 -0
  1256. data/lib/fastly/models/waf_rule_revision_response_data.rb +254 -0
  1257. data/lib/fastly/models/waf_rule_revision_response_data_all_of.rb +216 -0
  1258. data/lib/fastly/models/waf_rule_revisions_response.rb +255 -0
  1259. data/lib/fastly/models/waf_rule_revisions_response_all_of.rb +229 -0
  1260. data/lib/fastly/models/waf_rules_response.rb +255 -0
  1261. data/lib/fastly/models/waf_rules_response_all_of.rb +229 -0
  1262. data/lib/fastly/models/waf_tag.rb +237 -0
  1263. data/lib/fastly/models/waf_tag_attributes.rb +217 -0
  1264. data/lib/fastly/models/waf_tags_response.rb +255 -0
  1265. data/lib/fastly/models/waf_tags_response_all_of.rb +229 -0
  1266. data/lib/fastly/models/waf_tags_response_data_item.rb +254 -0
  1267. data/lib/fastly/version.rb +7 -166
  1268. data/lib/fastly.rb +655 -753
  1269. data/pkg/fastly-4.0.0.alpha1.gem +0 -0
  1270. data/pkg/foo +0 -0
  1271. metadata +1300 -97
  1272. data/.env.example +0 -3
  1273. data/.gitignore +0 -9
  1274. data/.rubocop.yml +0 -35
  1275. data/.travis.yml +0 -13
  1276. data/Appraisals +0 -3
  1277. data/bin/fastly_create_domain +0 -67
  1278. data/bin/fastly_upload_vcl +0 -68
  1279. data/gemfiles/HEAD.gemfile +0 -16
  1280. data/lib/fastly/acl.rb +0 -62
  1281. data/lib/fastly/acl_entry.rb +0 -61
  1282. data/lib/fastly/backend.rb +0 -156
  1283. data/lib/fastly/base.rb +0 -64
  1284. data/lib/fastly/belongs_to_service_and_version.rb +0 -51
  1285. data/lib/fastly/big_query_logging.rb +0 -90
  1286. data/lib/fastly/cache_setting.rb +0 -45
  1287. data/lib/fastly/client.rb +0 -169
  1288. data/lib/fastly/condition.rb +0 -40
  1289. data/lib/fastly/customer.rb +0 -78
  1290. data/lib/fastly/dictionary.rb +0 -41
  1291. data/lib/fastly/dictionary_item.rb +0 -40
  1292. data/lib/fastly/director.rb +0 -63
  1293. data/lib/fastly/domain.rb +0 -29
  1294. data/lib/fastly/dynamic_snippet.rb +0 -31
  1295. data/lib/fastly/fetcher.rb +0 -51
  1296. data/lib/fastly/gcs_logging.rb +0 -111
  1297. data/lib/fastly/gem_version.rb +0 -4
  1298. data/lib/fastly/gzip.rb +0 -38
  1299. data/lib/fastly/header.rb +0 -87
  1300. data/lib/fastly/healthcheck.rb +0 -84
  1301. data/lib/fastly/invoice.rb +0 -120
  1302. data/lib/fastly/match.rb +0 -77
  1303. data/lib/fastly/papertrail_logging.rb +0 -63
  1304. data/lib/fastly/request_setting.rb +0 -89
  1305. data/lib/fastly/response_object.rb +0 -53
  1306. data/lib/fastly/s3_logging.rb +0 -101
  1307. data/lib/fastly/service.rb +0 -107
  1308. data/lib/fastly/settings.rb +0 -73
  1309. data/lib/fastly/snippet.rb +0 -53
  1310. data/lib/fastly/sumologic_logging.rb +0 -96
  1311. data/lib/fastly/syslog.rb +0 -111
  1312. data/lib/fastly/token.rb +0 -40
  1313. data/lib/fastly/user.rb +0 -60
  1314. data/lib/fastly/util.rb +0 -10
  1315. data/lib/fastly/vcl.rb +0 -50
  1316. data/test/admin_test.rb +0 -37
  1317. data/test/api_key_test.rb +0 -81
  1318. data/test/common.rb +0 -226
  1319. data/test/fastly/acl_entry_test.rb +0 -110
  1320. data/test/fastly/acl_test.rb +0 -163
  1321. data/test/fastly/client_test.rb +0 -136
  1322. data/test/fastly/customer_test.rb +0 -48
  1323. data/test/fastly/dictionary_test.rb +0 -53
  1324. data/test/fastly/sumologic_logging_test.rb +0 -44
  1325. data/test/fastly/syslog_test.rb +0 -51
  1326. data/test/fastly/token_test.rb +0 -127
  1327. data/test/fastly/util_test.rb +0 -21
  1328. data/test/full_login_test.rb +0 -92
  1329. data/test/helper.rb +0 -40
  1330. data/test/missing_api_key_test.rb +0 -28
  1331. data/test/stats_test.rb +0 -75
  1332. data/test/test_helper.rb +0 -4
  1333. data/test/token_test.rb +0 -64
@@ -0,0 +1,1989 @@
1
+ =begin
2
+ #Fastly API
3
+
4
+ #Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/)
5
+
6
+ The version of the OpenAPI document: 1.0.0
7
+
8
+
9
+ =end
10
+
11
+ require 'date'
12
+ require 'time'
13
+
14
+ module Fastly
15
+ # The [results](#results-data-model) of the query, grouped by service (and optionally, region), and aggregated over the appropriate time span.
16
+ class Results
17
+ # Number of requests processed.
18
+ attr_accessor :requests
19
+
20
+ # Number of cache hits.
21
+ attr_accessor :hits
22
+
23
+ # Total amount of time spent processing cache hits (in seconds).
24
+ attr_accessor :hits_time
25
+
26
+ # Number of cache misses.
27
+ attr_accessor :miss
28
+
29
+ # Total amount of time spent processing cache misses (in seconds).
30
+ attr_accessor :miss_time
31
+
32
+ # Number of requests that passed through the CDN without being cached.
33
+ attr_accessor :pass
34
+
35
+ # Total amount of time spent processing cache passes (in seconds).
36
+ attr_accessor :pass_time
37
+
38
+ # Number of cache errors.
39
+ attr_accessor :errors
40
+
41
+ # Number of restarts performed.
42
+ attr_accessor :restarts
43
+
44
+ # Ratio of cache hits to cache misses (between 0 and 1).
45
+ attr_accessor :hit_ratio
46
+
47
+ # Total bytes delivered (`resp_header_bytes` + `resp_body_bytes` + `bereq_header_bytes` + `bereq_body_bytes` + `compute_resp_header_bytes` + `compute_resp_body_bytes` + `compute_bereq_header_bytes` + `compute_bereq_body_bytes`).
48
+ attr_accessor :bandwidth
49
+
50
+ # Total body bytes delivered (alias for resp_body_bytes).
51
+ attr_accessor :body_size
52
+
53
+ # Total header bytes delivered (alias for resp_header_bytes).
54
+ attr_accessor :header_size
55
+
56
+ # Total body bytes received.
57
+ attr_accessor :req_body_bytes
58
+
59
+ # Total header bytes received.
60
+ attr_accessor :req_header_bytes
61
+
62
+ # Total body bytes delivered (edge_resp_body_bytes + shield_resp_body_bytes).
63
+ attr_accessor :resp_body_bytes
64
+
65
+ # Total header bytes delivered (edge_resp_header_bytes + shield_resp_header_bytes).
66
+ attr_accessor :resp_header_bytes
67
+
68
+ # Total body bytes sent to origin.
69
+ attr_accessor :bereq_body_bytes
70
+
71
+ # Total header bytes sent to origin.
72
+ attr_accessor :bereq_header_bytes
73
+
74
+ # Number of requests that were designated uncachable.
75
+ attr_accessor :uncacheable
76
+
77
+ # Optional. Pipe operations performed (legacy feature).
78
+ attr_accessor :pipe
79
+
80
+ # Number of requests that returned a synthetic response (i.e., response objects created with the `synthetic` VCL statement).
81
+ attr_accessor :synth
82
+
83
+ # Number of requests that were received over TLS.
84
+ attr_accessor :tls
85
+
86
+ # Number of requests received over TLS 1.0.
87
+ attr_accessor :tls_v10
88
+
89
+ # Number of requests received over TLS 1.1.
90
+ attr_accessor :tls_v11
91
+
92
+ # Number of requests received over TLS 1.2.
93
+ attr_accessor :tls_v12
94
+
95
+ # Number of requests received over TLS 1.3.
96
+ attr_accessor :tls_v13
97
+
98
+ # Number of requests sent by end users to Fastly.
99
+ attr_accessor :edge_requests
100
+
101
+ # Total header bytes delivered from Fastly to the end user.
102
+ attr_accessor :edge_resp_header_bytes
103
+
104
+ # Total body bytes delivered from Fastly to the end user.
105
+ attr_accessor :edge_resp_body_bytes
106
+
107
+ # Number of requests sent by end users to Fastly that resulted in a hit at the edge.
108
+ attr_accessor :edge_hit_requests
109
+
110
+ # Number of requests sent by end users to Fastly that resulted in a miss at the edge.
111
+ attr_accessor :edge_miss_requests
112
+
113
+ # Number of requests sent to origin.
114
+ attr_accessor :origin_fetches
115
+
116
+ # Total request header bytes sent to origin.
117
+ attr_accessor :origin_fetch_header_bytes
118
+
119
+ # Total request body bytes sent to origin.
120
+ attr_accessor :origin_fetch_body_bytes
121
+
122
+ # Total header bytes received from origin.
123
+ attr_accessor :origin_fetch_resp_header_bytes
124
+
125
+ # Total body bytes received from origin.
126
+ attr_accessor :origin_fetch_resp_body_bytes
127
+
128
+ # Number of responses received from origin with a `304` status code in response to an `If-Modified-Since` or `If-None-Match` request. Under regular scenarios, a revalidation will imply a cache hit. However, if using Fastly Image Optimizer or segmented caching this may result in a cache miss.
129
+ attr_accessor :origin_revalidations
130
+
131
+ # The total number of completed requests made to backends (origins) that returned cacheable content.
132
+ attr_accessor :origin_cache_fetches
133
+
134
+ # Number of requests from edge to the shield POP.
135
+ attr_accessor :shield
136
+
137
+ # Total body bytes delivered via a shield.
138
+ attr_accessor :shield_resp_body_bytes
139
+
140
+ # Total header bytes delivered via a shield.
141
+ attr_accessor :shield_resp_header_bytes
142
+
143
+ # Number of requests made from one Fastly POP to another, as part of shielding.
144
+ attr_accessor :shield_fetches
145
+
146
+ # Total request header bytes sent to a shield.
147
+ attr_accessor :shield_fetch_header_bytes
148
+
149
+ # Total request body bytes sent to a shield.
150
+ attr_accessor :shield_fetch_body_bytes
151
+
152
+ # Total response header bytes sent from a shield to the edge.
153
+ attr_accessor :shield_fetch_resp_header_bytes
154
+
155
+ # Total response body bytes sent from a shield to the edge.
156
+ attr_accessor :shield_fetch_resp_body_bytes
157
+
158
+ # Number of responses received from origin with a `304` status code, in response to an `If-Modified-Since` or `If-None-Match` request to a shield. Under regular scenarios, a revalidation will imply a cache hit. However, if using segmented caching this may result in a cache miss.
159
+ attr_accessor :shield_revalidations
160
+
161
+ # The total number of completed requests made to shields that returned cacheable content.
162
+ attr_accessor :shield_cache_fetches
163
+
164
+ # Number of requests that were received over IPv6.
165
+ attr_accessor :ipv6
166
+
167
+ # Number of responses that came from the Fastly On-the-Fly Packaging service for video-on-demand.
168
+ attr_accessor :otfp
169
+
170
+ # Total body bytes delivered from the Fastly On-the-Fly Packaging service for video-on-demand.
171
+ attr_accessor :otfp_resp_body_bytes
172
+
173
+ # Total header bytes delivered from the Fastly On-the-Fly Packaging service for video-on-demand.
174
+ attr_accessor :otfp_resp_header_bytes
175
+
176
+ # Total body bytes delivered via a shield for the Fastly On-the-Fly Packaging service for video-on-demand.
177
+ attr_accessor :otfp_shield_resp_body_bytes
178
+
179
+ # Total header bytes delivered via a shield for the Fastly On-the-Fly Packaging service for video-on-demand.
180
+ attr_accessor :otfp_shield_resp_header_bytes
181
+
182
+ # Number of responses that were manifest files from the Fastly On-the-Fly Packaging service for video-on-demand.
183
+ attr_accessor :otfp_manifests
184
+
185
+ # Total amount of time spent delivering a response from the Fastly On-the-Fly Packaging service for video-on-demand (in seconds).
186
+ attr_accessor :otfp_deliver_time
187
+
188
+ # Total amount of time spent delivering a response via a shield from the Fastly On-the-Fly Packaging service for video-on-demand (in seconds).
189
+ attr_accessor :otfp_shield_time
190
+
191
+ # Number of responses with the video segment or video manifest MIME type (i.e., application/x-mpegurl, application/vnd.apple.mpegurl, application/f4m, application/dash+xml, application/vnd.ms-sstr+xml, ideo/mp2t, audio/aac, video/f4f, video/x-flv, video/mp4, audio/mp4).
192
+ attr_accessor :video
193
+
194
+ # Number of responses with the PCI flag turned on.
195
+ attr_accessor :pci
196
+
197
+ # Number of log lines sent.
198
+ attr_accessor :log
199
+
200
+ # Total log bytes sent.
201
+ attr_accessor :log_bytes
202
+
203
+ # Number of requests received over HTTP/2.
204
+ attr_accessor :http2
205
+
206
+ # Number of requests received over HTTP/3.
207
+ attr_accessor :http3
208
+
209
+ # Number of requests that triggered a WAF rule and were logged.
210
+ attr_accessor :waf_logged
211
+
212
+ # Number of requests that triggered a WAF rule and were blocked.
213
+ attr_accessor :waf_blocked
214
+
215
+ # Number of requests that triggered a WAF rule and were passed.
216
+ attr_accessor :waf_passed
217
+
218
+ # Total body bytes received from requests that triggered a WAF rule.
219
+ attr_accessor :attack_req_body_bytes
220
+
221
+ # Total header bytes received from requests that triggered a WAF rule.
222
+ attr_accessor :attack_req_header_bytes
223
+
224
+ # Total body bytes received from requests that triggered a WAF rule that was logged.
225
+ attr_accessor :attack_logged_req_body_bytes
226
+
227
+ # Total header bytes received from requests that triggered a WAF rule that was logged.
228
+ attr_accessor :attack_logged_req_header_bytes
229
+
230
+ # Total body bytes received from requests that triggered a WAF rule that was blocked.
231
+ attr_accessor :attack_blocked_req_body_bytes
232
+
233
+ # Total header bytes received from requests that triggered a WAF rule that was blocked.
234
+ attr_accessor :attack_blocked_req_header_bytes
235
+
236
+ # Total body bytes received from requests that triggered a WAF rule that was passed.
237
+ attr_accessor :attack_passed_req_body_bytes
238
+
239
+ # Total header bytes received from requests that triggered a WAF rule that was passed.
240
+ attr_accessor :attack_passed_req_header_bytes
241
+
242
+ # Total bytes delivered for requests that triggered a WAF rule and returned a synthetic response.
243
+ attr_accessor :attack_resp_synth_bytes
244
+
245
+ # Number of responses that came from the Fastly Image Optimizer service. If the service receives 10 requests for an image, this stat will be 10 regardless of how many times the image was transformed.
246
+ attr_accessor :imgopto
247
+
248
+ # Total body bytes delivered from the Fastly Image Optimizer service, including shield traffic.
249
+ attr_accessor :imgopto_resp_body_bytes
250
+
251
+ # Total header bytes delivered from the Fastly Image Optimizer service, including shield traffic.
252
+ attr_accessor :imgopto_resp_header_bytes
253
+
254
+ # Total body bytes delivered via a shield from the Fastly Image Optimizer service.
255
+ attr_accessor :imgopto_shield_resp_body_bytes
256
+
257
+ # Total header bytes delivered via a shield from the Fastly Image Optimizer service.
258
+ attr_accessor :imgopto_shield_resp_header_bytes
259
+
260
+ # Number of video responses that came from the Fastly Image Optimizer service.
261
+ attr_accessor :imgvideo
262
+
263
+ # Number of video frames that came from the Fastly Image Optimizer service. A video frame is an individual image within a sequence of video.
264
+ attr_accessor :imgvideo_frames
265
+
266
+ # Total header bytes of video delivered from the Fastly Image Optimizer service.
267
+ attr_accessor :imgvideo_resp_header_bytes
268
+
269
+ # Total body bytes of video delivered from the Fastly Image Optimizer service.
270
+ attr_accessor :imgvideo_resp_body_bytes
271
+
272
+ # Total header bytes of video delivered via a shield from the Fastly Image Optimizer service.
273
+ attr_accessor :imgvideo_shield_resp_header_bytes
274
+
275
+ # Total body bytes of video delivered via a shield from the Fastly Image Optimizer service.
276
+ attr_accessor :imgvideo_shield_resp_body_bytes
277
+
278
+ # Number of video responses delivered via a shield that came from the Fastly Image Optimizer service.
279
+ attr_accessor :imgvideo_shield
280
+
281
+ # Number of video frames delivered via a shield that came from the Fastly Image Optimizer service. A video frame is an individual image within a sequence of video.
282
+ attr_accessor :imgvideo_shield_frames
283
+
284
+ # Number of responses sent with status code 200 (Success).
285
+ attr_accessor :status_200
286
+
287
+ # Number of responses sent with status code 204 (No Content).
288
+ attr_accessor :status_204
289
+
290
+ # Number of responses sent with status code 206 (Partial Content).
291
+ attr_accessor :status_206
292
+
293
+ # Number of responses sent with status code 301 (Moved Permanently).
294
+ attr_accessor :status_301
295
+
296
+ # Number of responses sent with status code 302 (Found).
297
+ attr_accessor :status_302
298
+
299
+ # Number of responses sent with status code 304 (Not Modified).
300
+ attr_accessor :status_304
301
+
302
+ # Number of responses sent with status code 400 (Bad Request).
303
+ attr_accessor :status_400
304
+
305
+ # Number of responses sent with status code 401 (Unauthorized).
306
+ attr_accessor :status_401
307
+
308
+ # Number of responses sent with status code 403 (Forbidden).
309
+ attr_accessor :status_403
310
+
311
+ # Number of responses sent with status code 404 (Not Found).
312
+ attr_accessor :status_404
313
+
314
+ # Number of responses sent with status code 416 (Range Not Satisfiable).
315
+ attr_accessor :status_416
316
+
317
+ # Number of responses sent with status code 429 (Too Many Requests).
318
+ attr_accessor :status_429
319
+
320
+ # Number of responses sent with status code 500 (Internal Server Error).
321
+ attr_accessor :status_500
322
+
323
+ # Number of responses sent with status code 501 (Not Implemented).
324
+ attr_accessor :status_501
325
+
326
+ # Number of responses sent with status code 502 (Bad Gateway).
327
+ attr_accessor :status_502
328
+
329
+ # Number of responses sent with status code 503 (Service Unavailable).
330
+ attr_accessor :status_503
331
+
332
+ # Number of responses sent with status code 504 (Gateway Timeout).
333
+ attr_accessor :status_504
334
+
335
+ # Number of responses sent with status code 505 (HTTP Version Not Supported).
336
+ attr_accessor :status_505
337
+
338
+ # Number of \"Informational\" category status codes delivered.
339
+ attr_accessor :status_1xx
340
+
341
+ # Number of \"Success\" status codes delivered.
342
+ attr_accessor :status_2xx
343
+
344
+ # Number of \"Redirection\" codes delivered.
345
+ attr_accessor :status_3xx
346
+
347
+ # Number of \"Client Error\" codes delivered.
348
+ attr_accessor :status_4xx
349
+
350
+ # Number of \"Server Error\" codes delivered.
351
+ attr_accessor :status_5xx
352
+
353
+ # Number of objects served that were under 1KB in size.
354
+ attr_accessor :object_size_1k
355
+
356
+ # Number of objects served that were between 1KB and 10KB in size.
357
+ attr_accessor :object_size_10k
358
+
359
+ # Number of objects served that were between 10KB and 100KB in size.
360
+ attr_accessor :object_size_100k
361
+
362
+ # Number of objects served that were between 100KB and 1MB in size.
363
+ attr_accessor :object_size_1m
364
+
365
+ # Number of objects served that were between 1MB and 10MB in size.
366
+ attr_accessor :object_size_10m
367
+
368
+ # Number of objects served that were between 10MB and 100MB in size.
369
+ attr_accessor :object_size_100m
370
+
371
+ # Number of objects served that were between 100MB and 1GB in size.
372
+ attr_accessor :object_size_1g
373
+
374
+ # Time spent inside the `vcl_recv` Varnish subroutine (in seconds).
375
+ attr_accessor :recv_sub_time
376
+
377
+ # Number of executions of the `vcl_recv` Varnish subroutine.
378
+ attr_accessor :recv_sub_count
379
+
380
+ # Time spent inside the `vcl_hash` Varnish subroutine (in seconds).
381
+ attr_accessor :hash_sub_time
382
+
383
+ # Number of executions of the `vcl_hash` Varnish subroutine.
384
+ attr_accessor :hash_sub_count
385
+
386
+ # Time spent inside the `vcl_miss` Varnish subroutine (in seconds).
387
+ attr_accessor :miss_sub_time
388
+
389
+ # Number of executions of the `vcl_miss` Varnish subroutine.
390
+ attr_accessor :miss_sub_count
391
+
392
+ # Time spent inside the `vcl_fetch` Varnish subroutine (in seconds).
393
+ attr_accessor :fetch_sub_time
394
+
395
+ # Number of executions of the `vcl_fetch` Varnish subroutine.
396
+ attr_accessor :fetch_sub_count
397
+
398
+ # Time spent inside the `vcl_pass` Varnish subroutine (in seconds).
399
+ attr_accessor :pass_sub_time
400
+
401
+ # Number of executions of the `vcl_pass` Varnish subroutine.
402
+ attr_accessor :pass_sub_count
403
+
404
+ # Time spent inside the `vcl_pipe` Varnish subroutine (in seconds).
405
+ attr_accessor :pipe_sub_time
406
+
407
+ # Number of executions of the `vcl_pipe` Varnish subroutine.
408
+ attr_accessor :pipe_sub_count
409
+
410
+ # Time spent inside the `vcl_deliver` Varnish subroutine (in seconds).
411
+ attr_accessor :deliver_sub_time
412
+
413
+ # Number of executions of the `vcl_deliver` Varnish subroutine.
414
+ attr_accessor :deliver_sub_count
415
+
416
+ # Time spent inside the `vcl_error` Varnish subroutine (in seconds).
417
+ attr_accessor :error_sub_time
418
+
419
+ # Number of executions of the `vcl_error` Varnish subroutine.
420
+ attr_accessor :error_sub_count
421
+
422
+ # Time spent inside the `vcl_hit` Varnish subroutine (in seconds).
423
+ attr_accessor :hit_sub_time
424
+
425
+ # Number of executions of the `vcl_hit` Varnish subroutine.
426
+ attr_accessor :hit_sub_count
427
+
428
+ # Time spent inside the `vcl_prehash` Varnish subroutine (in seconds).
429
+ attr_accessor :prehash_sub_time
430
+
431
+ # Number of executions of the `vcl_prehash` Varnish subroutine.
432
+ attr_accessor :prehash_sub_count
433
+
434
+ # Time spent inside the `vcl_predeliver` Varnish subroutine (in seconds).
435
+ attr_accessor :predeliver_sub_time
436
+
437
+ # Number of executions of the `vcl_predeliver` Varnish subroutine.
438
+ attr_accessor :predeliver_sub_count
439
+
440
+ # Number of bytes transferred during TLS handshake.
441
+ attr_accessor :tls_handshake_sent_bytes
442
+
443
+ # Total body bytes delivered for cache hits.
444
+ attr_accessor :hit_resp_body_bytes
445
+
446
+ # Total body bytes delivered for cache misses.
447
+ attr_accessor :miss_resp_body_bytes
448
+
449
+ # Total body bytes delivered for cache passes.
450
+ attr_accessor :pass_resp_body_bytes
451
+
452
+ # Number of `Range` requests to origin for segments of resources when using segmented caching.
453
+ attr_accessor :segblock_origin_fetches
454
+
455
+ # Number of `Range` requests to a shield for segments of resources when using segmented caching.
456
+ attr_accessor :segblock_shield_fetches
457
+
458
+ # The total number of requests that were received for your service by Fastly.
459
+ attr_accessor :compute_requests
460
+
461
+ # The total, actual amount of time used to process your requests, including active CPU time (in milliseconds).
462
+ attr_accessor :compute_request_time_ms
463
+
464
+ # The amount of RAM used for your service by Fastly (in bytes).
465
+ attr_accessor :compute_ram_used
466
+
467
+ # The amount of active CPU time used to process your requests (in milliseconds).
468
+ attr_accessor :compute_execution_time_ms
469
+
470
+ # Total header bytes received by Compute@Edge.
471
+ attr_accessor :compute_req_header_bytes
472
+
473
+ # Total body bytes received by Compute@Edge.
474
+ attr_accessor :compute_req_body_bytes
475
+
476
+ # Total header bytes sent from Compute@Edge to end user.
477
+ attr_accessor :compute_resp_header_bytes
478
+
479
+ # Total body bytes sent from Compute@Edge to end user.
480
+ attr_accessor :compute_resp_body_bytes
481
+
482
+ # Number of \"Informational\" category status codes delivered by Compute@Edge.
483
+ attr_accessor :compute_resp_status_1xx
484
+
485
+ # Number of \"Success\" category status codes delivered by Compute@Edge.
486
+ attr_accessor :compute_resp_status_2xx
487
+
488
+ # Number of \"Redirection\" category status codes delivered by Compute@Edge.
489
+ attr_accessor :compute_resp_status_3xx
490
+
491
+ # Number of \"Client Error\" category status codes delivered by Compute@Edge.
492
+ attr_accessor :compute_resp_status_4xx
493
+
494
+ # Number of \"Server Error\" category status codes delivered by Compute@Edge.
495
+ attr_accessor :compute_resp_status_5xx
496
+
497
+ # Total header bytes sent to backends (origins) by Compute@Edge.
498
+ attr_accessor :compute_bereq_header_bytes
499
+
500
+ # Total body bytes sent to backends (origins) by Compute@Edge.
501
+ attr_accessor :compute_bereq_body_bytes
502
+
503
+ # Total header bytes received from backends (origins) by Compute@Edge.
504
+ attr_accessor :compute_beresp_header_bytes
505
+
506
+ # Total body bytes received from backends (origins) by Compute@Edge.
507
+ attr_accessor :compute_beresp_body_bytes
508
+
509
+ # Number of backend requests started.
510
+ attr_accessor :compute_bereqs
511
+
512
+ # Number of backend request errors, including timeouts.
513
+ attr_accessor :compute_bereq_errors
514
+
515
+ # Number of times a guest exceeded its resource limit, includes heap, stack, globals, and code execution timeout.
516
+ attr_accessor :compute_resource_limit_exceeded
517
+
518
+ # Number of times a guest exceeded its heap limit.
519
+ attr_accessor :compute_heap_limit_exceeded
520
+
521
+ # Number of times a guest exceeded its stack limit.
522
+ attr_accessor :compute_stack_limit_exceeded
523
+
524
+ # Number of times a guest exceeded its globals limit.
525
+ attr_accessor :compute_globals_limit_exceeded
526
+
527
+ # Number of times a service experienced a guest code error.
528
+ attr_accessor :compute_guest_errors
529
+
530
+ # Number of times a service experienced a guest runtime error.
531
+ attr_accessor :compute_runtime_errors
532
+
533
+ # Body bytes delivered for edge hits.
534
+ attr_accessor :edge_hit_resp_body_bytes
535
+
536
+ # Header bytes delivered for edge hits.
537
+ attr_accessor :edge_hit_resp_header_bytes
538
+
539
+ # Body bytes delivered for edge misses.
540
+ attr_accessor :edge_miss_resp_body_bytes
541
+
542
+ # Header bytes delivered for edge misses.
543
+ attr_accessor :edge_miss_resp_header_bytes
544
+
545
+ # Body bytes received from origin for cacheable content.
546
+ attr_accessor :origin_cache_fetch_resp_body_bytes
547
+
548
+ # Header bytes received from an origin for cacheable content.
549
+ attr_accessor :origin_cache_fetch_resp_header_bytes
550
+
551
+ # Attribute mapping from ruby-style variable name to JSON key.
552
+ def self.attribute_map
553
+ {
554
+ :'requests' => :'requests',
555
+ :'hits' => :'hits',
556
+ :'hits_time' => :'hits_time',
557
+ :'miss' => :'miss',
558
+ :'miss_time' => :'miss_time',
559
+ :'pass' => :'pass',
560
+ :'pass_time' => :'pass_time',
561
+ :'errors' => :'errors',
562
+ :'restarts' => :'restarts',
563
+ :'hit_ratio' => :'hit_ratio',
564
+ :'bandwidth' => :'bandwidth',
565
+ :'body_size' => :'body_size',
566
+ :'header_size' => :'header_size',
567
+ :'req_body_bytes' => :'req_body_bytes',
568
+ :'req_header_bytes' => :'req_header_bytes',
569
+ :'resp_body_bytes' => :'resp_body_bytes',
570
+ :'resp_header_bytes' => :'resp_header_bytes',
571
+ :'bereq_body_bytes' => :'bereq_body_bytes',
572
+ :'bereq_header_bytes' => :'bereq_header_bytes',
573
+ :'uncacheable' => :'uncacheable',
574
+ :'pipe' => :'pipe',
575
+ :'synth' => :'synth',
576
+ :'tls' => :'tls',
577
+ :'tls_v10' => :'tls_v10',
578
+ :'tls_v11' => :'tls_v11',
579
+ :'tls_v12' => :'tls_v12',
580
+ :'tls_v13' => :'tls_v13',
581
+ :'edge_requests' => :'edge_requests',
582
+ :'edge_resp_header_bytes' => :'edge_resp_header_bytes',
583
+ :'edge_resp_body_bytes' => :'edge_resp_body_bytes',
584
+ :'edge_hit_requests' => :'edge_hit_requests',
585
+ :'edge_miss_requests' => :'edge_miss_requests',
586
+ :'origin_fetches' => :'origin_fetches',
587
+ :'origin_fetch_header_bytes' => :'origin_fetch_header_bytes',
588
+ :'origin_fetch_body_bytes' => :'origin_fetch_body_bytes',
589
+ :'origin_fetch_resp_header_bytes' => :'origin_fetch_resp_header_bytes',
590
+ :'origin_fetch_resp_body_bytes' => :'origin_fetch_resp_body_bytes',
591
+ :'origin_revalidations' => :'origin_revalidations',
592
+ :'origin_cache_fetches' => :'origin_cache_fetches',
593
+ :'shield' => :'shield',
594
+ :'shield_resp_body_bytes' => :'shield_resp_body_bytes',
595
+ :'shield_resp_header_bytes' => :'shield_resp_header_bytes',
596
+ :'shield_fetches' => :'shield_fetches',
597
+ :'shield_fetch_header_bytes' => :'shield_fetch_header_bytes',
598
+ :'shield_fetch_body_bytes' => :'shield_fetch_body_bytes',
599
+ :'shield_fetch_resp_header_bytes' => :'shield_fetch_resp_header_bytes',
600
+ :'shield_fetch_resp_body_bytes' => :'shield_fetch_resp_body_bytes',
601
+ :'shield_revalidations' => :'shield_revalidations',
602
+ :'shield_cache_fetches' => :'shield_cache_fetches',
603
+ :'ipv6' => :'ipv6',
604
+ :'otfp' => :'otfp',
605
+ :'otfp_resp_body_bytes' => :'otfp_resp_body_bytes',
606
+ :'otfp_resp_header_bytes' => :'otfp_resp_header_bytes',
607
+ :'otfp_shield_resp_body_bytes' => :'otfp_shield_resp_body_bytes',
608
+ :'otfp_shield_resp_header_bytes' => :'otfp_shield_resp_header_bytes',
609
+ :'otfp_manifests' => :'otfp_manifests',
610
+ :'otfp_deliver_time' => :'otfp_deliver_time',
611
+ :'otfp_shield_time' => :'otfp_shield_time',
612
+ :'video' => :'video',
613
+ :'pci' => :'pci',
614
+ :'log' => :'log',
615
+ :'log_bytes' => :'log_bytes',
616
+ :'http2' => :'http2',
617
+ :'http3' => :'http3',
618
+ :'waf_logged' => :'waf_logged',
619
+ :'waf_blocked' => :'waf_blocked',
620
+ :'waf_passed' => :'waf_passed',
621
+ :'attack_req_body_bytes' => :'attack_req_body_bytes',
622
+ :'attack_req_header_bytes' => :'attack_req_header_bytes',
623
+ :'attack_logged_req_body_bytes' => :'attack_logged_req_body_bytes',
624
+ :'attack_logged_req_header_bytes' => :'attack_logged_req_header_bytes',
625
+ :'attack_blocked_req_body_bytes' => :'attack_blocked_req_body_bytes',
626
+ :'attack_blocked_req_header_bytes' => :'attack_blocked_req_header_bytes',
627
+ :'attack_passed_req_body_bytes' => :'attack_passed_req_body_bytes',
628
+ :'attack_passed_req_header_bytes' => :'attack_passed_req_header_bytes',
629
+ :'attack_resp_synth_bytes' => :'attack_resp_synth_bytes',
630
+ :'imgopto' => :'imgopto',
631
+ :'imgopto_resp_body_bytes' => :'imgopto_resp_body_bytes',
632
+ :'imgopto_resp_header_bytes' => :'imgopto_resp_header_bytes',
633
+ :'imgopto_shield_resp_body_bytes' => :'imgopto_shield_resp_body_bytes',
634
+ :'imgopto_shield_resp_header_bytes' => :'imgopto_shield_resp_header_bytes',
635
+ :'imgvideo' => :'imgvideo',
636
+ :'imgvideo_frames' => :'imgvideo_frames',
637
+ :'imgvideo_resp_header_bytes' => :'imgvideo_resp_header_bytes',
638
+ :'imgvideo_resp_body_bytes' => :'imgvideo_resp_body_bytes',
639
+ :'imgvideo_shield_resp_header_bytes' => :'imgvideo_shield_resp_header_bytes',
640
+ :'imgvideo_shield_resp_body_bytes' => :'imgvideo_shield_resp_body_bytes',
641
+ :'imgvideo_shield' => :'imgvideo_shield',
642
+ :'imgvideo_shield_frames' => :'imgvideo_shield_frames',
643
+ :'status_200' => :'status_200',
644
+ :'status_204' => :'status_204',
645
+ :'status_206' => :'status_206',
646
+ :'status_301' => :'status_301',
647
+ :'status_302' => :'status_302',
648
+ :'status_304' => :'status_304',
649
+ :'status_400' => :'status_400',
650
+ :'status_401' => :'status_401',
651
+ :'status_403' => :'status_403',
652
+ :'status_404' => :'status_404',
653
+ :'status_416' => :'status_416',
654
+ :'status_429' => :'status_429',
655
+ :'status_500' => :'status_500',
656
+ :'status_501' => :'status_501',
657
+ :'status_502' => :'status_502',
658
+ :'status_503' => :'status_503',
659
+ :'status_504' => :'status_504',
660
+ :'status_505' => :'status_505',
661
+ :'status_1xx' => :'status_1xx',
662
+ :'status_2xx' => :'status_2xx',
663
+ :'status_3xx' => :'status_3xx',
664
+ :'status_4xx' => :'status_4xx',
665
+ :'status_5xx' => :'status_5xx',
666
+ :'object_size_1k' => :'object_size_1k',
667
+ :'object_size_10k' => :'object_size_10k',
668
+ :'object_size_100k' => :'object_size_100k',
669
+ :'object_size_1m' => :'object_size_1m',
670
+ :'object_size_10m' => :'object_size_10m',
671
+ :'object_size_100m' => :'object_size_100m',
672
+ :'object_size_1g' => :'object_size_1g',
673
+ :'recv_sub_time' => :'recv_sub_time',
674
+ :'recv_sub_count' => :'recv_sub_count',
675
+ :'hash_sub_time' => :'hash_sub_time',
676
+ :'hash_sub_count' => :'hash_sub_count',
677
+ :'miss_sub_time' => :'miss_sub_time',
678
+ :'miss_sub_count' => :'miss_sub_count',
679
+ :'fetch_sub_time' => :'fetch_sub_time',
680
+ :'fetch_sub_count' => :'fetch_sub_count',
681
+ :'pass_sub_time' => :'pass_sub_time',
682
+ :'pass_sub_count' => :'pass_sub_count',
683
+ :'pipe_sub_time' => :'pipe_sub_time',
684
+ :'pipe_sub_count' => :'pipe_sub_count',
685
+ :'deliver_sub_time' => :'deliver_sub_time',
686
+ :'deliver_sub_count' => :'deliver_sub_count',
687
+ :'error_sub_time' => :'error_sub_time',
688
+ :'error_sub_count' => :'error_sub_count',
689
+ :'hit_sub_time' => :'hit_sub_time',
690
+ :'hit_sub_count' => :'hit_sub_count',
691
+ :'prehash_sub_time' => :'prehash_sub_time',
692
+ :'prehash_sub_count' => :'prehash_sub_count',
693
+ :'predeliver_sub_time' => :'predeliver_sub_time',
694
+ :'predeliver_sub_count' => :'predeliver_sub_count',
695
+ :'tls_handshake_sent_bytes' => :'tls_handshake_sent_bytes',
696
+ :'hit_resp_body_bytes' => :'hit_resp_body_bytes',
697
+ :'miss_resp_body_bytes' => :'miss_resp_body_bytes',
698
+ :'pass_resp_body_bytes' => :'pass_resp_body_bytes',
699
+ :'segblock_origin_fetches' => :'segblock_origin_fetches',
700
+ :'segblock_shield_fetches' => :'segblock_shield_fetches',
701
+ :'compute_requests' => :'compute_requests',
702
+ :'compute_request_time_ms' => :'compute_request_time_ms',
703
+ :'compute_ram_used' => :'compute_ram_used',
704
+ :'compute_execution_time_ms' => :'compute_execution_time_ms',
705
+ :'compute_req_header_bytes' => :'compute_req_header_bytes',
706
+ :'compute_req_body_bytes' => :'compute_req_body_bytes',
707
+ :'compute_resp_header_bytes' => :'compute_resp_header_bytes',
708
+ :'compute_resp_body_bytes' => :'compute_resp_body_bytes',
709
+ :'compute_resp_status_1xx' => :'compute_resp_status_1xx',
710
+ :'compute_resp_status_2xx' => :'compute_resp_status_2xx',
711
+ :'compute_resp_status_3xx' => :'compute_resp_status_3xx',
712
+ :'compute_resp_status_4xx' => :'compute_resp_status_4xx',
713
+ :'compute_resp_status_5xx' => :'compute_resp_status_5xx',
714
+ :'compute_bereq_header_bytes' => :'compute_bereq_header_bytes',
715
+ :'compute_bereq_body_bytes' => :'compute_bereq_body_bytes',
716
+ :'compute_beresp_header_bytes' => :'compute_beresp_header_bytes',
717
+ :'compute_beresp_body_bytes' => :'compute_beresp_body_bytes',
718
+ :'compute_bereqs' => :'compute_bereqs',
719
+ :'compute_bereq_errors' => :'compute_bereq_errors',
720
+ :'compute_resource_limit_exceeded' => :'compute_resource_limit_exceeded',
721
+ :'compute_heap_limit_exceeded' => :'compute_heap_limit_exceeded',
722
+ :'compute_stack_limit_exceeded' => :'compute_stack_limit_exceeded',
723
+ :'compute_globals_limit_exceeded' => :'compute_globals_limit_exceeded',
724
+ :'compute_guest_errors' => :'compute_guest_errors',
725
+ :'compute_runtime_errors' => :'compute_runtime_errors',
726
+ :'edge_hit_resp_body_bytes' => :'edge_hit_resp_body_bytes',
727
+ :'edge_hit_resp_header_bytes' => :'edge_hit_resp_header_bytes',
728
+ :'edge_miss_resp_body_bytes' => :'edge_miss_resp_body_bytes',
729
+ :'edge_miss_resp_header_bytes' => :'edge_miss_resp_header_bytes',
730
+ :'origin_cache_fetch_resp_body_bytes' => :'origin_cache_fetch_resp_body_bytes',
731
+ :'origin_cache_fetch_resp_header_bytes' => :'origin_cache_fetch_resp_header_bytes'
732
+ }
733
+ end
734
+
735
+ # Returns all the JSON keys this model knows about
736
+ def self.acceptable_attributes
737
+ attribute_map.values
738
+ end
739
+
740
+ # Attribute type mapping.
741
+ def self.fastly_types
742
+ {
743
+ :'requests' => :'Integer',
744
+ :'hits' => :'Integer',
745
+ :'hits_time' => :'Float',
746
+ :'miss' => :'Integer',
747
+ :'miss_time' => :'Float',
748
+ :'pass' => :'Integer',
749
+ :'pass_time' => :'Float',
750
+ :'errors' => :'Integer',
751
+ :'restarts' => :'Integer',
752
+ :'hit_ratio' => :'Float',
753
+ :'bandwidth' => :'Integer',
754
+ :'body_size' => :'Integer',
755
+ :'header_size' => :'Integer',
756
+ :'req_body_bytes' => :'Integer',
757
+ :'req_header_bytes' => :'Integer',
758
+ :'resp_body_bytes' => :'Integer',
759
+ :'resp_header_bytes' => :'Integer',
760
+ :'bereq_body_bytes' => :'Integer',
761
+ :'bereq_header_bytes' => :'Integer',
762
+ :'uncacheable' => :'Integer',
763
+ :'pipe' => :'Integer',
764
+ :'synth' => :'Integer',
765
+ :'tls' => :'Integer',
766
+ :'tls_v10' => :'Integer',
767
+ :'tls_v11' => :'Integer',
768
+ :'tls_v12' => :'Integer',
769
+ :'tls_v13' => :'Integer',
770
+ :'edge_requests' => :'Integer',
771
+ :'edge_resp_header_bytes' => :'Integer',
772
+ :'edge_resp_body_bytes' => :'Integer',
773
+ :'edge_hit_requests' => :'Integer',
774
+ :'edge_miss_requests' => :'Integer',
775
+ :'origin_fetches' => :'Integer',
776
+ :'origin_fetch_header_bytes' => :'Integer',
777
+ :'origin_fetch_body_bytes' => :'Integer',
778
+ :'origin_fetch_resp_header_bytes' => :'Integer',
779
+ :'origin_fetch_resp_body_bytes' => :'Integer',
780
+ :'origin_revalidations' => :'Integer',
781
+ :'origin_cache_fetches' => :'Integer',
782
+ :'shield' => :'Integer',
783
+ :'shield_resp_body_bytes' => :'Integer',
784
+ :'shield_resp_header_bytes' => :'Integer',
785
+ :'shield_fetches' => :'Integer',
786
+ :'shield_fetch_header_bytes' => :'Integer',
787
+ :'shield_fetch_body_bytes' => :'Integer',
788
+ :'shield_fetch_resp_header_bytes' => :'Integer',
789
+ :'shield_fetch_resp_body_bytes' => :'Integer',
790
+ :'shield_revalidations' => :'Integer',
791
+ :'shield_cache_fetches' => :'Integer',
792
+ :'ipv6' => :'Integer',
793
+ :'otfp' => :'Integer',
794
+ :'otfp_resp_body_bytes' => :'Integer',
795
+ :'otfp_resp_header_bytes' => :'Integer',
796
+ :'otfp_shield_resp_body_bytes' => :'Integer',
797
+ :'otfp_shield_resp_header_bytes' => :'Integer',
798
+ :'otfp_manifests' => :'Integer',
799
+ :'otfp_deliver_time' => :'Float',
800
+ :'otfp_shield_time' => :'Float',
801
+ :'video' => :'Integer',
802
+ :'pci' => :'Integer',
803
+ :'log' => :'Integer',
804
+ :'log_bytes' => :'Integer',
805
+ :'http2' => :'Integer',
806
+ :'http3' => :'Integer',
807
+ :'waf_logged' => :'Integer',
808
+ :'waf_blocked' => :'Integer',
809
+ :'waf_passed' => :'Integer',
810
+ :'attack_req_body_bytes' => :'Integer',
811
+ :'attack_req_header_bytes' => :'Integer',
812
+ :'attack_logged_req_body_bytes' => :'Integer',
813
+ :'attack_logged_req_header_bytes' => :'Integer',
814
+ :'attack_blocked_req_body_bytes' => :'Integer',
815
+ :'attack_blocked_req_header_bytes' => :'Integer',
816
+ :'attack_passed_req_body_bytes' => :'Integer',
817
+ :'attack_passed_req_header_bytes' => :'Integer',
818
+ :'attack_resp_synth_bytes' => :'Integer',
819
+ :'imgopto' => :'Integer',
820
+ :'imgopto_resp_body_bytes' => :'Integer',
821
+ :'imgopto_resp_header_bytes' => :'Integer',
822
+ :'imgopto_shield_resp_body_bytes' => :'Integer',
823
+ :'imgopto_shield_resp_header_bytes' => :'Integer',
824
+ :'imgvideo' => :'Integer',
825
+ :'imgvideo_frames' => :'Integer',
826
+ :'imgvideo_resp_header_bytes' => :'Integer',
827
+ :'imgvideo_resp_body_bytes' => :'Integer',
828
+ :'imgvideo_shield_resp_header_bytes' => :'Integer',
829
+ :'imgvideo_shield_resp_body_bytes' => :'Integer',
830
+ :'imgvideo_shield' => :'Integer',
831
+ :'imgvideo_shield_frames' => :'Integer',
832
+ :'status_200' => :'Integer',
833
+ :'status_204' => :'Integer',
834
+ :'status_206' => :'Integer',
835
+ :'status_301' => :'Integer',
836
+ :'status_302' => :'Integer',
837
+ :'status_304' => :'Integer',
838
+ :'status_400' => :'Integer',
839
+ :'status_401' => :'Integer',
840
+ :'status_403' => :'Integer',
841
+ :'status_404' => :'Integer',
842
+ :'status_416' => :'Integer',
843
+ :'status_429' => :'Integer',
844
+ :'status_500' => :'Integer',
845
+ :'status_501' => :'Integer',
846
+ :'status_502' => :'Integer',
847
+ :'status_503' => :'Integer',
848
+ :'status_504' => :'Integer',
849
+ :'status_505' => :'Integer',
850
+ :'status_1xx' => :'Integer',
851
+ :'status_2xx' => :'Integer',
852
+ :'status_3xx' => :'Integer',
853
+ :'status_4xx' => :'Integer',
854
+ :'status_5xx' => :'Integer',
855
+ :'object_size_1k' => :'Integer',
856
+ :'object_size_10k' => :'Integer',
857
+ :'object_size_100k' => :'Integer',
858
+ :'object_size_1m' => :'Integer',
859
+ :'object_size_10m' => :'Integer',
860
+ :'object_size_100m' => :'Integer',
861
+ :'object_size_1g' => :'Integer',
862
+ :'recv_sub_time' => :'Float',
863
+ :'recv_sub_count' => :'Integer',
864
+ :'hash_sub_time' => :'Float',
865
+ :'hash_sub_count' => :'Integer',
866
+ :'miss_sub_time' => :'Float',
867
+ :'miss_sub_count' => :'Integer',
868
+ :'fetch_sub_time' => :'Float',
869
+ :'fetch_sub_count' => :'Integer',
870
+ :'pass_sub_time' => :'Float',
871
+ :'pass_sub_count' => :'Integer',
872
+ :'pipe_sub_time' => :'Float',
873
+ :'pipe_sub_count' => :'Integer',
874
+ :'deliver_sub_time' => :'Float',
875
+ :'deliver_sub_count' => :'Integer',
876
+ :'error_sub_time' => :'Float',
877
+ :'error_sub_count' => :'Integer',
878
+ :'hit_sub_time' => :'Float',
879
+ :'hit_sub_count' => :'Integer',
880
+ :'prehash_sub_time' => :'Float',
881
+ :'prehash_sub_count' => :'Integer',
882
+ :'predeliver_sub_time' => :'Float',
883
+ :'predeliver_sub_count' => :'Integer',
884
+ :'tls_handshake_sent_bytes' => :'Integer',
885
+ :'hit_resp_body_bytes' => :'Integer',
886
+ :'miss_resp_body_bytes' => :'Integer',
887
+ :'pass_resp_body_bytes' => :'Integer',
888
+ :'segblock_origin_fetches' => :'Integer',
889
+ :'segblock_shield_fetches' => :'Integer',
890
+ :'compute_requests' => :'Integer',
891
+ :'compute_request_time_ms' => :'Float',
892
+ :'compute_ram_used' => :'Integer',
893
+ :'compute_execution_time_ms' => :'Float',
894
+ :'compute_req_header_bytes' => :'Integer',
895
+ :'compute_req_body_bytes' => :'Integer',
896
+ :'compute_resp_header_bytes' => :'Integer',
897
+ :'compute_resp_body_bytes' => :'Integer',
898
+ :'compute_resp_status_1xx' => :'Integer',
899
+ :'compute_resp_status_2xx' => :'Integer',
900
+ :'compute_resp_status_3xx' => :'Integer',
901
+ :'compute_resp_status_4xx' => :'Integer',
902
+ :'compute_resp_status_5xx' => :'Integer',
903
+ :'compute_bereq_header_bytes' => :'Integer',
904
+ :'compute_bereq_body_bytes' => :'Integer',
905
+ :'compute_beresp_header_bytes' => :'Integer',
906
+ :'compute_beresp_body_bytes' => :'Integer',
907
+ :'compute_bereqs' => :'Integer',
908
+ :'compute_bereq_errors' => :'Integer',
909
+ :'compute_resource_limit_exceeded' => :'Integer',
910
+ :'compute_heap_limit_exceeded' => :'Integer',
911
+ :'compute_stack_limit_exceeded' => :'Integer',
912
+ :'compute_globals_limit_exceeded' => :'Integer',
913
+ :'compute_guest_errors' => :'Integer',
914
+ :'compute_runtime_errors' => :'Integer',
915
+ :'edge_hit_resp_body_bytes' => :'Integer',
916
+ :'edge_hit_resp_header_bytes' => :'Integer',
917
+ :'edge_miss_resp_body_bytes' => :'Integer',
918
+ :'edge_miss_resp_header_bytes' => :'Integer',
919
+ :'origin_cache_fetch_resp_body_bytes' => :'Integer',
920
+ :'origin_cache_fetch_resp_header_bytes' => :'Integer'
921
+ }
922
+ end
923
+
924
+ # List of attributes with nullable: true
925
+ def self.fastly_nullable
926
+ Set.new([
927
+ :'hit_ratio',
928
+ ])
929
+ end
930
+
931
+ # Initializes the object
932
+ # @param [Hash] attributes Model attributes in the form of hash
933
+ def initialize(attributes = {})
934
+ if (!attributes.is_a?(Hash))
935
+ fail ArgumentError, "The input argument (attributes) must be a hash in `Fastly::Results` initialize method"
936
+ end
937
+
938
+ # check to see if the attribute exists and convert string to symbol for hash key
939
+ attributes = attributes.each_with_object({}) { |(k, v), h|
940
+ if (!self.class.attribute_map.key?(k.to_sym))
941
+ fail ArgumentError, "`#{k}` is not a valid attribute in `Fastly::Results`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
942
+ end
943
+ h[k.to_sym] = v
944
+ }
945
+
946
+ if attributes.key?(:'requests')
947
+ self.requests = attributes[:'requests']
948
+ end
949
+
950
+ if attributes.key?(:'hits')
951
+ self.hits = attributes[:'hits']
952
+ end
953
+
954
+ if attributes.key?(:'hits_time')
955
+ self.hits_time = attributes[:'hits_time']
956
+ end
957
+
958
+ if attributes.key?(:'miss')
959
+ self.miss = attributes[:'miss']
960
+ end
961
+
962
+ if attributes.key?(:'miss_time')
963
+ self.miss_time = attributes[:'miss_time']
964
+ end
965
+
966
+ if attributes.key?(:'pass')
967
+ self.pass = attributes[:'pass']
968
+ end
969
+
970
+ if attributes.key?(:'pass_time')
971
+ self.pass_time = attributes[:'pass_time']
972
+ end
973
+
974
+ if attributes.key?(:'errors')
975
+ self.errors = attributes[:'errors']
976
+ end
977
+
978
+ if attributes.key?(:'restarts')
979
+ self.restarts = attributes[:'restarts']
980
+ end
981
+
982
+ if attributes.key?(:'hit_ratio')
983
+ self.hit_ratio = attributes[:'hit_ratio']
984
+ end
985
+
986
+ if attributes.key?(:'bandwidth')
987
+ self.bandwidth = attributes[:'bandwidth']
988
+ end
989
+
990
+ if attributes.key?(:'body_size')
991
+ self.body_size = attributes[:'body_size']
992
+ end
993
+
994
+ if attributes.key?(:'header_size')
995
+ self.header_size = attributes[:'header_size']
996
+ end
997
+
998
+ if attributes.key?(:'req_body_bytes')
999
+ self.req_body_bytes = attributes[:'req_body_bytes']
1000
+ end
1001
+
1002
+ if attributes.key?(:'req_header_bytes')
1003
+ self.req_header_bytes = attributes[:'req_header_bytes']
1004
+ end
1005
+
1006
+ if attributes.key?(:'resp_body_bytes')
1007
+ self.resp_body_bytes = attributes[:'resp_body_bytes']
1008
+ end
1009
+
1010
+ if attributes.key?(:'resp_header_bytes')
1011
+ self.resp_header_bytes = attributes[:'resp_header_bytes']
1012
+ end
1013
+
1014
+ if attributes.key?(:'bereq_body_bytes')
1015
+ self.bereq_body_bytes = attributes[:'bereq_body_bytes']
1016
+ end
1017
+
1018
+ if attributes.key?(:'bereq_header_bytes')
1019
+ self.bereq_header_bytes = attributes[:'bereq_header_bytes']
1020
+ end
1021
+
1022
+ if attributes.key?(:'uncacheable')
1023
+ self.uncacheable = attributes[:'uncacheable']
1024
+ end
1025
+
1026
+ if attributes.key?(:'pipe')
1027
+ self.pipe = attributes[:'pipe']
1028
+ end
1029
+
1030
+ if attributes.key?(:'synth')
1031
+ self.synth = attributes[:'synth']
1032
+ end
1033
+
1034
+ if attributes.key?(:'tls')
1035
+ self.tls = attributes[:'tls']
1036
+ end
1037
+
1038
+ if attributes.key?(:'tls_v10')
1039
+ self.tls_v10 = attributes[:'tls_v10']
1040
+ end
1041
+
1042
+ if attributes.key?(:'tls_v11')
1043
+ self.tls_v11 = attributes[:'tls_v11']
1044
+ end
1045
+
1046
+ if attributes.key?(:'tls_v12')
1047
+ self.tls_v12 = attributes[:'tls_v12']
1048
+ end
1049
+
1050
+ if attributes.key?(:'tls_v13')
1051
+ self.tls_v13 = attributes[:'tls_v13']
1052
+ end
1053
+
1054
+ if attributes.key?(:'edge_requests')
1055
+ self.edge_requests = attributes[:'edge_requests']
1056
+ end
1057
+
1058
+ if attributes.key?(:'edge_resp_header_bytes')
1059
+ self.edge_resp_header_bytes = attributes[:'edge_resp_header_bytes']
1060
+ end
1061
+
1062
+ if attributes.key?(:'edge_resp_body_bytes')
1063
+ self.edge_resp_body_bytes = attributes[:'edge_resp_body_bytes']
1064
+ end
1065
+
1066
+ if attributes.key?(:'edge_hit_requests')
1067
+ self.edge_hit_requests = attributes[:'edge_hit_requests']
1068
+ end
1069
+
1070
+ if attributes.key?(:'edge_miss_requests')
1071
+ self.edge_miss_requests = attributes[:'edge_miss_requests']
1072
+ end
1073
+
1074
+ if attributes.key?(:'origin_fetches')
1075
+ self.origin_fetches = attributes[:'origin_fetches']
1076
+ end
1077
+
1078
+ if attributes.key?(:'origin_fetch_header_bytes')
1079
+ self.origin_fetch_header_bytes = attributes[:'origin_fetch_header_bytes']
1080
+ end
1081
+
1082
+ if attributes.key?(:'origin_fetch_body_bytes')
1083
+ self.origin_fetch_body_bytes = attributes[:'origin_fetch_body_bytes']
1084
+ end
1085
+
1086
+ if attributes.key?(:'origin_fetch_resp_header_bytes')
1087
+ self.origin_fetch_resp_header_bytes = attributes[:'origin_fetch_resp_header_bytes']
1088
+ end
1089
+
1090
+ if attributes.key?(:'origin_fetch_resp_body_bytes')
1091
+ self.origin_fetch_resp_body_bytes = attributes[:'origin_fetch_resp_body_bytes']
1092
+ end
1093
+
1094
+ if attributes.key?(:'origin_revalidations')
1095
+ self.origin_revalidations = attributes[:'origin_revalidations']
1096
+ end
1097
+
1098
+ if attributes.key?(:'origin_cache_fetches')
1099
+ self.origin_cache_fetches = attributes[:'origin_cache_fetches']
1100
+ end
1101
+
1102
+ if attributes.key?(:'shield')
1103
+ self.shield = attributes[:'shield']
1104
+ end
1105
+
1106
+ if attributes.key?(:'shield_resp_body_bytes')
1107
+ self.shield_resp_body_bytes = attributes[:'shield_resp_body_bytes']
1108
+ end
1109
+
1110
+ if attributes.key?(:'shield_resp_header_bytes')
1111
+ self.shield_resp_header_bytes = attributes[:'shield_resp_header_bytes']
1112
+ end
1113
+
1114
+ if attributes.key?(:'shield_fetches')
1115
+ self.shield_fetches = attributes[:'shield_fetches']
1116
+ end
1117
+
1118
+ if attributes.key?(:'shield_fetch_header_bytes')
1119
+ self.shield_fetch_header_bytes = attributes[:'shield_fetch_header_bytes']
1120
+ end
1121
+
1122
+ if attributes.key?(:'shield_fetch_body_bytes')
1123
+ self.shield_fetch_body_bytes = attributes[:'shield_fetch_body_bytes']
1124
+ end
1125
+
1126
+ if attributes.key?(:'shield_fetch_resp_header_bytes')
1127
+ self.shield_fetch_resp_header_bytes = attributes[:'shield_fetch_resp_header_bytes']
1128
+ end
1129
+
1130
+ if attributes.key?(:'shield_fetch_resp_body_bytes')
1131
+ self.shield_fetch_resp_body_bytes = attributes[:'shield_fetch_resp_body_bytes']
1132
+ end
1133
+
1134
+ if attributes.key?(:'shield_revalidations')
1135
+ self.shield_revalidations = attributes[:'shield_revalidations']
1136
+ end
1137
+
1138
+ if attributes.key?(:'shield_cache_fetches')
1139
+ self.shield_cache_fetches = attributes[:'shield_cache_fetches']
1140
+ end
1141
+
1142
+ if attributes.key?(:'ipv6')
1143
+ self.ipv6 = attributes[:'ipv6']
1144
+ end
1145
+
1146
+ if attributes.key?(:'otfp')
1147
+ self.otfp = attributes[:'otfp']
1148
+ end
1149
+
1150
+ if attributes.key?(:'otfp_resp_body_bytes')
1151
+ self.otfp_resp_body_bytes = attributes[:'otfp_resp_body_bytes']
1152
+ end
1153
+
1154
+ if attributes.key?(:'otfp_resp_header_bytes')
1155
+ self.otfp_resp_header_bytes = attributes[:'otfp_resp_header_bytes']
1156
+ end
1157
+
1158
+ if attributes.key?(:'otfp_shield_resp_body_bytes')
1159
+ self.otfp_shield_resp_body_bytes = attributes[:'otfp_shield_resp_body_bytes']
1160
+ end
1161
+
1162
+ if attributes.key?(:'otfp_shield_resp_header_bytes')
1163
+ self.otfp_shield_resp_header_bytes = attributes[:'otfp_shield_resp_header_bytes']
1164
+ end
1165
+
1166
+ if attributes.key?(:'otfp_manifests')
1167
+ self.otfp_manifests = attributes[:'otfp_manifests']
1168
+ end
1169
+
1170
+ if attributes.key?(:'otfp_deliver_time')
1171
+ self.otfp_deliver_time = attributes[:'otfp_deliver_time']
1172
+ end
1173
+
1174
+ if attributes.key?(:'otfp_shield_time')
1175
+ self.otfp_shield_time = attributes[:'otfp_shield_time']
1176
+ end
1177
+
1178
+ if attributes.key?(:'video')
1179
+ self.video = attributes[:'video']
1180
+ end
1181
+
1182
+ if attributes.key?(:'pci')
1183
+ self.pci = attributes[:'pci']
1184
+ end
1185
+
1186
+ if attributes.key?(:'log')
1187
+ self.log = attributes[:'log']
1188
+ end
1189
+
1190
+ if attributes.key?(:'log_bytes')
1191
+ self.log_bytes = attributes[:'log_bytes']
1192
+ end
1193
+
1194
+ if attributes.key?(:'http2')
1195
+ self.http2 = attributes[:'http2']
1196
+ end
1197
+
1198
+ if attributes.key?(:'http3')
1199
+ self.http3 = attributes[:'http3']
1200
+ end
1201
+
1202
+ if attributes.key?(:'waf_logged')
1203
+ self.waf_logged = attributes[:'waf_logged']
1204
+ end
1205
+
1206
+ if attributes.key?(:'waf_blocked')
1207
+ self.waf_blocked = attributes[:'waf_blocked']
1208
+ end
1209
+
1210
+ if attributes.key?(:'waf_passed')
1211
+ self.waf_passed = attributes[:'waf_passed']
1212
+ end
1213
+
1214
+ if attributes.key?(:'attack_req_body_bytes')
1215
+ self.attack_req_body_bytes = attributes[:'attack_req_body_bytes']
1216
+ end
1217
+
1218
+ if attributes.key?(:'attack_req_header_bytes')
1219
+ self.attack_req_header_bytes = attributes[:'attack_req_header_bytes']
1220
+ end
1221
+
1222
+ if attributes.key?(:'attack_logged_req_body_bytes')
1223
+ self.attack_logged_req_body_bytes = attributes[:'attack_logged_req_body_bytes']
1224
+ end
1225
+
1226
+ if attributes.key?(:'attack_logged_req_header_bytes')
1227
+ self.attack_logged_req_header_bytes = attributes[:'attack_logged_req_header_bytes']
1228
+ end
1229
+
1230
+ if attributes.key?(:'attack_blocked_req_body_bytes')
1231
+ self.attack_blocked_req_body_bytes = attributes[:'attack_blocked_req_body_bytes']
1232
+ end
1233
+
1234
+ if attributes.key?(:'attack_blocked_req_header_bytes')
1235
+ self.attack_blocked_req_header_bytes = attributes[:'attack_blocked_req_header_bytes']
1236
+ end
1237
+
1238
+ if attributes.key?(:'attack_passed_req_body_bytes')
1239
+ self.attack_passed_req_body_bytes = attributes[:'attack_passed_req_body_bytes']
1240
+ end
1241
+
1242
+ if attributes.key?(:'attack_passed_req_header_bytes')
1243
+ self.attack_passed_req_header_bytes = attributes[:'attack_passed_req_header_bytes']
1244
+ end
1245
+
1246
+ if attributes.key?(:'attack_resp_synth_bytes')
1247
+ self.attack_resp_synth_bytes = attributes[:'attack_resp_synth_bytes']
1248
+ end
1249
+
1250
+ if attributes.key?(:'imgopto')
1251
+ self.imgopto = attributes[:'imgopto']
1252
+ end
1253
+
1254
+ if attributes.key?(:'imgopto_resp_body_bytes')
1255
+ self.imgopto_resp_body_bytes = attributes[:'imgopto_resp_body_bytes']
1256
+ end
1257
+
1258
+ if attributes.key?(:'imgopto_resp_header_bytes')
1259
+ self.imgopto_resp_header_bytes = attributes[:'imgopto_resp_header_bytes']
1260
+ end
1261
+
1262
+ if attributes.key?(:'imgopto_shield_resp_body_bytes')
1263
+ self.imgopto_shield_resp_body_bytes = attributes[:'imgopto_shield_resp_body_bytes']
1264
+ end
1265
+
1266
+ if attributes.key?(:'imgopto_shield_resp_header_bytes')
1267
+ self.imgopto_shield_resp_header_bytes = attributes[:'imgopto_shield_resp_header_bytes']
1268
+ end
1269
+
1270
+ if attributes.key?(:'imgvideo')
1271
+ self.imgvideo = attributes[:'imgvideo']
1272
+ end
1273
+
1274
+ if attributes.key?(:'imgvideo_frames')
1275
+ self.imgvideo_frames = attributes[:'imgvideo_frames']
1276
+ end
1277
+
1278
+ if attributes.key?(:'imgvideo_resp_header_bytes')
1279
+ self.imgvideo_resp_header_bytes = attributes[:'imgvideo_resp_header_bytes']
1280
+ end
1281
+
1282
+ if attributes.key?(:'imgvideo_resp_body_bytes')
1283
+ self.imgvideo_resp_body_bytes = attributes[:'imgvideo_resp_body_bytes']
1284
+ end
1285
+
1286
+ if attributes.key?(:'imgvideo_shield_resp_header_bytes')
1287
+ self.imgvideo_shield_resp_header_bytes = attributes[:'imgvideo_shield_resp_header_bytes']
1288
+ end
1289
+
1290
+ if attributes.key?(:'imgvideo_shield_resp_body_bytes')
1291
+ self.imgvideo_shield_resp_body_bytes = attributes[:'imgvideo_shield_resp_body_bytes']
1292
+ end
1293
+
1294
+ if attributes.key?(:'imgvideo_shield')
1295
+ self.imgvideo_shield = attributes[:'imgvideo_shield']
1296
+ end
1297
+
1298
+ if attributes.key?(:'imgvideo_shield_frames')
1299
+ self.imgvideo_shield_frames = attributes[:'imgvideo_shield_frames']
1300
+ end
1301
+
1302
+ if attributes.key?(:'status_200')
1303
+ self.status_200 = attributes[:'status_200']
1304
+ end
1305
+
1306
+ if attributes.key?(:'status_204')
1307
+ self.status_204 = attributes[:'status_204']
1308
+ end
1309
+
1310
+ if attributes.key?(:'status_206')
1311
+ self.status_206 = attributes[:'status_206']
1312
+ end
1313
+
1314
+ if attributes.key?(:'status_301')
1315
+ self.status_301 = attributes[:'status_301']
1316
+ end
1317
+
1318
+ if attributes.key?(:'status_302')
1319
+ self.status_302 = attributes[:'status_302']
1320
+ end
1321
+
1322
+ if attributes.key?(:'status_304')
1323
+ self.status_304 = attributes[:'status_304']
1324
+ end
1325
+
1326
+ if attributes.key?(:'status_400')
1327
+ self.status_400 = attributes[:'status_400']
1328
+ end
1329
+
1330
+ if attributes.key?(:'status_401')
1331
+ self.status_401 = attributes[:'status_401']
1332
+ end
1333
+
1334
+ if attributes.key?(:'status_403')
1335
+ self.status_403 = attributes[:'status_403']
1336
+ end
1337
+
1338
+ if attributes.key?(:'status_404')
1339
+ self.status_404 = attributes[:'status_404']
1340
+ end
1341
+
1342
+ if attributes.key?(:'status_416')
1343
+ self.status_416 = attributes[:'status_416']
1344
+ end
1345
+
1346
+ if attributes.key?(:'status_429')
1347
+ self.status_429 = attributes[:'status_429']
1348
+ end
1349
+
1350
+ if attributes.key?(:'status_500')
1351
+ self.status_500 = attributes[:'status_500']
1352
+ end
1353
+
1354
+ if attributes.key?(:'status_501')
1355
+ self.status_501 = attributes[:'status_501']
1356
+ end
1357
+
1358
+ if attributes.key?(:'status_502')
1359
+ self.status_502 = attributes[:'status_502']
1360
+ end
1361
+
1362
+ if attributes.key?(:'status_503')
1363
+ self.status_503 = attributes[:'status_503']
1364
+ end
1365
+
1366
+ if attributes.key?(:'status_504')
1367
+ self.status_504 = attributes[:'status_504']
1368
+ end
1369
+
1370
+ if attributes.key?(:'status_505')
1371
+ self.status_505 = attributes[:'status_505']
1372
+ end
1373
+
1374
+ if attributes.key?(:'status_1xx')
1375
+ self.status_1xx = attributes[:'status_1xx']
1376
+ end
1377
+
1378
+ if attributes.key?(:'status_2xx')
1379
+ self.status_2xx = attributes[:'status_2xx']
1380
+ end
1381
+
1382
+ if attributes.key?(:'status_3xx')
1383
+ self.status_3xx = attributes[:'status_3xx']
1384
+ end
1385
+
1386
+ if attributes.key?(:'status_4xx')
1387
+ self.status_4xx = attributes[:'status_4xx']
1388
+ end
1389
+
1390
+ if attributes.key?(:'status_5xx')
1391
+ self.status_5xx = attributes[:'status_5xx']
1392
+ end
1393
+
1394
+ if attributes.key?(:'object_size_1k')
1395
+ self.object_size_1k = attributes[:'object_size_1k']
1396
+ end
1397
+
1398
+ if attributes.key?(:'object_size_10k')
1399
+ self.object_size_10k = attributes[:'object_size_10k']
1400
+ end
1401
+
1402
+ if attributes.key?(:'object_size_100k')
1403
+ self.object_size_100k = attributes[:'object_size_100k']
1404
+ end
1405
+
1406
+ if attributes.key?(:'object_size_1m')
1407
+ self.object_size_1m = attributes[:'object_size_1m']
1408
+ end
1409
+
1410
+ if attributes.key?(:'object_size_10m')
1411
+ self.object_size_10m = attributes[:'object_size_10m']
1412
+ end
1413
+
1414
+ if attributes.key?(:'object_size_100m')
1415
+ self.object_size_100m = attributes[:'object_size_100m']
1416
+ end
1417
+
1418
+ if attributes.key?(:'object_size_1g')
1419
+ self.object_size_1g = attributes[:'object_size_1g']
1420
+ end
1421
+
1422
+ if attributes.key?(:'recv_sub_time')
1423
+ self.recv_sub_time = attributes[:'recv_sub_time']
1424
+ end
1425
+
1426
+ if attributes.key?(:'recv_sub_count')
1427
+ self.recv_sub_count = attributes[:'recv_sub_count']
1428
+ end
1429
+
1430
+ if attributes.key?(:'hash_sub_time')
1431
+ self.hash_sub_time = attributes[:'hash_sub_time']
1432
+ end
1433
+
1434
+ if attributes.key?(:'hash_sub_count')
1435
+ self.hash_sub_count = attributes[:'hash_sub_count']
1436
+ end
1437
+
1438
+ if attributes.key?(:'miss_sub_time')
1439
+ self.miss_sub_time = attributes[:'miss_sub_time']
1440
+ end
1441
+
1442
+ if attributes.key?(:'miss_sub_count')
1443
+ self.miss_sub_count = attributes[:'miss_sub_count']
1444
+ end
1445
+
1446
+ if attributes.key?(:'fetch_sub_time')
1447
+ self.fetch_sub_time = attributes[:'fetch_sub_time']
1448
+ end
1449
+
1450
+ if attributes.key?(:'fetch_sub_count')
1451
+ self.fetch_sub_count = attributes[:'fetch_sub_count']
1452
+ end
1453
+
1454
+ if attributes.key?(:'pass_sub_time')
1455
+ self.pass_sub_time = attributes[:'pass_sub_time']
1456
+ end
1457
+
1458
+ if attributes.key?(:'pass_sub_count')
1459
+ self.pass_sub_count = attributes[:'pass_sub_count']
1460
+ end
1461
+
1462
+ if attributes.key?(:'pipe_sub_time')
1463
+ self.pipe_sub_time = attributes[:'pipe_sub_time']
1464
+ end
1465
+
1466
+ if attributes.key?(:'pipe_sub_count')
1467
+ self.pipe_sub_count = attributes[:'pipe_sub_count']
1468
+ end
1469
+
1470
+ if attributes.key?(:'deliver_sub_time')
1471
+ self.deliver_sub_time = attributes[:'deliver_sub_time']
1472
+ end
1473
+
1474
+ if attributes.key?(:'deliver_sub_count')
1475
+ self.deliver_sub_count = attributes[:'deliver_sub_count']
1476
+ end
1477
+
1478
+ if attributes.key?(:'error_sub_time')
1479
+ self.error_sub_time = attributes[:'error_sub_time']
1480
+ end
1481
+
1482
+ if attributes.key?(:'error_sub_count')
1483
+ self.error_sub_count = attributes[:'error_sub_count']
1484
+ end
1485
+
1486
+ if attributes.key?(:'hit_sub_time')
1487
+ self.hit_sub_time = attributes[:'hit_sub_time']
1488
+ end
1489
+
1490
+ if attributes.key?(:'hit_sub_count')
1491
+ self.hit_sub_count = attributes[:'hit_sub_count']
1492
+ end
1493
+
1494
+ if attributes.key?(:'prehash_sub_time')
1495
+ self.prehash_sub_time = attributes[:'prehash_sub_time']
1496
+ end
1497
+
1498
+ if attributes.key?(:'prehash_sub_count')
1499
+ self.prehash_sub_count = attributes[:'prehash_sub_count']
1500
+ end
1501
+
1502
+ if attributes.key?(:'predeliver_sub_time')
1503
+ self.predeliver_sub_time = attributes[:'predeliver_sub_time']
1504
+ end
1505
+
1506
+ if attributes.key?(:'predeliver_sub_count')
1507
+ self.predeliver_sub_count = attributes[:'predeliver_sub_count']
1508
+ end
1509
+
1510
+ if attributes.key?(:'tls_handshake_sent_bytes')
1511
+ self.tls_handshake_sent_bytes = attributes[:'tls_handshake_sent_bytes']
1512
+ end
1513
+
1514
+ if attributes.key?(:'hit_resp_body_bytes')
1515
+ self.hit_resp_body_bytes = attributes[:'hit_resp_body_bytes']
1516
+ end
1517
+
1518
+ if attributes.key?(:'miss_resp_body_bytes')
1519
+ self.miss_resp_body_bytes = attributes[:'miss_resp_body_bytes']
1520
+ end
1521
+
1522
+ if attributes.key?(:'pass_resp_body_bytes')
1523
+ self.pass_resp_body_bytes = attributes[:'pass_resp_body_bytes']
1524
+ end
1525
+
1526
+ if attributes.key?(:'segblock_origin_fetches')
1527
+ self.segblock_origin_fetches = attributes[:'segblock_origin_fetches']
1528
+ end
1529
+
1530
+ if attributes.key?(:'segblock_shield_fetches')
1531
+ self.segblock_shield_fetches = attributes[:'segblock_shield_fetches']
1532
+ end
1533
+
1534
+ if attributes.key?(:'compute_requests')
1535
+ self.compute_requests = attributes[:'compute_requests']
1536
+ end
1537
+
1538
+ if attributes.key?(:'compute_request_time_ms')
1539
+ self.compute_request_time_ms = attributes[:'compute_request_time_ms']
1540
+ end
1541
+
1542
+ if attributes.key?(:'compute_ram_used')
1543
+ self.compute_ram_used = attributes[:'compute_ram_used']
1544
+ end
1545
+
1546
+ if attributes.key?(:'compute_execution_time_ms')
1547
+ self.compute_execution_time_ms = attributes[:'compute_execution_time_ms']
1548
+ end
1549
+
1550
+ if attributes.key?(:'compute_req_header_bytes')
1551
+ self.compute_req_header_bytes = attributes[:'compute_req_header_bytes']
1552
+ end
1553
+
1554
+ if attributes.key?(:'compute_req_body_bytes')
1555
+ self.compute_req_body_bytes = attributes[:'compute_req_body_bytes']
1556
+ end
1557
+
1558
+ if attributes.key?(:'compute_resp_header_bytes')
1559
+ self.compute_resp_header_bytes = attributes[:'compute_resp_header_bytes']
1560
+ end
1561
+
1562
+ if attributes.key?(:'compute_resp_body_bytes')
1563
+ self.compute_resp_body_bytes = attributes[:'compute_resp_body_bytes']
1564
+ end
1565
+
1566
+ if attributes.key?(:'compute_resp_status_1xx')
1567
+ self.compute_resp_status_1xx = attributes[:'compute_resp_status_1xx']
1568
+ end
1569
+
1570
+ if attributes.key?(:'compute_resp_status_2xx')
1571
+ self.compute_resp_status_2xx = attributes[:'compute_resp_status_2xx']
1572
+ end
1573
+
1574
+ if attributes.key?(:'compute_resp_status_3xx')
1575
+ self.compute_resp_status_3xx = attributes[:'compute_resp_status_3xx']
1576
+ end
1577
+
1578
+ if attributes.key?(:'compute_resp_status_4xx')
1579
+ self.compute_resp_status_4xx = attributes[:'compute_resp_status_4xx']
1580
+ end
1581
+
1582
+ if attributes.key?(:'compute_resp_status_5xx')
1583
+ self.compute_resp_status_5xx = attributes[:'compute_resp_status_5xx']
1584
+ end
1585
+
1586
+ if attributes.key?(:'compute_bereq_header_bytes')
1587
+ self.compute_bereq_header_bytes = attributes[:'compute_bereq_header_bytes']
1588
+ end
1589
+
1590
+ if attributes.key?(:'compute_bereq_body_bytes')
1591
+ self.compute_bereq_body_bytes = attributes[:'compute_bereq_body_bytes']
1592
+ end
1593
+
1594
+ if attributes.key?(:'compute_beresp_header_bytes')
1595
+ self.compute_beresp_header_bytes = attributes[:'compute_beresp_header_bytes']
1596
+ end
1597
+
1598
+ if attributes.key?(:'compute_beresp_body_bytes')
1599
+ self.compute_beresp_body_bytes = attributes[:'compute_beresp_body_bytes']
1600
+ end
1601
+
1602
+ if attributes.key?(:'compute_bereqs')
1603
+ self.compute_bereqs = attributes[:'compute_bereqs']
1604
+ end
1605
+
1606
+ if attributes.key?(:'compute_bereq_errors')
1607
+ self.compute_bereq_errors = attributes[:'compute_bereq_errors']
1608
+ end
1609
+
1610
+ if attributes.key?(:'compute_resource_limit_exceeded')
1611
+ self.compute_resource_limit_exceeded = attributes[:'compute_resource_limit_exceeded']
1612
+ end
1613
+
1614
+ if attributes.key?(:'compute_heap_limit_exceeded')
1615
+ self.compute_heap_limit_exceeded = attributes[:'compute_heap_limit_exceeded']
1616
+ end
1617
+
1618
+ if attributes.key?(:'compute_stack_limit_exceeded')
1619
+ self.compute_stack_limit_exceeded = attributes[:'compute_stack_limit_exceeded']
1620
+ end
1621
+
1622
+ if attributes.key?(:'compute_globals_limit_exceeded')
1623
+ self.compute_globals_limit_exceeded = attributes[:'compute_globals_limit_exceeded']
1624
+ end
1625
+
1626
+ if attributes.key?(:'compute_guest_errors')
1627
+ self.compute_guest_errors = attributes[:'compute_guest_errors']
1628
+ end
1629
+
1630
+ if attributes.key?(:'compute_runtime_errors')
1631
+ self.compute_runtime_errors = attributes[:'compute_runtime_errors']
1632
+ end
1633
+
1634
+ if attributes.key?(:'edge_hit_resp_body_bytes')
1635
+ self.edge_hit_resp_body_bytes = attributes[:'edge_hit_resp_body_bytes']
1636
+ end
1637
+
1638
+ if attributes.key?(:'edge_hit_resp_header_bytes')
1639
+ self.edge_hit_resp_header_bytes = attributes[:'edge_hit_resp_header_bytes']
1640
+ end
1641
+
1642
+ if attributes.key?(:'edge_miss_resp_body_bytes')
1643
+ self.edge_miss_resp_body_bytes = attributes[:'edge_miss_resp_body_bytes']
1644
+ end
1645
+
1646
+ if attributes.key?(:'edge_miss_resp_header_bytes')
1647
+ self.edge_miss_resp_header_bytes = attributes[:'edge_miss_resp_header_bytes']
1648
+ end
1649
+
1650
+ if attributes.key?(:'origin_cache_fetch_resp_body_bytes')
1651
+ self.origin_cache_fetch_resp_body_bytes = attributes[:'origin_cache_fetch_resp_body_bytes']
1652
+ end
1653
+
1654
+ if attributes.key?(:'origin_cache_fetch_resp_header_bytes')
1655
+ self.origin_cache_fetch_resp_header_bytes = attributes[:'origin_cache_fetch_resp_header_bytes']
1656
+ end
1657
+ end
1658
+
1659
+ # Show invalid properties with the reasons. Usually used together with valid?
1660
+ # @return Array for valid properties with the reasons
1661
+ def list_invalid_properties
1662
+ invalid_properties = Array.new
1663
+ invalid_properties
1664
+ end
1665
+
1666
+ # Check to see if the all the properties in the model are valid
1667
+ # @return true if the model is valid
1668
+ def valid?
1669
+ true
1670
+ end
1671
+
1672
+ # Checks equality by comparing each attribute.
1673
+ # @param [Object] Object to be compared
1674
+ def ==(o)
1675
+ return true if self.equal?(o)
1676
+ self.class == o.class &&
1677
+ requests == o.requests &&
1678
+ hits == o.hits &&
1679
+ hits_time == o.hits_time &&
1680
+ miss == o.miss &&
1681
+ miss_time == o.miss_time &&
1682
+ pass == o.pass &&
1683
+ pass_time == o.pass_time &&
1684
+ errors == o.errors &&
1685
+ restarts == o.restarts &&
1686
+ hit_ratio == o.hit_ratio &&
1687
+ bandwidth == o.bandwidth &&
1688
+ body_size == o.body_size &&
1689
+ header_size == o.header_size &&
1690
+ req_body_bytes == o.req_body_bytes &&
1691
+ req_header_bytes == o.req_header_bytes &&
1692
+ resp_body_bytes == o.resp_body_bytes &&
1693
+ resp_header_bytes == o.resp_header_bytes &&
1694
+ bereq_body_bytes == o.bereq_body_bytes &&
1695
+ bereq_header_bytes == o.bereq_header_bytes &&
1696
+ uncacheable == o.uncacheable &&
1697
+ pipe == o.pipe &&
1698
+ synth == o.synth &&
1699
+ tls == o.tls &&
1700
+ tls_v10 == o.tls_v10 &&
1701
+ tls_v11 == o.tls_v11 &&
1702
+ tls_v12 == o.tls_v12 &&
1703
+ tls_v13 == o.tls_v13 &&
1704
+ edge_requests == o.edge_requests &&
1705
+ edge_resp_header_bytes == o.edge_resp_header_bytes &&
1706
+ edge_resp_body_bytes == o.edge_resp_body_bytes &&
1707
+ edge_hit_requests == o.edge_hit_requests &&
1708
+ edge_miss_requests == o.edge_miss_requests &&
1709
+ origin_fetches == o.origin_fetches &&
1710
+ origin_fetch_header_bytes == o.origin_fetch_header_bytes &&
1711
+ origin_fetch_body_bytes == o.origin_fetch_body_bytes &&
1712
+ origin_fetch_resp_header_bytes == o.origin_fetch_resp_header_bytes &&
1713
+ origin_fetch_resp_body_bytes == o.origin_fetch_resp_body_bytes &&
1714
+ origin_revalidations == o.origin_revalidations &&
1715
+ origin_cache_fetches == o.origin_cache_fetches &&
1716
+ shield == o.shield &&
1717
+ shield_resp_body_bytes == o.shield_resp_body_bytes &&
1718
+ shield_resp_header_bytes == o.shield_resp_header_bytes &&
1719
+ shield_fetches == o.shield_fetches &&
1720
+ shield_fetch_header_bytes == o.shield_fetch_header_bytes &&
1721
+ shield_fetch_body_bytes == o.shield_fetch_body_bytes &&
1722
+ shield_fetch_resp_header_bytes == o.shield_fetch_resp_header_bytes &&
1723
+ shield_fetch_resp_body_bytes == o.shield_fetch_resp_body_bytes &&
1724
+ shield_revalidations == o.shield_revalidations &&
1725
+ shield_cache_fetches == o.shield_cache_fetches &&
1726
+ ipv6 == o.ipv6 &&
1727
+ otfp == o.otfp &&
1728
+ otfp_resp_body_bytes == o.otfp_resp_body_bytes &&
1729
+ otfp_resp_header_bytes == o.otfp_resp_header_bytes &&
1730
+ otfp_shield_resp_body_bytes == o.otfp_shield_resp_body_bytes &&
1731
+ otfp_shield_resp_header_bytes == o.otfp_shield_resp_header_bytes &&
1732
+ otfp_manifests == o.otfp_manifests &&
1733
+ otfp_deliver_time == o.otfp_deliver_time &&
1734
+ otfp_shield_time == o.otfp_shield_time &&
1735
+ video == o.video &&
1736
+ pci == o.pci &&
1737
+ log == o.log &&
1738
+ log_bytes == o.log_bytes &&
1739
+ http2 == o.http2 &&
1740
+ http3 == o.http3 &&
1741
+ waf_logged == o.waf_logged &&
1742
+ waf_blocked == o.waf_blocked &&
1743
+ waf_passed == o.waf_passed &&
1744
+ attack_req_body_bytes == o.attack_req_body_bytes &&
1745
+ attack_req_header_bytes == o.attack_req_header_bytes &&
1746
+ attack_logged_req_body_bytes == o.attack_logged_req_body_bytes &&
1747
+ attack_logged_req_header_bytes == o.attack_logged_req_header_bytes &&
1748
+ attack_blocked_req_body_bytes == o.attack_blocked_req_body_bytes &&
1749
+ attack_blocked_req_header_bytes == o.attack_blocked_req_header_bytes &&
1750
+ attack_passed_req_body_bytes == o.attack_passed_req_body_bytes &&
1751
+ attack_passed_req_header_bytes == o.attack_passed_req_header_bytes &&
1752
+ attack_resp_synth_bytes == o.attack_resp_synth_bytes &&
1753
+ imgopto == o.imgopto &&
1754
+ imgopto_resp_body_bytes == o.imgopto_resp_body_bytes &&
1755
+ imgopto_resp_header_bytes == o.imgopto_resp_header_bytes &&
1756
+ imgopto_shield_resp_body_bytes == o.imgopto_shield_resp_body_bytes &&
1757
+ imgopto_shield_resp_header_bytes == o.imgopto_shield_resp_header_bytes &&
1758
+ imgvideo == o.imgvideo &&
1759
+ imgvideo_frames == o.imgvideo_frames &&
1760
+ imgvideo_resp_header_bytes == o.imgvideo_resp_header_bytes &&
1761
+ imgvideo_resp_body_bytes == o.imgvideo_resp_body_bytes &&
1762
+ imgvideo_shield_resp_header_bytes == o.imgvideo_shield_resp_header_bytes &&
1763
+ imgvideo_shield_resp_body_bytes == o.imgvideo_shield_resp_body_bytes &&
1764
+ imgvideo_shield == o.imgvideo_shield &&
1765
+ imgvideo_shield_frames == o.imgvideo_shield_frames &&
1766
+ status_200 == o.status_200 &&
1767
+ status_204 == o.status_204 &&
1768
+ status_206 == o.status_206 &&
1769
+ status_301 == o.status_301 &&
1770
+ status_302 == o.status_302 &&
1771
+ status_304 == o.status_304 &&
1772
+ status_400 == o.status_400 &&
1773
+ status_401 == o.status_401 &&
1774
+ status_403 == o.status_403 &&
1775
+ status_404 == o.status_404 &&
1776
+ status_416 == o.status_416 &&
1777
+ status_429 == o.status_429 &&
1778
+ status_500 == o.status_500 &&
1779
+ status_501 == o.status_501 &&
1780
+ status_502 == o.status_502 &&
1781
+ status_503 == o.status_503 &&
1782
+ status_504 == o.status_504 &&
1783
+ status_505 == o.status_505 &&
1784
+ status_1xx == o.status_1xx &&
1785
+ status_2xx == o.status_2xx &&
1786
+ status_3xx == o.status_3xx &&
1787
+ status_4xx == o.status_4xx &&
1788
+ status_5xx == o.status_5xx &&
1789
+ object_size_1k == o.object_size_1k &&
1790
+ object_size_10k == o.object_size_10k &&
1791
+ object_size_100k == o.object_size_100k &&
1792
+ object_size_1m == o.object_size_1m &&
1793
+ object_size_10m == o.object_size_10m &&
1794
+ object_size_100m == o.object_size_100m &&
1795
+ object_size_1g == o.object_size_1g &&
1796
+ recv_sub_time == o.recv_sub_time &&
1797
+ recv_sub_count == o.recv_sub_count &&
1798
+ hash_sub_time == o.hash_sub_time &&
1799
+ hash_sub_count == o.hash_sub_count &&
1800
+ miss_sub_time == o.miss_sub_time &&
1801
+ miss_sub_count == o.miss_sub_count &&
1802
+ fetch_sub_time == o.fetch_sub_time &&
1803
+ fetch_sub_count == o.fetch_sub_count &&
1804
+ pass_sub_time == o.pass_sub_time &&
1805
+ pass_sub_count == o.pass_sub_count &&
1806
+ pipe_sub_time == o.pipe_sub_time &&
1807
+ pipe_sub_count == o.pipe_sub_count &&
1808
+ deliver_sub_time == o.deliver_sub_time &&
1809
+ deliver_sub_count == o.deliver_sub_count &&
1810
+ error_sub_time == o.error_sub_time &&
1811
+ error_sub_count == o.error_sub_count &&
1812
+ hit_sub_time == o.hit_sub_time &&
1813
+ hit_sub_count == o.hit_sub_count &&
1814
+ prehash_sub_time == o.prehash_sub_time &&
1815
+ prehash_sub_count == o.prehash_sub_count &&
1816
+ predeliver_sub_time == o.predeliver_sub_time &&
1817
+ predeliver_sub_count == o.predeliver_sub_count &&
1818
+ tls_handshake_sent_bytes == o.tls_handshake_sent_bytes &&
1819
+ hit_resp_body_bytes == o.hit_resp_body_bytes &&
1820
+ miss_resp_body_bytes == o.miss_resp_body_bytes &&
1821
+ pass_resp_body_bytes == o.pass_resp_body_bytes &&
1822
+ segblock_origin_fetches == o.segblock_origin_fetches &&
1823
+ segblock_shield_fetches == o.segblock_shield_fetches &&
1824
+ compute_requests == o.compute_requests &&
1825
+ compute_request_time_ms == o.compute_request_time_ms &&
1826
+ compute_ram_used == o.compute_ram_used &&
1827
+ compute_execution_time_ms == o.compute_execution_time_ms &&
1828
+ compute_req_header_bytes == o.compute_req_header_bytes &&
1829
+ compute_req_body_bytes == o.compute_req_body_bytes &&
1830
+ compute_resp_header_bytes == o.compute_resp_header_bytes &&
1831
+ compute_resp_body_bytes == o.compute_resp_body_bytes &&
1832
+ compute_resp_status_1xx == o.compute_resp_status_1xx &&
1833
+ compute_resp_status_2xx == o.compute_resp_status_2xx &&
1834
+ compute_resp_status_3xx == o.compute_resp_status_3xx &&
1835
+ compute_resp_status_4xx == o.compute_resp_status_4xx &&
1836
+ compute_resp_status_5xx == o.compute_resp_status_5xx &&
1837
+ compute_bereq_header_bytes == o.compute_bereq_header_bytes &&
1838
+ compute_bereq_body_bytes == o.compute_bereq_body_bytes &&
1839
+ compute_beresp_header_bytes == o.compute_beresp_header_bytes &&
1840
+ compute_beresp_body_bytes == o.compute_beresp_body_bytes &&
1841
+ compute_bereqs == o.compute_bereqs &&
1842
+ compute_bereq_errors == o.compute_bereq_errors &&
1843
+ compute_resource_limit_exceeded == o.compute_resource_limit_exceeded &&
1844
+ compute_heap_limit_exceeded == o.compute_heap_limit_exceeded &&
1845
+ compute_stack_limit_exceeded == o.compute_stack_limit_exceeded &&
1846
+ compute_globals_limit_exceeded == o.compute_globals_limit_exceeded &&
1847
+ compute_guest_errors == o.compute_guest_errors &&
1848
+ compute_runtime_errors == o.compute_runtime_errors &&
1849
+ edge_hit_resp_body_bytes == o.edge_hit_resp_body_bytes &&
1850
+ edge_hit_resp_header_bytes == o.edge_hit_resp_header_bytes &&
1851
+ edge_miss_resp_body_bytes == o.edge_miss_resp_body_bytes &&
1852
+ edge_miss_resp_header_bytes == o.edge_miss_resp_header_bytes &&
1853
+ origin_cache_fetch_resp_body_bytes == o.origin_cache_fetch_resp_body_bytes &&
1854
+ origin_cache_fetch_resp_header_bytes == o.origin_cache_fetch_resp_header_bytes
1855
+ end
1856
+
1857
+ # @see the `==` method
1858
+ # @param [Object] Object to be compared
1859
+ def eql?(o)
1860
+ self == o
1861
+ end
1862
+
1863
+ # Calculates hash code according to all attributes.
1864
+ # @return [Integer] Hash code
1865
+ def hash
1866
+ [requests, hits, hits_time, miss, miss_time, pass, pass_time, errors, restarts, hit_ratio, bandwidth, body_size, header_size, req_body_bytes, req_header_bytes, resp_body_bytes, resp_header_bytes, bereq_body_bytes, bereq_header_bytes, uncacheable, pipe, synth, tls, tls_v10, tls_v11, tls_v12, tls_v13, edge_requests, edge_resp_header_bytes, edge_resp_body_bytes, edge_hit_requests, edge_miss_requests, origin_fetches, origin_fetch_header_bytes, origin_fetch_body_bytes, origin_fetch_resp_header_bytes, origin_fetch_resp_body_bytes, origin_revalidations, origin_cache_fetches, shield, shield_resp_body_bytes, shield_resp_header_bytes, shield_fetches, shield_fetch_header_bytes, shield_fetch_body_bytes, shield_fetch_resp_header_bytes, shield_fetch_resp_body_bytes, shield_revalidations, shield_cache_fetches, ipv6, otfp, otfp_resp_body_bytes, otfp_resp_header_bytes, otfp_shield_resp_body_bytes, otfp_shield_resp_header_bytes, otfp_manifests, otfp_deliver_time, otfp_shield_time, video, pci, log, log_bytes, http2, http3, waf_logged, waf_blocked, waf_passed, attack_req_body_bytes, attack_req_header_bytes, attack_logged_req_body_bytes, attack_logged_req_header_bytes, attack_blocked_req_body_bytes, attack_blocked_req_header_bytes, attack_passed_req_body_bytes, attack_passed_req_header_bytes, attack_resp_synth_bytes, imgopto, imgopto_resp_body_bytes, imgopto_resp_header_bytes, imgopto_shield_resp_body_bytes, imgopto_shield_resp_header_bytes, imgvideo, imgvideo_frames, imgvideo_resp_header_bytes, imgvideo_resp_body_bytes, imgvideo_shield_resp_header_bytes, imgvideo_shield_resp_body_bytes, imgvideo_shield, imgvideo_shield_frames, status_200, status_204, status_206, status_301, status_302, status_304, status_400, status_401, status_403, status_404, status_416, status_429, status_500, status_501, status_502, status_503, status_504, status_505, status_1xx, status_2xx, status_3xx, status_4xx, status_5xx, object_size_1k, object_size_10k, object_size_100k, object_size_1m, object_size_10m, object_size_100m, object_size_1g, recv_sub_time, recv_sub_count, hash_sub_time, hash_sub_count, miss_sub_time, miss_sub_count, fetch_sub_time, fetch_sub_count, pass_sub_time, pass_sub_count, pipe_sub_time, pipe_sub_count, deliver_sub_time, deliver_sub_count, error_sub_time, error_sub_count, hit_sub_time, hit_sub_count, prehash_sub_time, prehash_sub_count, predeliver_sub_time, predeliver_sub_count, tls_handshake_sent_bytes, hit_resp_body_bytes, miss_resp_body_bytes, pass_resp_body_bytes, segblock_origin_fetches, segblock_shield_fetches, compute_requests, compute_request_time_ms, compute_ram_used, compute_execution_time_ms, compute_req_header_bytes, compute_req_body_bytes, compute_resp_header_bytes, compute_resp_body_bytes, compute_resp_status_1xx, compute_resp_status_2xx, compute_resp_status_3xx, compute_resp_status_4xx, compute_resp_status_5xx, compute_bereq_header_bytes, compute_bereq_body_bytes, compute_beresp_header_bytes, compute_beresp_body_bytes, compute_bereqs, compute_bereq_errors, compute_resource_limit_exceeded, compute_heap_limit_exceeded, compute_stack_limit_exceeded, compute_globals_limit_exceeded, compute_guest_errors, compute_runtime_errors, edge_hit_resp_body_bytes, edge_hit_resp_header_bytes, edge_miss_resp_body_bytes, edge_miss_resp_header_bytes, origin_cache_fetch_resp_body_bytes, origin_cache_fetch_resp_header_bytes].hash
1867
+ end
1868
+
1869
+ # Builds the object from hash
1870
+ # @param [Hash] attributes Model attributes in the form of hash
1871
+ # @return [Object] Returns the model itself
1872
+ def self.build_from_hash(attributes)
1873
+ new.build_from_hash(attributes)
1874
+ end
1875
+
1876
+ # Builds the object from hash
1877
+ # @param [Hash] attributes Model attributes in the form of hash
1878
+ # @return [Object] Returns the model itself
1879
+ def build_from_hash(attributes)
1880
+ return nil unless attributes.is_a?(Hash)
1881
+ self.class.fastly_types.each_pair do |key, type|
1882
+ if attributes[self.class.attribute_map[key]].nil? && self.class.fastly_nullable.include?(key)
1883
+ self.send("#{key}=", nil)
1884
+ elsif type =~ /\AArray<(.*)>/i
1885
+ # check to ensure the input is an array given that the attribute
1886
+ # is documented as an array but the input is not
1887
+ if attributes[self.class.attribute_map[key]].is_a?(Array)
1888
+ self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
1889
+ end
1890
+ elsif !attributes[self.class.attribute_map[key]].nil?
1891
+ self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
1892
+ end
1893
+ end
1894
+
1895
+ self
1896
+ end
1897
+
1898
+ # Deserializes the data based on type
1899
+ # @param string type Data type
1900
+ # @param string value Value to be deserialized
1901
+ # @return [Object] Deserialized data
1902
+ def _deserialize(type, value)
1903
+ case type.to_sym
1904
+ when :Time
1905
+ Time.parse(value)
1906
+ when :Date
1907
+ Date.parse(value)
1908
+ when :String
1909
+ value.to_s
1910
+ when :Integer
1911
+ value.to_i
1912
+ when :Float
1913
+ value.to_f
1914
+ when :Boolean
1915
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
1916
+ true
1917
+ else
1918
+ false
1919
+ end
1920
+ when :Object
1921
+ # generic object (usually a Hash), return directly
1922
+ value
1923
+ when /\AArray<(?<inner_type>.+)>\z/
1924
+ inner_type = Regexp.last_match[:inner_type]
1925
+ value.map { |v| _deserialize(inner_type, v) }
1926
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
1927
+ k_type = Regexp.last_match[:k_type]
1928
+ v_type = Regexp.last_match[:v_type]
1929
+ {}.tap do |hash|
1930
+ value.each do |k, v|
1931
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
1932
+ end
1933
+ end
1934
+ else # model
1935
+ # models (e.g. Pet) or oneOf
1936
+ klass = Fastly.const_get(type)
1937
+ klass.respond_to?(:fastly_one_of) ? klass.build(value) : klass.build_from_hash(value)
1938
+ end
1939
+ end
1940
+
1941
+ # Returns the string representation of the object
1942
+ # @return [String] String presentation of the object
1943
+ def to_s
1944
+ to_hash.to_s
1945
+ end
1946
+
1947
+ # to_body is an alias to to_hash (backward compatibility)
1948
+ # @return [Hash] Returns the object in the form of hash
1949
+ def to_body
1950
+ to_hash
1951
+ end
1952
+
1953
+ # Returns the object in the form of hash
1954
+ # @return [Hash] Returns the object in the form of hash
1955
+ def to_hash
1956
+ hash = {}
1957
+ self.class.attribute_map.each_pair do |attr, param|
1958
+ value = self.send(attr)
1959
+ if value.nil?
1960
+ is_nullable = self.class.fastly_nullable.include?(attr)
1961
+ next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
1962
+ end
1963
+
1964
+ hash[param] = _to_hash(value)
1965
+ end
1966
+ hash
1967
+ end
1968
+
1969
+ # Outputs non-array value in the form of hash
1970
+ # For object, use to_hash. Otherwise, just return the value
1971
+ # @param [Object] value Any valid value
1972
+ # @return [Hash] Returns the value in the form of hash
1973
+ def _to_hash(value)
1974
+ if value.is_a?(Array)
1975
+ value.compact.map { |v| _to_hash(v) }
1976
+ elsif value.is_a?(Hash)
1977
+ {}.tap do |hash|
1978
+ value.each { |k, v| hash[k] = _to_hash(v) }
1979
+ end
1980
+ elsif value.respond_to? :to_hash
1981
+ value.to_hash
1982
+ else
1983
+ value
1984
+ end
1985
+ end
1986
+
1987
+ end
1988
+
1989
+ end