Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'spec/fixtures/cdn/google_cloud.json')
-rw-r--r--spec/fixtures/cdn/google_cloud.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/spec/fixtures/cdn/google_cloud.json b/spec/fixtures/cdn/google_cloud.json
new file mode 100644
index 00000000000..8c3f25d805f
--- /dev/null
+++ b/spec/fixtures/cdn/google_cloud.json
@@ -0,0 +1,17 @@
+{
+ "syncToken": "1661533328840",
+ "creationTime": "2022-08-26T10:02:08.840384",
+ "prefixes": [{
+ "ipv4Prefix": "34.80.0.0/15",
+ "service": "Google Cloud",
+ "scope": "asia-east1"
+ }, {
+ "ipv4Prefix": "34.137.0.0/16",
+ "service": "Google Cloud",
+ "scope": "asia-east1"
+ }, {
+ "ipv6Prefix": "2600:1900:4180::/44",
+ "service": "Google Cloud",
+ "scope": "us-west4"
+ }]
+}