fastly 8.1.0 → 8.2.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -56,7 +56,7 @@ module Fastly
56
56
  # Total amount of time spent processing cache misses (in seconds).
57
57
  attr_accessor :miss_time
58
58
 
59
- # A histogram. Each key represents the upper bound of a span of 10 milliseconds and the values represent the number of requests to origin during that 10ms period. Any origin request that takes more than 60 seconds to return will be in the 60000 bucket.
59
+ # A histogram. The value in each bucket is the number of requests to the origin whose responses arrived during the time period represented by the bucket. The key of each bucket represents the upper bound (in response time) of that bucket. The buckets vary in width and cover the time periods 0-10ms (in 1ms increments), 10-250ms (in 10ms increments), 250-1,000ms (in 50ms increments), 1,000-3,000ms (in 100ms increments), 3,000-10,000ms (in 500 ms increments), 10,000-20,000ms (in 1,000ms increments), 20,000-60,000ms (in 5,000ms increments), and 60,000ms through infinity (in a single bucket).
60
60
  attr_accessor :miss_histogram
61
61
 
62
62
  # The total number of requests that were received for your service by Fastly.
@@ -695,6 +695,69 @@ module Fastly
695
695
  # The number of challenge-complete tokens issued. For example, issuing a challenge-complete token after a series of CAPTCHA challenges ending in success.
696
696
  attr_accessor :bot_challenge_complete_tokens_issued
697
697
 
698
+ # The number of times the downgrade action was taken. The downgrade action restricts the client to http1.
699
+ attr_accessor :ddos_action_downgrade
700
+
701
+ # The number of connections the downgrade action was applied to. The downgrade action restricts the connection to http1.
702
+ attr_accessor :ddos_action_downgraded_connections
703
+
704
+ # Number of cache hits for a VCL service running on Compute.
705
+ attr_accessor :vcl_on_compute_hit_requests
706
+
707
+ # Number of cache misses for a VCL service running on Compute.
708
+ attr_accessor :vcl_on_compute_miss_requests
709
+
710
+ # Number of requests that passed through the CDN without being cached for a VCL service running on Compute.
711
+ attr_accessor :vcl_on_compute_pass_requests
712
+
713
+ # Number of cache errors for a VCL service running on Compute.
714
+ attr_accessor :vcl_on_compute_error_requests
715
+
716
+ # Number of requests that returned a synthetic response (i.e., response objects created with the `synthetic` VCL statement) for a VCL service running on Compute.
717
+ attr_accessor :vcl_on_compute_synth_requests
718
+
719
+ # Number of requests sent by end users to Fastly that resulted in a hit at the edge for a VCL service running on Compute.
720
+ attr_accessor :vcl_on_compute_edge_hit_requests
721
+
722
+ # Number of requests sent by end users to Fastly that resulted in a miss at the edge for a VCL service running on Compute.
723
+ attr_accessor :vcl_on_compute_edge_miss_requests
724
+
725
+ # Number of cache hits for a VCL service.
726
+ attr_accessor :all_hit_requests
727
+
728
+ # Number of cache misses for a VCL service.
729
+ attr_accessor :all_miss_requests
730
+
731
+ # Number of requests that passed through the CDN without being cached for a VCL service.
732
+ attr_accessor :all_pass_requests
733
+
734
+ # Number of cache errors for a VCL service.
735
+ attr_accessor :all_error_requests
736
+
737
+ # Number of requests that returned a synthetic response (i.e., response objects created with the `synthetic` VCL statement) for a VCL service.
738
+ attr_accessor :all_synth_requests
739
+
740
+ # Number of requests sent by end users to Fastly that resulted in a hit at the edge for a VCL service.
741
+ attr_accessor :all_edge_hit_requests
742
+
743
+ # Number of requests sent by end users to Fastly that resulted in a miss at the edge for a VCL service.
744
+ attr_accessor :all_edge_miss_requests
745
+
746
+ # Number of \"Informational\" category status codes delivered for all sources.
747
+ attr_accessor :all_status_1xx
748
+
749
+ # Number of \"Success\" status codes delivered for all sources.
750
+ attr_accessor :all_status_2xx
751
+
752
+ # Number of \"Redirection\" codes delivered for all sources.
753
+ attr_accessor :all_status_3xx
754
+
755
+ # Number of \"Client Error\" codes delivered for all sources.
756
+ attr_accessor :all_status_4xx
757
+
758
+ # Number of \"Server Error\" codes delivered for all sources.
759
+ attr_accessor :all_status_5xx
760
+
698
761
  # Attribute mapping from ruby-style variable name to JSON key.
699
762
  def self.attribute_map
700
763
  {
@@ -924,7 +987,28 @@ module Fastly
924
987
  :'bot_challenges_issued' => :'bot_challenges_issued',
925
988
  :'bot_challenges_succeeded' => :'bot_challenges_succeeded',
926
989
  :'bot_challenges_failed' => :'bot_challenges_failed',
927
- :'bot_challenge_complete_tokens_issued' => :'bot_challenge_complete_tokens_issued'
990
+ :'bot_challenge_complete_tokens_issued' => :'bot_challenge_complete_tokens_issued',
991
+ :'ddos_action_downgrade' => :'ddos_action_downgrade',
992
+ :'ddos_action_downgraded_connections' => :'ddos_action_downgraded_connections',
993
+ :'vcl_on_compute_hit_requests' => :'vcl_on_compute_hit_requests',
994
+ :'vcl_on_compute_miss_requests' => :'vcl_on_compute_miss_requests',
995
+ :'vcl_on_compute_pass_requests' => :'vcl_on_compute_pass_requests',
996
+ :'vcl_on_compute_error_requests' => :'vcl_on_compute_error_requests',
997
+ :'vcl_on_compute_synth_requests' => :'vcl_on_compute_synth_requests',
998
+ :'vcl_on_compute_edge_hit_requests' => :'vcl_on_compute_edge_hit_requests',
999
+ :'vcl_on_compute_edge_miss_requests' => :'vcl_on_compute_edge_miss_requests',
1000
+ :'all_hit_requests' => :'all_hit_requests',
1001
+ :'all_miss_requests' => :'all_miss_requests',
1002
+ :'all_pass_requests' => :'all_pass_requests',
1003
+ :'all_error_requests' => :'all_error_requests',
1004
+ :'all_synth_requests' => :'all_synth_requests',
1005
+ :'all_edge_hit_requests' => :'all_edge_hit_requests',
1006
+ :'all_edge_miss_requests' => :'all_edge_miss_requests',
1007
+ :'all_status_1xx' => :'all_status_1xx',
1008
+ :'all_status_2xx' => :'all_status_2xx',
1009
+ :'all_status_3xx' => :'all_status_3xx',
1010
+ :'all_status_4xx' => :'all_status_4xx',
1011
+ :'all_status_5xx' => :'all_status_5xx'
928
1012
  }
929
1013
  end
930
1014
 
@@ -1162,7 +1246,28 @@ module Fastly
1162
1246
  :'bot_challenges_issued' => :'Integer',
1163
1247
  :'bot_challenges_succeeded' => :'Integer',
1164
1248
  :'bot_challenges_failed' => :'Integer',
1165
- :'bot_challenge_complete_tokens_issued' => :'Integer'
1249
+ :'bot_challenge_complete_tokens_issued' => :'Integer',
1250
+ :'ddos_action_downgrade' => :'Integer',
1251
+ :'ddos_action_downgraded_connections' => :'Integer',
1252
+ :'vcl_on_compute_hit_requests' => :'Integer',
1253
+ :'vcl_on_compute_miss_requests' => :'Integer',
1254
+ :'vcl_on_compute_pass_requests' => :'Integer',
1255
+ :'vcl_on_compute_error_requests' => :'Integer',
1256
+ :'vcl_on_compute_synth_requests' => :'Integer',
1257
+ :'vcl_on_compute_edge_hit_requests' => :'Integer',
1258
+ :'vcl_on_compute_edge_miss_requests' => :'Integer',
1259
+ :'all_hit_requests' => :'Integer',
1260
+ :'all_miss_requests' => :'Integer',
1261
+ :'all_pass_requests' => :'Integer',
1262
+ :'all_error_requests' => :'Integer',
1263
+ :'all_synth_requests' => :'Integer',
1264
+ :'all_edge_hit_requests' => :'Integer',
1265
+ :'all_edge_miss_requests' => :'Integer',
1266
+ :'all_status_1xx' => :'Integer',
1267
+ :'all_status_2xx' => :'Integer',
1268
+ :'all_status_3xx' => :'Integer',
1269
+ :'all_status_4xx' => :'Integer',
1270
+ :'all_status_5xx' => :'Integer'
1166
1271
  }
1167
1272
  end
1168
1273
 
@@ -2103,6 +2208,90 @@ module Fastly
2103
2208
  if attributes.key?(:'bot_challenge_complete_tokens_issued')
2104
2209
  self.bot_challenge_complete_tokens_issued = attributes[:'bot_challenge_complete_tokens_issued']
2105
2210
  end
2211
+
2212
+ if attributes.key?(:'ddos_action_downgrade')
2213
+ self.ddos_action_downgrade = attributes[:'ddos_action_downgrade']
2214
+ end
2215
+
2216
+ if attributes.key?(:'ddos_action_downgraded_connections')
2217
+ self.ddos_action_downgraded_connections = attributes[:'ddos_action_downgraded_connections']
2218
+ end
2219
+
2220
+ if attributes.key?(:'vcl_on_compute_hit_requests')
2221
+ self.vcl_on_compute_hit_requests = attributes[:'vcl_on_compute_hit_requests']
2222
+ end
2223
+
2224
+ if attributes.key?(:'vcl_on_compute_miss_requests')
2225
+ self.vcl_on_compute_miss_requests = attributes[:'vcl_on_compute_miss_requests']
2226
+ end
2227
+
2228
+ if attributes.key?(:'vcl_on_compute_pass_requests')
2229
+ self.vcl_on_compute_pass_requests = attributes[:'vcl_on_compute_pass_requests']
2230
+ end
2231
+
2232
+ if attributes.key?(:'vcl_on_compute_error_requests')
2233
+ self.vcl_on_compute_error_requests = attributes[:'vcl_on_compute_error_requests']
2234
+ end
2235
+
2236
+ if attributes.key?(:'vcl_on_compute_synth_requests')
2237
+ self.vcl_on_compute_synth_requests = attributes[:'vcl_on_compute_synth_requests']
2238
+ end
2239
+
2240
+ if attributes.key?(:'vcl_on_compute_edge_hit_requests')
2241
+ self.vcl_on_compute_edge_hit_requests = attributes[:'vcl_on_compute_edge_hit_requests']
2242
+ end
2243
+
2244
+ if attributes.key?(:'vcl_on_compute_edge_miss_requests')
2245
+ self.vcl_on_compute_edge_miss_requests = attributes[:'vcl_on_compute_edge_miss_requests']
2246
+ end
2247
+
2248
+ if attributes.key?(:'all_hit_requests')
2249
+ self.all_hit_requests = attributes[:'all_hit_requests']
2250
+ end
2251
+
2252
+ if attributes.key?(:'all_miss_requests')
2253
+ self.all_miss_requests = attributes[:'all_miss_requests']
2254
+ end
2255
+
2256
+ if attributes.key?(:'all_pass_requests')
2257
+ self.all_pass_requests = attributes[:'all_pass_requests']
2258
+ end
2259
+
2260
+ if attributes.key?(:'all_error_requests')
2261
+ self.all_error_requests = attributes[:'all_error_requests']
2262
+ end
2263
+
2264
+ if attributes.key?(:'all_synth_requests')
2265
+ self.all_synth_requests = attributes[:'all_synth_requests']
2266
+ end
2267
+
2268
+ if attributes.key?(:'all_edge_hit_requests')
2269
+ self.all_edge_hit_requests = attributes[:'all_edge_hit_requests']
2270
+ end
2271
+
2272
+ if attributes.key?(:'all_edge_miss_requests')
2273
+ self.all_edge_miss_requests = attributes[:'all_edge_miss_requests']
2274
+ end
2275
+
2276
+ if attributes.key?(:'all_status_1xx')
2277
+ self.all_status_1xx = attributes[:'all_status_1xx']
2278
+ end
2279
+
2280
+ if attributes.key?(:'all_status_2xx')
2281
+ self.all_status_2xx = attributes[:'all_status_2xx']
2282
+ end
2283
+
2284
+ if attributes.key?(:'all_status_3xx')
2285
+ self.all_status_3xx = attributes[:'all_status_3xx']
2286
+ end
2287
+
2288
+ if attributes.key?(:'all_status_4xx')
2289
+ self.all_status_4xx = attributes[:'all_status_4xx']
2290
+ end
2291
+
2292
+ if attributes.key?(:'all_status_5xx')
2293
+ self.all_status_5xx = attributes[:'all_status_5xx']
2294
+ end
2106
2295
  end
2107
2296
 
2108
2297
  # Show invalid properties with the reasons. Usually used together with valid?
@@ -2349,7 +2538,28 @@ module Fastly
2349
2538
  bot_challenges_issued == o.bot_challenges_issued &&
2350
2539
  bot_challenges_succeeded == o.bot_challenges_succeeded &&
2351
2540
  bot_challenges_failed == o.bot_challenges_failed &&
2352
- bot_challenge_complete_tokens_issued == o.bot_challenge_complete_tokens_issued
2541
+ bot_challenge_complete_tokens_issued == o.bot_challenge_complete_tokens_issued &&
2542
+ ddos_action_downgrade == o.ddos_action_downgrade &&
2543
+ ddos_action_downgraded_connections == o.ddos_action_downgraded_connections &&
2544
+ vcl_on_compute_hit_requests == o.vcl_on_compute_hit_requests &&
2545
+ vcl_on_compute_miss_requests == o.vcl_on_compute_miss_requests &&
2546
+ vcl_on_compute_pass_requests == o.vcl_on_compute_pass_requests &&
2547
+ vcl_on_compute_error_requests == o.vcl_on_compute_error_requests &&
2548
+ vcl_on_compute_synth_requests == o.vcl_on_compute_synth_requests &&
2549
+ vcl_on_compute_edge_hit_requests == o.vcl_on_compute_edge_hit_requests &&
2550
+ vcl_on_compute_edge_miss_requests == o.vcl_on_compute_edge_miss_requests &&
2551
+ all_hit_requests == o.all_hit_requests &&
2552
+ all_miss_requests == o.all_miss_requests &&
2553
+ all_pass_requests == o.all_pass_requests &&
2554
+ all_error_requests == o.all_error_requests &&
2555
+ all_synth_requests == o.all_synth_requests &&
2556
+ all_edge_hit_requests == o.all_edge_hit_requests &&
2557
+ all_edge_miss_requests == o.all_edge_miss_requests &&
2558
+ all_status_1xx == o.all_status_1xx &&
2559
+ all_status_2xx == o.all_status_2xx &&
2560
+ all_status_3xx == o.all_status_3xx &&
2561
+ all_status_4xx == o.all_status_4xx &&
2562
+ all_status_5xx == o.all_status_5xx
2353
2563
  end
2354
2564
 
2355
2565
  # @see the `==` method
@@ -2361,7 +2571,7 @@ module Fastly
2361
2571
  # Calculates hash code according to all attributes.
2362
2572
  # @return [Integer] Hash code
2363
2573
  def hash
2364
- [requests, logging, log, resp_header_bytes, header_size, resp_body_bytes, body_size, hits, miss, pass, synth, errors, hits_time, miss_time, miss_histogram, compute_requests, compute_execution_time_ms, compute_ram_used, compute_request_time_ms, compute_request_time_billed_ms, shield, ipv6, imgopto, imgopto_shield, imgopto_transforms, otfp, otfp_shield, otfp_manifests, video, pci, http2, http3, restarts, req_header_bytes, req_body_bytes, bereq_header_bytes, bereq_body_bytes, waf_blocked, waf_logged, waf_passed, attack_req_header_bytes, attack_req_body_bytes, attack_resp_synth_bytes, attack_logged_req_header_bytes, attack_logged_req_body_bytes, attack_blocked_req_header_bytes, attack_blocked_req_body_bytes, attack_passed_req_header_bytes, attack_passed_req_body_bytes, shield_resp_header_bytes, shield_resp_body_bytes, otfp_resp_header_bytes, otfp_resp_body_bytes, otfp_shield_resp_header_bytes, otfp_shield_resp_body_bytes, otfp_shield_time, otfp_deliver_time, imgopto_resp_header_bytes, imgopto_resp_body_bytes, imgopto_shield_resp_header_bytes, imgopto_shield_resp_body_bytes, status_1xx, status_2xx, status_3xx, status_4xx, status_5xx, status_200, status_204, status_206, status_301, status_302, status_304, status_400, status_401, status_403, status_404, status_406, status_416, status_429, status_500, status_501, status_502, status_503, status_504, status_505, uncacheable, pass_time, tls, tls_v10, tls_v11, tls_v12, tls_v13, object_size_1k, object_size_10k, object_size_100k, object_size_1m, object_size_10m, object_size_100m, object_size_1g, object_size_other, 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, hit_resp_body_bytes, miss_resp_body_bytes, pass_resp_body_bytes, compute_req_header_bytes, compute_req_body_bytes, compute_resp_header_bytes, compute_resp_body_bytes, imgvideo, imgvideo_frames, imgvideo_resp_header_bytes, imgvideo_resp_body_bytes, imgvideo_shield, imgvideo_shield_frames, imgvideo_shield_resp_header_bytes, imgvideo_shield_resp_body_bytes, log_bytes, edge_requests, edge_resp_header_bytes, edge_resp_body_bytes, origin_revalidations, origin_fetches, origin_fetch_header_bytes, origin_fetch_body_bytes, origin_fetch_resp_header_bytes, origin_fetch_resp_body_bytes, shield_revalidations, shield_fetches, shield_fetch_header_bytes, shield_fetch_body_bytes, shield_fetch_resp_header_bytes, shield_fetch_resp_body_bytes, segblock_origin_fetches, segblock_shield_fetches, compute_resp_status_1xx, compute_resp_status_2xx, compute_resp_status_3xx, compute_resp_status_4xx, compute_resp_status_5xx, edge_hit_requests, edge_miss_requests, compute_bereq_header_bytes, compute_bereq_body_bytes, compute_beresp_header_bytes, compute_beresp_body_bytes, origin_cache_fetches, shield_cache_fetches, 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, shield_hit_requests, shield_miss_requests, shield_hit_resp_header_bytes, shield_hit_resp_body_bytes, shield_miss_resp_header_bytes, shield_miss_resp_body_bytes, websocket_req_header_bytes, websocket_req_body_bytes, websocket_resp_header_bytes, websocket_bereq_header_bytes, websocket_bereq_body_bytes, websocket_beresp_header_bytes, websocket_beresp_body_bytes, websocket_conn_time_ms, websocket_resp_body_bytes, fanout_recv_publishes, fanout_send_publishes, kv_store_class_a_operations, kv_store_class_b_operations, object_store_class_a_operations, object_store_class_b_operations, fanout_req_header_bytes, fanout_req_body_bytes, fanout_resp_header_bytes, fanout_resp_body_bytes, fanout_bereq_header_bytes, fanout_bereq_body_bytes, fanout_beresp_header_bytes, fanout_beresp_body_bytes, fanout_conn_time_ms, ddos_action_limit_streams_connections, ddos_action_limit_streams_requests, ddos_action_tarpit_accept, ddos_action_tarpit, ddos_action_close, ddos_action_blackhole, bot_challenge_starts, bot_challenge_complete_tokens_passed, bot_challenge_complete_tokens_failed, bot_challenge_complete_tokens_checked, bot_challenge_complete_tokens_disabled, bot_challenges_issued, bot_challenges_succeeded, bot_challenges_failed, bot_challenge_complete_tokens_issued].hash
2574
+ [requests, logging, log, resp_header_bytes, header_size, resp_body_bytes, body_size, hits, miss, pass, synth, errors, hits_time, miss_time, miss_histogram, compute_requests, compute_execution_time_ms, compute_ram_used, compute_request_time_ms, compute_request_time_billed_ms, shield, ipv6, imgopto, imgopto_shield, imgopto_transforms, otfp, otfp_shield, otfp_manifests, video, pci, http2, http3, restarts, req_header_bytes, req_body_bytes, bereq_header_bytes, bereq_body_bytes, waf_blocked, waf_logged, waf_passed, attack_req_header_bytes, attack_req_body_bytes, attack_resp_synth_bytes, attack_logged_req_header_bytes, attack_logged_req_body_bytes, attack_blocked_req_header_bytes, attack_blocked_req_body_bytes, attack_passed_req_header_bytes, attack_passed_req_body_bytes, shield_resp_header_bytes, shield_resp_body_bytes, otfp_resp_header_bytes, otfp_resp_body_bytes, otfp_shield_resp_header_bytes, otfp_shield_resp_body_bytes, otfp_shield_time, otfp_deliver_time, imgopto_resp_header_bytes, imgopto_resp_body_bytes, imgopto_shield_resp_header_bytes, imgopto_shield_resp_body_bytes, status_1xx, status_2xx, status_3xx, status_4xx, status_5xx, status_200, status_204, status_206, status_301, status_302, status_304, status_400, status_401, status_403, status_404, status_406, status_416, status_429, status_500, status_501, status_502, status_503, status_504, status_505, uncacheable, pass_time, tls, tls_v10, tls_v11, tls_v12, tls_v13, object_size_1k, object_size_10k, object_size_100k, object_size_1m, object_size_10m, object_size_100m, object_size_1g, object_size_other, 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, hit_resp_body_bytes, miss_resp_body_bytes, pass_resp_body_bytes, compute_req_header_bytes, compute_req_body_bytes, compute_resp_header_bytes, compute_resp_body_bytes, imgvideo, imgvideo_frames, imgvideo_resp_header_bytes, imgvideo_resp_body_bytes, imgvideo_shield, imgvideo_shield_frames, imgvideo_shield_resp_header_bytes, imgvideo_shield_resp_body_bytes, log_bytes, edge_requests, edge_resp_header_bytes, edge_resp_body_bytes, origin_revalidations, origin_fetches, origin_fetch_header_bytes, origin_fetch_body_bytes, origin_fetch_resp_header_bytes, origin_fetch_resp_body_bytes, shield_revalidations, shield_fetches, shield_fetch_header_bytes, shield_fetch_body_bytes, shield_fetch_resp_header_bytes, shield_fetch_resp_body_bytes, segblock_origin_fetches, segblock_shield_fetches, compute_resp_status_1xx, compute_resp_status_2xx, compute_resp_status_3xx, compute_resp_status_4xx, compute_resp_status_5xx, edge_hit_requests, edge_miss_requests, compute_bereq_header_bytes, compute_bereq_body_bytes, compute_beresp_header_bytes, compute_beresp_body_bytes, origin_cache_fetches, shield_cache_fetches, 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, shield_hit_requests, shield_miss_requests, shield_hit_resp_header_bytes, shield_hit_resp_body_bytes, shield_miss_resp_header_bytes, shield_miss_resp_body_bytes, websocket_req_header_bytes, websocket_req_body_bytes, websocket_resp_header_bytes, websocket_bereq_header_bytes, websocket_bereq_body_bytes, websocket_beresp_header_bytes, websocket_beresp_body_bytes, websocket_conn_time_ms, websocket_resp_body_bytes, fanout_recv_publishes, fanout_send_publishes, kv_store_class_a_operations, kv_store_class_b_operations, object_store_class_a_operations, object_store_class_b_operations, fanout_req_header_bytes, fanout_req_body_bytes, fanout_resp_header_bytes, fanout_resp_body_bytes, fanout_bereq_header_bytes, fanout_bereq_body_bytes, fanout_beresp_header_bytes, fanout_beresp_body_bytes, fanout_conn_time_ms, ddos_action_limit_streams_connections, ddos_action_limit_streams_requests, ddos_action_tarpit_accept, ddos_action_tarpit, ddos_action_close, ddos_action_blackhole, bot_challenge_starts, bot_challenge_complete_tokens_passed, bot_challenge_complete_tokens_failed, bot_challenge_complete_tokens_checked, bot_challenge_complete_tokens_disabled, bot_challenges_issued, bot_challenges_succeeded, bot_challenges_failed, bot_challenge_complete_tokens_issued, ddos_action_downgrade, ddos_action_downgraded_connections, vcl_on_compute_hit_requests, vcl_on_compute_miss_requests, vcl_on_compute_pass_requests, vcl_on_compute_error_requests, vcl_on_compute_synth_requests, vcl_on_compute_edge_hit_requests, vcl_on_compute_edge_miss_requests, all_hit_requests, all_miss_requests, all_pass_requests, all_error_requests, all_synth_requests, all_edge_hit_requests, all_edge_miss_requests, all_status_1xx, all_status_2xx, all_status_3xx, all_status_4xx, all_status_5xx].hash
2365
2575
  end
2366
2576
 
2367
2577
  # Builds the object from hash
@@ -56,7 +56,7 @@ module Fastly
56
56
  # Total amount of time spent processing cache misses (in seconds).
57
57
  attr_accessor :miss_time
58
58
 
59
- # A histogram. Each key represents the upper bound of a span of 10 milliseconds and the values represent the number of requests to origin during that 10ms period. Any origin request that takes more than 60 seconds to return will be in the 60000 bucket.
59
+ # A histogram. The value in each bucket is the number of requests to the origin whose responses arrived during the time period represented by the bucket. The key of each bucket represents the upper bound (in response time) of that bucket. The buckets vary in width and cover the time periods 0-10ms (in 1ms increments), 10-250ms (in 10ms increments), 250-1,000ms (in 50ms increments), 1,000-3,000ms (in 100ms increments), 3,000-10,000ms (in 500 ms increments), 10,000-20,000ms (in 1,000ms increments), 20,000-60,000ms (in 5,000ms increments), and 60,000ms through infinity (in a single bucket).
60
60
  attr_accessor :miss_histogram
61
61
 
62
62
  # The total number of requests that were received for your service by Fastly.
@@ -695,6 +695,69 @@ module Fastly
695
695
  # The number of challenge-complete tokens issued. For example, issuing a challenge-complete token after a series of CAPTCHA challenges ending in success.
696
696
  attr_accessor :bot_challenge_complete_tokens_issued
697
697
 
698
+ # The number of times the downgrade action was taken. The downgrade action restricts the client to http1.
699
+ attr_accessor :ddos_action_downgrade
700
+
701
+ # The number of connections the downgrade action was applied to. The downgrade action restricts the connection to http1.
702
+ attr_accessor :ddos_action_downgraded_connections
703
+
704
+ # Number of cache hits for a VCL service running on Compute.
705
+ attr_accessor :vcl_on_compute_hit_requests
706
+
707
+ # Number of cache misses for a VCL service running on Compute.
708
+ attr_accessor :vcl_on_compute_miss_requests
709
+
710
+ # Number of requests that passed through the CDN without being cached for a VCL service running on Compute.
711
+ attr_accessor :vcl_on_compute_pass_requests
712
+
713
+ # Number of cache errors for a VCL service running on Compute.
714
+ attr_accessor :vcl_on_compute_error_requests
715
+
716
+ # Number of requests that returned a synthetic response (i.e., response objects created with the `synthetic` VCL statement) for a VCL service running on Compute.
717
+ attr_accessor :vcl_on_compute_synth_requests
718
+
719
+ # Number of requests sent by end users to Fastly that resulted in a hit at the edge for a VCL service running on Compute.
720
+ attr_accessor :vcl_on_compute_edge_hit_requests
721
+
722
+ # Number of requests sent by end users to Fastly that resulted in a miss at the edge for a VCL service running on Compute.
723
+ attr_accessor :vcl_on_compute_edge_miss_requests
724
+
725
+ # Number of cache hits for a VCL service.
726
+ attr_accessor :all_hit_requests
727
+
728
+ # Number of cache misses for a VCL service.
729
+ attr_accessor :all_miss_requests
730
+
731
+ # Number of requests that passed through the CDN without being cached for a VCL service.
732
+ attr_accessor :all_pass_requests
733
+
734
+ # Number of cache errors for a VCL service.
735
+ attr_accessor :all_error_requests
736
+
737
+ # Number of requests that returned a synthetic response (i.e., response objects created with the `synthetic` VCL statement) for a VCL service.
738
+ attr_accessor :all_synth_requests
739
+
740
+ # Number of requests sent by end users to Fastly that resulted in a hit at the edge for a VCL service.
741
+ attr_accessor :all_edge_hit_requests
742
+
743
+ # Number of requests sent by end users to Fastly that resulted in a miss at the edge for a VCL service.
744
+ attr_accessor :all_edge_miss_requests
745
+
746
+ # Number of \"Informational\" category status codes delivered for all sources.
747
+ attr_accessor :all_status_1xx
748
+
749
+ # Number of \"Success\" status codes delivered for all sources.
750
+ attr_accessor :all_status_2xx
751
+
752
+ # Number of \"Redirection\" codes delivered for all sources.
753
+ attr_accessor :all_status_3xx
754
+
755
+ # Number of \"Client Error\" codes delivered for all sources.
756
+ attr_accessor :all_status_4xx
757
+
758
+ # Number of \"Server Error\" codes delivered for all sources.
759
+ attr_accessor :all_status_5xx
760
+
698
761
  # Attribute mapping from ruby-style variable name to JSON key.
699
762
  def self.attribute_map
700
763
  {
@@ -924,7 +987,28 @@ module Fastly
924
987
  :'bot_challenges_issued' => :'bot_challenges_issued',
925
988
  :'bot_challenges_succeeded' => :'bot_challenges_succeeded',
926
989
  :'bot_challenges_failed' => :'bot_challenges_failed',
927
- :'bot_challenge_complete_tokens_issued' => :'bot_challenge_complete_tokens_issued'
990
+ :'bot_challenge_complete_tokens_issued' => :'bot_challenge_complete_tokens_issued',
991
+ :'ddos_action_downgrade' => :'ddos_action_downgrade',
992
+ :'ddos_action_downgraded_connections' => :'ddos_action_downgraded_connections',
993
+ :'vcl_on_compute_hit_requests' => :'vcl_on_compute_hit_requests',
994
+ :'vcl_on_compute_miss_requests' => :'vcl_on_compute_miss_requests',
995
+ :'vcl_on_compute_pass_requests' => :'vcl_on_compute_pass_requests',
996
+ :'vcl_on_compute_error_requests' => :'vcl_on_compute_error_requests',
997
+ :'vcl_on_compute_synth_requests' => :'vcl_on_compute_synth_requests',
998
+ :'vcl_on_compute_edge_hit_requests' => :'vcl_on_compute_edge_hit_requests',
999
+ :'vcl_on_compute_edge_miss_requests' => :'vcl_on_compute_edge_miss_requests',
1000
+ :'all_hit_requests' => :'all_hit_requests',
1001
+ :'all_miss_requests' => :'all_miss_requests',
1002
+ :'all_pass_requests' => :'all_pass_requests',
1003
+ :'all_error_requests' => :'all_error_requests',
1004
+ :'all_synth_requests' => :'all_synth_requests',
1005
+ :'all_edge_hit_requests' => :'all_edge_hit_requests',
1006
+ :'all_edge_miss_requests' => :'all_edge_miss_requests',
1007
+ :'all_status_1xx' => :'all_status_1xx',
1008
+ :'all_status_2xx' => :'all_status_2xx',
1009
+ :'all_status_3xx' => :'all_status_3xx',
1010
+ :'all_status_4xx' => :'all_status_4xx',
1011
+ :'all_status_5xx' => :'all_status_5xx'
928
1012
  }
929
1013
  end
930
1014
 
@@ -1162,7 +1246,28 @@ module Fastly
1162
1246
  :'bot_challenges_issued' => :'Integer',
1163
1247
  :'bot_challenges_succeeded' => :'Integer',
1164
1248
  :'bot_challenges_failed' => :'Integer',
1165
- :'bot_challenge_complete_tokens_issued' => :'Integer'
1249
+ :'bot_challenge_complete_tokens_issued' => :'Integer',
1250
+ :'ddos_action_downgrade' => :'Integer',
1251
+ :'ddos_action_downgraded_connections' => :'Integer',
1252
+ :'vcl_on_compute_hit_requests' => :'Integer',
1253
+ :'vcl_on_compute_miss_requests' => :'Integer',
1254
+ :'vcl_on_compute_pass_requests' => :'Integer',
1255
+ :'vcl_on_compute_error_requests' => :'Integer',
1256
+ :'vcl_on_compute_synth_requests' => :'Integer',
1257
+ :'vcl_on_compute_edge_hit_requests' => :'Integer',
1258
+ :'vcl_on_compute_edge_miss_requests' => :'Integer',
1259
+ :'all_hit_requests' => :'Integer',
1260
+ :'all_miss_requests' => :'Integer',
1261
+ :'all_pass_requests' => :'Integer',
1262
+ :'all_error_requests' => :'Integer',
1263
+ :'all_synth_requests' => :'Integer',
1264
+ :'all_edge_hit_requests' => :'Integer',
1265
+ :'all_edge_miss_requests' => :'Integer',
1266
+ :'all_status_1xx' => :'Integer',
1267
+ :'all_status_2xx' => :'Integer',
1268
+ :'all_status_3xx' => :'Integer',
1269
+ :'all_status_4xx' => :'Integer',
1270
+ :'all_status_5xx' => :'Integer'
1166
1271
  }
1167
1272
  end
1168
1273
 
@@ -2096,6 +2201,90 @@ module Fastly
2096
2201
  if attributes.key?(:'bot_challenge_complete_tokens_issued')
2097
2202
  self.bot_challenge_complete_tokens_issued = attributes[:'bot_challenge_complete_tokens_issued']
2098
2203
  end
2204
+
2205
+ if attributes.key?(:'ddos_action_downgrade')
2206
+ self.ddos_action_downgrade = attributes[:'ddos_action_downgrade']
2207
+ end
2208
+
2209
+ if attributes.key?(:'ddos_action_downgraded_connections')
2210
+ self.ddos_action_downgraded_connections = attributes[:'ddos_action_downgraded_connections']
2211
+ end
2212
+
2213
+ if attributes.key?(:'vcl_on_compute_hit_requests')
2214
+ self.vcl_on_compute_hit_requests = attributes[:'vcl_on_compute_hit_requests']
2215
+ end
2216
+
2217
+ if attributes.key?(:'vcl_on_compute_miss_requests')
2218
+ self.vcl_on_compute_miss_requests = attributes[:'vcl_on_compute_miss_requests']
2219
+ end
2220
+
2221
+ if attributes.key?(:'vcl_on_compute_pass_requests')
2222
+ self.vcl_on_compute_pass_requests = attributes[:'vcl_on_compute_pass_requests']
2223
+ end
2224
+
2225
+ if attributes.key?(:'vcl_on_compute_error_requests')
2226
+ self.vcl_on_compute_error_requests = attributes[:'vcl_on_compute_error_requests']
2227
+ end
2228
+
2229
+ if attributes.key?(:'vcl_on_compute_synth_requests')
2230
+ self.vcl_on_compute_synth_requests = attributes[:'vcl_on_compute_synth_requests']
2231
+ end
2232
+
2233
+ if attributes.key?(:'vcl_on_compute_edge_hit_requests')
2234
+ self.vcl_on_compute_edge_hit_requests = attributes[:'vcl_on_compute_edge_hit_requests']
2235
+ end
2236
+
2237
+ if attributes.key?(:'vcl_on_compute_edge_miss_requests')
2238
+ self.vcl_on_compute_edge_miss_requests = attributes[:'vcl_on_compute_edge_miss_requests']
2239
+ end
2240
+
2241
+ if attributes.key?(:'all_hit_requests')
2242
+ self.all_hit_requests = attributes[:'all_hit_requests']
2243
+ end
2244
+
2245
+ if attributes.key?(:'all_miss_requests')
2246
+ self.all_miss_requests = attributes[:'all_miss_requests']
2247
+ end
2248
+
2249
+ if attributes.key?(:'all_pass_requests')
2250
+ self.all_pass_requests = attributes[:'all_pass_requests']
2251
+ end
2252
+
2253
+ if attributes.key?(:'all_error_requests')
2254
+ self.all_error_requests = attributes[:'all_error_requests']
2255
+ end
2256
+
2257
+ if attributes.key?(:'all_synth_requests')
2258
+ self.all_synth_requests = attributes[:'all_synth_requests']
2259
+ end
2260
+
2261
+ if attributes.key?(:'all_edge_hit_requests')
2262
+ self.all_edge_hit_requests = attributes[:'all_edge_hit_requests']
2263
+ end
2264
+
2265
+ if attributes.key?(:'all_edge_miss_requests')
2266
+ self.all_edge_miss_requests = attributes[:'all_edge_miss_requests']
2267
+ end
2268
+
2269
+ if attributes.key?(:'all_status_1xx')
2270
+ self.all_status_1xx = attributes[:'all_status_1xx']
2271
+ end
2272
+
2273
+ if attributes.key?(:'all_status_2xx')
2274
+ self.all_status_2xx = attributes[:'all_status_2xx']
2275
+ end
2276
+
2277
+ if attributes.key?(:'all_status_3xx')
2278
+ self.all_status_3xx = attributes[:'all_status_3xx']
2279
+ end
2280
+
2281
+ if attributes.key?(:'all_status_4xx')
2282
+ self.all_status_4xx = attributes[:'all_status_4xx']
2283
+ end
2284
+
2285
+ if attributes.key?(:'all_status_5xx')
2286
+ self.all_status_5xx = attributes[:'all_status_5xx']
2287
+ end
2099
2288
  end
2100
2289
 
2101
2290
  # Show invalid properties with the reasons. Usually used together with valid?
@@ -2342,7 +2531,28 @@ module Fastly
2342
2531
  bot_challenges_issued == o.bot_challenges_issued &&
2343
2532
  bot_challenges_succeeded == o.bot_challenges_succeeded &&
2344
2533
  bot_challenges_failed == o.bot_challenges_failed &&
2345
- bot_challenge_complete_tokens_issued == o.bot_challenge_complete_tokens_issued
2534
+ bot_challenge_complete_tokens_issued == o.bot_challenge_complete_tokens_issued &&
2535
+ ddos_action_downgrade == o.ddos_action_downgrade &&
2536
+ ddos_action_downgraded_connections == o.ddos_action_downgraded_connections &&
2537
+ vcl_on_compute_hit_requests == o.vcl_on_compute_hit_requests &&
2538
+ vcl_on_compute_miss_requests == o.vcl_on_compute_miss_requests &&
2539
+ vcl_on_compute_pass_requests == o.vcl_on_compute_pass_requests &&
2540
+ vcl_on_compute_error_requests == o.vcl_on_compute_error_requests &&
2541
+ vcl_on_compute_synth_requests == o.vcl_on_compute_synth_requests &&
2542
+ vcl_on_compute_edge_hit_requests == o.vcl_on_compute_edge_hit_requests &&
2543
+ vcl_on_compute_edge_miss_requests == o.vcl_on_compute_edge_miss_requests &&
2544
+ all_hit_requests == o.all_hit_requests &&
2545
+ all_miss_requests == o.all_miss_requests &&
2546
+ all_pass_requests == o.all_pass_requests &&
2547
+ all_error_requests == o.all_error_requests &&
2548
+ all_synth_requests == o.all_synth_requests &&
2549
+ all_edge_hit_requests == o.all_edge_hit_requests &&
2550
+ all_edge_miss_requests == o.all_edge_miss_requests &&
2551
+ all_status_1xx == o.all_status_1xx &&
2552
+ all_status_2xx == o.all_status_2xx &&
2553
+ all_status_3xx == o.all_status_3xx &&
2554
+ all_status_4xx == o.all_status_4xx &&
2555
+ all_status_5xx == o.all_status_5xx
2346
2556
  end
2347
2557
 
2348
2558
  # @see the `==` method
@@ -2354,7 +2564,7 @@ module Fastly
2354
2564
  # Calculates hash code according to all attributes.
2355
2565
  # @return [Integer] Hash code
2356
2566
  def hash
2357
- [requests, logging, log, resp_header_bytes, header_size, resp_body_bytes, body_size, hits, miss, pass, synth, errors, hits_time, miss_time, miss_histogram, compute_requests, compute_execution_time_ms, compute_ram_used, compute_request_time_ms, compute_request_time_billed_ms, shield, ipv6, imgopto, imgopto_shield, imgopto_transforms, otfp, otfp_shield, otfp_manifests, video, pci, http2, http3, restarts, req_header_bytes, req_body_bytes, bereq_header_bytes, bereq_body_bytes, waf_blocked, waf_logged, waf_passed, attack_req_header_bytes, attack_req_body_bytes, attack_resp_synth_bytes, attack_logged_req_header_bytes, attack_logged_req_body_bytes, attack_blocked_req_header_bytes, attack_blocked_req_body_bytes, attack_passed_req_header_bytes, attack_passed_req_body_bytes, shield_resp_header_bytes, shield_resp_body_bytes, otfp_resp_header_bytes, otfp_resp_body_bytes, otfp_shield_resp_header_bytes, otfp_shield_resp_body_bytes, otfp_shield_time, otfp_deliver_time, imgopto_resp_header_bytes, imgopto_resp_body_bytes, imgopto_shield_resp_header_bytes, imgopto_shield_resp_body_bytes, status_1xx, status_2xx, status_3xx, status_4xx, status_5xx, status_200, status_204, status_206, status_301, status_302, status_304, status_400, status_401, status_403, status_404, status_406, status_416, status_429, status_500, status_501, status_502, status_503, status_504, status_505, uncacheable, pass_time, tls, tls_v10, tls_v11, tls_v12, tls_v13, object_size_1k, object_size_10k, object_size_100k, object_size_1m, object_size_10m, object_size_100m, object_size_1g, object_size_other, 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, hit_resp_body_bytes, miss_resp_body_bytes, pass_resp_body_bytes, compute_req_header_bytes, compute_req_body_bytes, compute_resp_header_bytes, compute_resp_body_bytes, imgvideo, imgvideo_frames, imgvideo_resp_header_bytes, imgvideo_resp_body_bytes, imgvideo_shield, imgvideo_shield_frames, imgvideo_shield_resp_header_bytes, imgvideo_shield_resp_body_bytes, log_bytes, edge_requests, edge_resp_header_bytes, edge_resp_body_bytes, origin_revalidations, origin_fetches, origin_fetch_header_bytes, origin_fetch_body_bytes, origin_fetch_resp_header_bytes, origin_fetch_resp_body_bytes, shield_revalidations, shield_fetches, shield_fetch_header_bytes, shield_fetch_body_bytes, shield_fetch_resp_header_bytes, shield_fetch_resp_body_bytes, segblock_origin_fetches, segblock_shield_fetches, compute_resp_status_1xx, compute_resp_status_2xx, compute_resp_status_3xx, compute_resp_status_4xx, compute_resp_status_5xx, edge_hit_requests, edge_miss_requests, compute_bereq_header_bytes, compute_bereq_body_bytes, compute_beresp_header_bytes, compute_beresp_body_bytes, origin_cache_fetches, shield_cache_fetches, 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, shield_hit_requests, shield_miss_requests, shield_hit_resp_header_bytes, shield_hit_resp_body_bytes, shield_miss_resp_header_bytes, shield_miss_resp_body_bytes, websocket_req_header_bytes, websocket_req_body_bytes, websocket_resp_header_bytes, websocket_bereq_header_bytes, websocket_bereq_body_bytes, websocket_beresp_header_bytes, websocket_beresp_body_bytes, websocket_conn_time_ms, websocket_resp_body_bytes, fanout_recv_publishes, fanout_send_publishes, kv_store_class_a_operations, kv_store_class_b_operations, object_store_class_a_operations, object_store_class_b_operations, fanout_req_header_bytes, fanout_req_body_bytes, fanout_resp_header_bytes, fanout_resp_body_bytes, fanout_bereq_header_bytes, fanout_bereq_body_bytes, fanout_beresp_header_bytes, fanout_beresp_body_bytes, fanout_conn_time_ms, ddos_action_limit_streams_connections, ddos_action_limit_streams_requests, ddos_action_tarpit_accept, ddos_action_tarpit, ddos_action_close, ddos_action_blackhole, bot_challenge_starts, bot_challenge_complete_tokens_passed, bot_challenge_complete_tokens_failed, bot_challenge_complete_tokens_checked, bot_challenge_complete_tokens_disabled, bot_challenges_issued, bot_challenges_succeeded, bot_challenges_failed, bot_challenge_complete_tokens_issued].hash
2567
+ [requests, logging, log, resp_header_bytes, header_size, resp_body_bytes, body_size, hits, miss, pass, synth, errors, hits_time, miss_time, miss_histogram, compute_requests, compute_execution_time_ms, compute_ram_used, compute_request_time_ms, compute_request_time_billed_ms, shield, ipv6, imgopto, imgopto_shield, imgopto_transforms, otfp, otfp_shield, otfp_manifests, video, pci, http2, http3, restarts, req_header_bytes, req_body_bytes, bereq_header_bytes, bereq_body_bytes, waf_blocked, waf_logged, waf_passed, attack_req_header_bytes, attack_req_body_bytes, attack_resp_synth_bytes, attack_logged_req_header_bytes, attack_logged_req_body_bytes, attack_blocked_req_header_bytes, attack_blocked_req_body_bytes, attack_passed_req_header_bytes, attack_passed_req_body_bytes, shield_resp_header_bytes, shield_resp_body_bytes, otfp_resp_header_bytes, otfp_resp_body_bytes, otfp_shield_resp_header_bytes, otfp_shield_resp_body_bytes, otfp_shield_time, otfp_deliver_time, imgopto_resp_header_bytes, imgopto_resp_body_bytes, imgopto_shield_resp_header_bytes, imgopto_shield_resp_body_bytes, status_1xx, status_2xx, status_3xx, status_4xx, status_5xx, status_200, status_204, status_206, status_301, status_302, status_304, status_400, status_401, status_403, status_404, status_406, status_416, status_429, status_500, status_501, status_502, status_503, status_504, status_505, uncacheable, pass_time, tls, tls_v10, tls_v11, tls_v12, tls_v13, object_size_1k, object_size_10k, object_size_100k, object_size_1m, object_size_10m, object_size_100m, object_size_1g, object_size_other, 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, hit_resp_body_bytes, miss_resp_body_bytes, pass_resp_body_bytes, compute_req_header_bytes, compute_req_body_bytes, compute_resp_header_bytes, compute_resp_body_bytes, imgvideo, imgvideo_frames, imgvideo_resp_header_bytes, imgvideo_resp_body_bytes, imgvideo_shield, imgvideo_shield_frames, imgvideo_shield_resp_header_bytes, imgvideo_shield_resp_body_bytes, log_bytes, edge_requests, edge_resp_header_bytes, edge_resp_body_bytes, origin_revalidations, origin_fetches, origin_fetch_header_bytes, origin_fetch_body_bytes, origin_fetch_resp_header_bytes, origin_fetch_resp_body_bytes, shield_revalidations, shield_fetches, shield_fetch_header_bytes, shield_fetch_body_bytes, shield_fetch_resp_header_bytes, shield_fetch_resp_body_bytes, segblock_origin_fetches, segblock_shield_fetches, compute_resp_status_1xx, compute_resp_status_2xx, compute_resp_status_3xx, compute_resp_status_4xx, compute_resp_status_5xx, edge_hit_requests, edge_miss_requests, compute_bereq_header_bytes, compute_bereq_body_bytes, compute_beresp_header_bytes, compute_beresp_body_bytes, origin_cache_fetches, shield_cache_fetches, 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, shield_hit_requests, shield_miss_requests, shield_hit_resp_header_bytes, shield_hit_resp_body_bytes, shield_miss_resp_header_bytes, shield_miss_resp_body_bytes, websocket_req_header_bytes, websocket_req_body_bytes, websocket_resp_header_bytes, websocket_bereq_header_bytes, websocket_bereq_body_bytes, websocket_beresp_header_bytes, websocket_beresp_body_bytes, websocket_conn_time_ms, websocket_resp_body_bytes, fanout_recv_publishes, fanout_send_publishes, kv_store_class_a_operations, kv_store_class_b_operations, object_store_class_a_operations, object_store_class_b_operations, fanout_req_header_bytes, fanout_req_body_bytes, fanout_resp_header_bytes, fanout_resp_body_bytes, fanout_bereq_header_bytes, fanout_bereq_body_bytes, fanout_beresp_header_bytes, fanout_beresp_body_bytes, fanout_conn_time_ms, ddos_action_limit_streams_connections, ddos_action_limit_streams_requests, ddos_action_tarpit_accept, ddos_action_tarpit, ddos_action_close, ddos_action_blackhole, bot_challenge_starts, bot_challenge_complete_tokens_passed, bot_challenge_complete_tokens_failed, bot_challenge_complete_tokens_checked, bot_challenge_complete_tokens_disabled, bot_challenges_issued, bot_challenges_succeeded, bot_challenges_failed, bot_challenge_complete_tokens_issued, ddos_action_downgrade, ddos_action_downgraded_connections, vcl_on_compute_hit_requests, vcl_on_compute_miss_requests, vcl_on_compute_pass_requests, vcl_on_compute_error_requests, vcl_on_compute_synth_requests, vcl_on_compute_edge_hit_requests, vcl_on_compute_edge_miss_requests, all_hit_requests, all_miss_requests, all_pass_requests, all_error_requests, all_synth_requests, all_edge_hit_requests, all_edge_miss_requests, all_status_1xx, all_status_2xx, all_status_3xx, all_status_4xx, all_status_5xx].hash
2358
2568
  end
2359
2569
 
2360
2570
  # Builds the object from hash
@@ -30,7 +30,7 @@ module Fastly
30
30
  # Attribute type mapping.
31
31
  def self.fastly_types
32
32
  {
33
- :'data' => :'Array<RelationshipMemberCustomer>'
33
+ :'data' => :'RelationshipMemberCustomer'
34
34
  }
35
35
  end
36
36
 
@@ -56,9 +56,7 @@ module Fastly
56
56
  }
57
57
 
58
58
  if attributes.key?(:'data')
59
- if (value = attributes[:'data']).is_a?(Array)
60
- self.data = value
61
- end
59
+ self.data = attributes[:'data']
62
60
  end
63
61
  end
64
62
 
@@ -89,6 +89,7 @@ module Fastly
89
89
  :'default_host',
90
90
  :'hash_keys',
91
91
  :'request_condition',
92
+ :'xff'
92
93
  ])
93
94
  end
94
95
 
@@ -145,6 +145,12 @@ module Fastly
145
145
  :'default_host',
146
146
  :'hash_keys',
147
147
  :'request_condition',
148
+ :'xff',
149
+ :'bypass_busy_wait',
150
+ :'force_miss',
151
+ :'geo_headers',
152
+ :'max_stale_age',
153
+ :'timer_support'
148
154
  ])
149
155
  end
150
156
 
@@ -63,6 +63,11 @@ module Fastly
63
63
  # List of attributes with nullable: true
64
64
  def self.fastly_nullable
65
65
  Set.new([
66
+ :'bypass_busy_wait',
67
+ :'force_miss',
68
+ :'geo_headers',
69
+ :'max_stale_age',
70
+ :'timer_support'
66
71
  ])
67
72
  end
68
73