foreman_google 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (41) hide show
  1. checksums.yaml +7 -0
  2. data/LICENSE +619 -0
  3. data/README.md +33 -0
  4. data/Rakefile +47 -0
  5. data/app/controllers/concerns/foreman_google/temporary_prepend_path.rb +16 -0
  6. data/app/models/foreman_google/gce.rb +119 -0
  7. data/app/models/foreman_google/google_compute.rb +127 -0
  8. data/config/routes.rb +2 -0
  9. data/lib/foreman_google/engine.rb +42 -0
  10. data/lib/foreman_google/google_compute_adapter.rb +91 -0
  11. data/lib/foreman_google/version.rb +3 -0
  12. data/lib/foreman_google.rb +4 -0
  13. data/lib/tasks/foreman_google_tasks.rake +31 -0
  14. data/locale/Makefile +60 -0
  15. data/locale/en/foreman_google.po +19 -0
  16. data/locale/foreman_google.pot +19 -0
  17. data/locale/gemspec.rb +2 -0
  18. data/package.json +44 -0
  19. data/test/factories/gce.rb +28 -0
  20. data/test/fixtures/images_centos_cloud.json +11 -0
  21. data/test/fixtures/images_coastal.json +12 -0
  22. data/test/fixtures/images_deprecated.json +17 -0
  23. data/test/fixtures/images_nothing_found.json +5 -0
  24. data/test/fixtures/instance.json +105 -0
  25. data/test/fixtures/instance_start.json +14 -0
  26. data/test/fixtures/instance_stop.json +14 -0
  27. data/test/fixtures/machine_types.json +12 -0
  28. data/test/fixtures/networks.json +11 -0
  29. data/test/fixtures/zones.json +1750 -0
  30. data/test/models/foreman_google/gce_test.rb +31 -0
  31. data/test/models/foreman_google/google_compute_test.rb +155 -0
  32. data/test/test_google_helper.rb +24 -0
  33. data/test/unit/foreman_google/google_compute_adapter_test.rb +126 -0
  34. data/webpack/global_index.js +17 -0
  35. data/webpack/global_test_setup.js +11 -0
  36. data/webpack/index.js +7 -0
  37. data/webpack/src/Extends/index.js +15 -0
  38. data/webpack/src/Router/routes.js +5 -0
  39. data/webpack/src/reducers.js +7 -0
  40. data/webpack/test_setup.js +17 -0
  41. metadata +127 -0
@@ -0,0 +1,1750 @@
1
+ {
2
+ "id": "projects/coastal-haven-123456/zones",
3
+ "items": [
4
+ {
5
+ "id": "2231",
6
+ "creationTimestamp": "1969-12-31T16:00:00.000-08:00",
7
+ "name": "us-east1-b",
8
+ "description": "us-east1-b",
9
+ "status": "UP",
10
+ "region": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/regions/us-east1",
11
+ "selfLink": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/zones/us-east1-b",
12
+ "availableCpuPlatforms": [
13
+ "Intel Cascade Lake",
14
+ "Intel Skylake",
15
+ "Intel Broadwell",
16
+ "Intel Haswell",
17
+ "Intel Ivy Bridge",
18
+ "Intel Sandy Bridge",
19
+ "AMD Milan",
20
+ "AMD Rome"
21
+ ],
22
+ "supportsPzs": false,
23
+ "kind": "compute#zone"
24
+ },
25
+ {
26
+ "id": "2233",
27
+ "creationTimestamp": "1969-12-31T16:00:00.000-08:00",
28
+ "name": "us-east1-c",
29
+ "description": "us-east1-c",
30
+ "status": "UP",
31
+ "region": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/regions/us-east1",
32
+ "selfLink": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/zones/us-east1-c",
33
+ "availableCpuPlatforms": [
34
+ "Intel Cascade Lake",
35
+ "Intel Skylake",
36
+ "Intel Broadwell",
37
+ "Intel Haswell",
38
+ "Intel Ivy Bridge",
39
+ "Intel Sandy Bridge",
40
+ "AMD Milan",
41
+ "AMD Rome"
42
+ ],
43
+ "supportsPzs": false,
44
+ "kind": "compute#zone"
45
+ },
46
+ {
47
+ "id": "2234",
48
+ "creationTimestamp": "1969-12-31T16:00:00.000-08:00",
49
+ "name": "us-east1-d",
50
+ "description": "us-east1-d",
51
+ "status": "UP",
52
+ "region": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/regions/us-east1",
53
+ "selfLink": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/zones/us-east1-d",
54
+ "availableCpuPlatforms": [
55
+ "Intel Cascade Lake",
56
+ "Intel Skylake",
57
+ "Intel Broadwell",
58
+ "Intel Haswell",
59
+ "Intel Ivy Bridge",
60
+ "Intel Sandy Bridge",
61
+ "AMD Milan",
62
+ "AMD Rome"
63
+ ],
64
+ "supportsPzs": false,
65
+ "kind": "compute#zone"
66
+ },
67
+ {
68
+ "id": "2272",
69
+ "creationTimestamp": "1969-12-31T16:00:00.000-08:00",
70
+ "name": "us-east4-c",
71
+ "description": "us-east4-c",
72
+ "status": "UP",
73
+ "region": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/regions/us-east4",
74
+ "selfLink": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/zones/us-east4-c",
75
+ "availableCpuPlatforms": [
76
+ "Intel Cascade Lake",
77
+ "Intel Skylake",
78
+ "Intel Broadwell",
79
+ "Intel Haswell",
80
+ "Intel Ivy Bridge",
81
+ "Intel Sandy Bridge",
82
+ "AMD Milan",
83
+ "AMD Rome"
84
+ ],
85
+ "supportsPzs": true,
86
+ "kind": "compute#zone"
87
+ },
88
+ {
89
+ "id": "2271",
90
+ "creationTimestamp": "1969-12-31T16:00:00.000-08:00",
91
+ "name": "us-east4-b",
92
+ "description": "us-east4-b",
93
+ "status": "UP",
94
+ "region": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/regions/us-east4",
95
+ "selfLink": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/zones/us-east4-b",
96
+ "availableCpuPlatforms": [
97
+ "Intel Cascade Lake",
98
+ "Intel Skylake",
99
+ "Intel Broadwell",
100
+ "Intel Haswell",
101
+ "Intel Ivy Bridge",
102
+ "Intel Sandy Bridge",
103
+ "AMD Milan",
104
+ "AMD Rome"
105
+ ],
106
+ "supportsPzs": true,
107
+ "kind": "compute#zone"
108
+ },
109
+ {
110
+ "id": "2270",
111
+ "creationTimestamp": "1969-12-31T16:00:00.000-08:00",
112
+ "name": "us-east4-a",
113
+ "description": "us-east4-a",
114
+ "status": "UP",
115
+ "region": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/regions/us-east4",
116
+ "selfLink": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/zones/us-east4-a",
117
+ "availableCpuPlatforms": [
118
+ "Intel Cascade Lake",
119
+ "Intel Skylake",
120
+ "Intel Broadwell",
121
+ "Intel Haswell",
122
+ "Intel Ivy Bridge",
123
+ "Intel Sandy Bridge",
124
+ "AMD Milan",
125
+ "AMD Rome"
126
+ ],
127
+ "supportsPzs": true,
128
+ "kind": "compute#zone"
129
+ },
130
+ {
131
+ "id": "2002",
132
+ "creationTimestamp": "1969-12-31T16:00:00.000-08:00",
133
+ "name": "us-central1-c",
134
+ "description": "us-central1-c",
135
+ "status": "UP",
136
+ "region": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/regions/us-central1",
137
+ "selfLink": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/zones/us-central1-c",
138
+ "availableCpuPlatforms": [
139
+ "Intel Ice Lake",
140
+ "Intel Cascade Lake",
141
+ "Intel Skylake",
142
+ "Intel Broadwell",
143
+ "Intel Haswell",
144
+ "Intel Ivy Bridge",
145
+ "Intel Sandy Bridge",
146
+ "AMD Milan",
147
+ "AMD Rome"
148
+ ],
149
+ "supportsPzs": false,
150
+ "kind": "compute#zone"
151
+ },
152
+ {
153
+ "id": "2000",
154
+ "creationTimestamp": "1969-12-31T16:00:00.000-08:00",
155
+ "name": "us-central1-a",
156
+ "description": "us-central1-a",
157
+ "status": "UP",
158
+ "region": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/regions/us-central1",
159
+ "selfLink": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/zones/us-central1-a",
160
+ "availableCpuPlatforms": [
161
+ "Intel Ice Lake",
162
+ "Intel Cascade Lake",
163
+ "Intel Skylake",
164
+ "Intel Broadwell",
165
+ "Intel Haswell",
166
+ "Intel Ivy Bridge",
167
+ "Intel Sandy Bridge",
168
+ "AMD Milan",
169
+ "AMD Rome"
170
+ ],
171
+ "supportsPzs": false,
172
+ "kind": "compute#zone"
173
+ },
174
+ {
175
+ "id": "2004",
176
+ "creationTimestamp": "1969-12-31T16:00:00.000-08:00",
177
+ "name": "us-central1-f",
178
+ "description": "us-central1-f",
179
+ "status": "UP",
180
+ "region": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/regions/us-central1",
181
+ "selfLink": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/zones/us-central1-f",
182
+ "availableCpuPlatforms": [
183
+ "Intel Ice Lake",
184
+ "Intel Cascade Lake",
185
+ "Intel Skylake",
186
+ "Intel Broadwell",
187
+ "Intel Haswell",
188
+ "Intel Ivy Bridge",
189
+ "Intel Sandy Bridge",
190
+ "AMD Milan",
191
+ "AMD Rome"
192
+ ],
193
+ "supportsPzs": false,
194
+ "kind": "compute#zone"
195
+ },
196
+ {
197
+ "id": "2001",
198
+ "creationTimestamp": "1969-12-31T16:00:00.000-08:00",
199
+ "name": "us-central1-b",
200
+ "description": "us-central1-b",
201
+ "status": "UP",
202
+ "region": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/regions/us-central1",
203
+ "selfLink": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/zones/us-central1-b",
204
+ "availableCpuPlatforms": [
205
+ "Intel Ice Lake",
206
+ "Intel Cascade Lake",
207
+ "Intel Skylake",
208
+ "Intel Broadwell",
209
+ "Intel Haswell",
210
+ "Intel Ivy Bridge",
211
+ "Intel Sandy Bridge",
212
+ "AMD Milan",
213
+ "AMD Rome"
214
+ ],
215
+ "supportsPzs": false,
216
+ "kind": "compute#zone"
217
+ },
218
+ {
219
+ "id": "2211",
220
+ "creationTimestamp": "1969-12-31T16:00:00.000-08:00",
221
+ "name": "us-west1-b",
222
+ "description": "us-west1-b",
223
+ "status": "UP",
224
+ "region": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/regions/us-west1",
225
+ "selfLink": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/zones/us-west1-b",
226
+ "availableCpuPlatforms": [
227
+ "Intel Cascade Lake",
228
+ "Intel Skylake",
229
+ "Intel Broadwell",
230
+ "Intel Haswell",
231
+ "Intel Ivy Bridge",
232
+ "Intel Sandy Bridge",
233
+ "AMD Milan",
234
+ "AMD Rome"
235
+ ],
236
+ "supportsPzs": false,
237
+ "kind": "compute#zone"
238
+ },
239
+ {
240
+ "id": "2212",
241
+ "creationTimestamp": "1969-12-31T16:00:00.000-08:00",
242
+ "name": "us-west1-c",
243
+ "description": "us-west1-c",
244
+ "status": "UP",
245
+ "region": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/regions/us-west1",
246
+ "selfLink": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/zones/us-west1-c",
247
+ "availableCpuPlatforms": [
248
+ "Intel Cascade Lake",
249
+ "Intel Skylake",
250
+ "Intel Broadwell",
251
+ "Intel Haswell",
252
+ "Intel Ivy Bridge",
253
+ "Intel Sandy Bridge",
254
+ "AMD Milan",
255
+ "AMD Rome"
256
+ ],
257
+ "supportsPzs": false,
258
+ "kind": "compute#zone"
259
+ },
260
+ {
261
+ "id": "2210",
262
+ "creationTimestamp": "1969-12-31T16:00:00.000-08:00",
263
+ "name": "us-west1-a",
264
+ "description": "us-west1-a",
265
+ "status": "UP",
266
+ "region": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/regions/us-west1",
267
+ "selfLink": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/zones/us-west1-a",
268
+ "availableCpuPlatforms": [
269
+ "Intel Cascade Lake",
270
+ "Intel Skylake",
271
+ "Intel Broadwell",
272
+ "Intel Haswell",
273
+ "Intel Ivy Bridge",
274
+ "Intel Sandy Bridge",
275
+ "AMD Milan",
276
+ "AMD Rome"
277
+ ],
278
+ "supportsPzs": false,
279
+ "kind": "compute#zone"
280
+ },
281
+ {
282
+ "id": "2342",
283
+ "creationTimestamp": "1969-12-31T16:00:00.000-08:00",
284
+ "name": "europe-west4-a",
285
+ "description": "europe-west4-a",
286
+ "status": "UP",
287
+ "region": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/regions/europe-west4",
288
+ "selfLink": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/zones/europe-west4-a",
289
+ "availableCpuPlatforms": [
290
+ "Intel Ice Lake",
291
+ "Intel Cascade Lake",
292
+ "Intel Skylake",
293
+ "Intel Broadwell",
294
+ "Intel Haswell",
295
+ "Intel Ivy Bridge",
296
+ "Intel Sandy Bridge",
297
+ "AMD Milan",
298
+ "AMD Rome"
299
+ ],
300
+ "supportsPzs": false,
301
+ "kind": "compute#zone"
302
+ },
303
+ {
304
+ "id": "2341",
305
+ "creationTimestamp": "1969-12-31T16:00:00.000-08:00",
306
+ "name": "europe-west4-b",
307
+ "description": "europe-west4-b",
308
+ "status": "UP",
309
+ "region": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/regions/europe-west4",
310
+ "selfLink": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/zones/europe-west4-b",
311
+ "availableCpuPlatforms": [
312
+ "Intel Cascade Lake",
313
+ "Intel Skylake",
314
+ "Intel Broadwell",
315
+ "Intel Haswell",
316
+ "Intel Ivy Bridge",
317
+ "Intel Sandy Bridge",
318
+ "AMD Milan",
319
+ "AMD Rome"
320
+ ],
321
+ "supportsPzs": false,
322
+ "kind": "compute#zone"
323
+ },
324
+ {
325
+ "id": "2340",
326
+ "creationTimestamp": "1969-12-31T16:00:00.000-08:00",
327
+ "name": "europe-west4-c",
328
+ "description": "europe-west4-c",
329
+ "status": "UP",
330
+ "region": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/regions/europe-west4",
331
+ "selfLink": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/zones/europe-west4-c",
332
+ "availableCpuPlatforms": [
333
+ "Intel Ice Lake",
334
+ "Intel Cascade Lake",
335
+ "Intel Skylake",
336
+ "Intel Broadwell",
337
+ "Intel Haswell",
338
+ "Intel Ivy Bridge",
339
+ "Intel Sandy Bridge",
340
+ "AMD Milan",
341
+ "AMD Rome"
342
+ ],
343
+ "supportsPzs": false,
344
+ "kind": "compute#zone"
345
+ },
346
+ {
347
+ "id": "2101",
348
+ "creationTimestamp": "1969-12-31T16:00:00.000-08:00",
349
+ "name": "europe-west1-b",
350
+ "description": "europe-west1-b",
351
+ "status": "UP",
352
+ "region": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/regions/europe-west1",
353
+ "selfLink": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/zones/europe-west1-b",
354
+ "availableCpuPlatforms": [
355
+ "Intel Cascade Lake",
356
+ "Intel Skylake",
357
+ "Intel Broadwell",
358
+ "Intel Haswell",
359
+ "Intel Ivy Bridge",
360
+ "Intel Sandy Bridge",
361
+ "AMD Milan",
362
+ "AMD Rome"
363
+ ],
364
+ "supportsPzs": false,
365
+ "kind": "compute#zone"
366
+ },
367
+ {
368
+ "id": "2104",
369
+ "creationTimestamp": "1969-12-31T16:00:00.000-08:00",
370
+ "name": "europe-west1-d",
371
+ "description": "europe-west1-d",
372
+ "status": "UP",
373
+ "region": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/regions/europe-west1",
374
+ "selfLink": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/zones/europe-west1-d",
375
+ "availableCpuPlatforms": [
376
+ "Intel Cascade Lake",
377
+ "Intel Skylake",
378
+ "Intel Broadwell",
379
+ "Intel Haswell",
380
+ "Intel Ivy Bridge",
381
+ "Intel Sandy Bridge",
382
+ "AMD Milan",
383
+ "AMD Rome"
384
+ ],
385
+ "supportsPzs": false,
386
+ "kind": "compute#zone"
387
+ },
388
+ {
389
+ "id": "2103",
390
+ "creationTimestamp": "1969-12-31T16:00:00.000-08:00",
391
+ "name": "europe-west1-c",
392
+ "description": "europe-west1-c",
393
+ "status": "UP",
394
+ "region": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/regions/europe-west1",
395
+ "selfLink": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/zones/europe-west1-c",
396
+ "availableCpuPlatforms": [
397
+ "Intel Cascade Lake",
398
+ "Intel Skylake",
399
+ "Intel Broadwell",
400
+ "Intel Haswell",
401
+ "Intel Ivy Bridge",
402
+ "Intel Sandy Bridge",
403
+ "AMD Milan",
404
+ "AMD Rome"
405
+ ],
406
+ "supportsPzs": false,
407
+ "kind": "compute#zone"
408
+ },
409
+ {
410
+ "id": "2300",
411
+ "creationTimestamp": "1969-12-31T16:00:00.000-08:00",
412
+ "name": "europe-west3-c",
413
+ "description": "europe-west3-c",
414
+ "status": "UP",
415
+ "region": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/regions/europe-west3",
416
+ "selfLink": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/zones/europe-west3-c",
417
+ "availableCpuPlatforms": [
418
+ "Intel Cascade Lake",
419
+ "Intel Skylake",
420
+ "Intel Broadwell",
421
+ "Intel Haswell",
422
+ "Intel Ivy Bridge",
423
+ "Intel Sandy Bridge",
424
+ "AMD Milan",
425
+ "AMD Rome"
426
+ ],
427
+ "supportsPzs": true,
428
+ "kind": "compute#zone"
429
+ },
430
+ {
431
+ "id": "2301",
432
+ "creationTimestamp": "1969-12-31T16:00:00.000-08:00",
433
+ "name": "europe-west3-a",
434
+ "description": "europe-west3-a",
435
+ "status": "UP",
436
+ "region": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/regions/europe-west3",
437
+ "selfLink": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/zones/europe-west3-a",
438
+ "availableCpuPlatforms": [
439
+ "Intel Cascade Lake",
440
+ "Intel Skylake",
441
+ "Intel Broadwell",
442
+ "Intel Haswell",
443
+ "Intel Ivy Bridge",
444
+ "Intel Sandy Bridge",
445
+ "AMD Milan",
446
+ "AMD Rome"
447
+ ],
448
+ "supportsPzs": true,
449
+ "kind": "compute#zone"
450
+ },
451
+ {
452
+ "id": "2302",
453
+ "creationTimestamp": "1969-12-31T16:00:00.000-08:00",
454
+ "name": "europe-west3-b",
455
+ "description": "europe-west3-b",
456
+ "status": "UP",
457
+ "region": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/regions/europe-west3",
458
+ "selfLink": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/zones/europe-west3-b",
459
+ "availableCpuPlatforms": [
460
+ "Intel Cascade Lake",
461
+ "Intel Skylake",
462
+ "Intel Broadwell",
463
+ "Intel Haswell",
464
+ "Intel Ivy Bridge",
465
+ "Intel Sandy Bridge",
466
+ "AMD Milan",
467
+ "AMD Rome"
468
+ ],
469
+ "supportsPzs": true,
470
+ "kind": "compute#zone"
471
+ },
472
+ {
473
+ "id": "2292",
474
+ "creationTimestamp": "1969-12-31T16:00:00.000-08:00",
475
+ "name": "europe-west2-c",
476
+ "description": "europe-west2-c",
477
+ "status": "UP",
478
+ "region": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/regions/europe-west2",
479
+ "selfLink": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/zones/europe-west2-c",
480
+ "availableCpuPlatforms": [
481
+ "Intel Cascade Lake",
482
+ "Intel Skylake",
483
+ "Intel Broadwell",
484
+ "Intel Haswell",
485
+ "Intel Ivy Bridge",
486
+ "Intel Sandy Bridge",
487
+ "AMD Milan",
488
+ "AMD Rome"
489
+ ],
490
+ "supportsPzs": true,
491
+ "kind": "compute#zone"
492
+ },
493
+ {
494
+ "id": "2291",
495
+ "creationTimestamp": "1969-12-31T16:00:00.000-08:00",
496
+ "name": "europe-west2-b",
497
+ "description": "europe-west2-b",
498
+ "status": "UP",
499
+ "region": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/regions/europe-west2",
500
+ "selfLink": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/zones/europe-west2-b",
501
+ "availableCpuPlatforms": [
502
+ "Intel Cascade Lake",
503
+ "Intel Skylake",
504
+ "Intel Broadwell",
505
+ "Intel Haswell",
506
+ "Intel Ivy Bridge",
507
+ "Intel Sandy Bridge",
508
+ "AMD Rome"
509
+ ],
510
+ "supportsPzs": true,
511
+ "kind": "compute#zone"
512
+ },
513
+ {
514
+ "id": "2290",
515
+ "creationTimestamp": "1969-12-31T16:00:00.000-08:00",
516
+ "name": "europe-west2-a",
517
+ "description": "europe-west2-a",
518
+ "status": "UP",
519
+ "region": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/regions/europe-west2",
520
+ "selfLink": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/zones/europe-west2-a",
521
+ "availableCpuPlatforms": [
522
+ "Intel Cascade Lake",
523
+ "Intel Skylake",
524
+ "Intel Broadwell",
525
+ "Intel Haswell",
526
+ "Intel Ivy Bridge",
527
+ "Intel Sandy Bridge",
528
+ "AMD Milan",
529
+ "AMD Rome"
530
+ ],
531
+ "supportsPzs": true,
532
+ "kind": "compute#zone"
533
+ },
534
+ {
535
+ "id": "2221",
536
+ "creationTimestamp": "1969-12-31T16:00:00.000-08:00",
537
+ "name": "asia-east1-b",
538
+ "description": "asia-east1-b",
539
+ "status": "UP",
540
+ "region": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/regions/asia-east1",
541
+ "selfLink": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/zones/asia-east1-b",
542
+ "availableCpuPlatforms": [
543
+ "Intel Cascade Lake",
544
+ "Intel Skylake",
545
+ "Intel Broadwell",
546
+ "Intel Haswell",
547
+ "Intel Ivy Bridge",
548
+ "Intel Sandy Bridge",
549
+ "AMD Milan",
550
+ "AMD Rome"
551
+ ],
552
+ "supportsPzs": false,
553
+ "kind": "compute#zone"
554
+ },
555
+ {
556
+ "id": "2220",
557
+ "creationTimestamp": "1969-12-31T16:00:00.000-08:00",
558
+ "name": "asia-east1-a",
559
+ "description": "asia-east1-a",
560
+ "status": "UP",
561
+ "region": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/regions/asia-east1",
562
+ "selfLink": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/zones/asia-east1-a",
563
+ "availableCpuPlatforms": [
564
+ "Intel Cascade Lake",
565
+ "Intel Skylake",
566
+ "Intel Broadwell",
567
+ "Intel Haswell",
568
+ "Intel Ivy Bridge",
569
+ "Intel Sandy Bridge",
570
+ "AMD Milan",
571
+ "AMD Rome"
572
+ ],
573
+ "supportsPzs": false,
574
+ "kind": "compute#zone"
575
+ },
576
+ {
577
+ "id": "2222",
578
+ "creationTimestamp": "1969-12-31T16:00:00.000-08:00",
579
+ "name": "asia-east1-c",
580
+ "description": "asia-east1-c",
581
+ "status": "UP",
582
+ "region": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/regions/asia-east1",
583
+ "selfLink": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/zones/asia-east1-c",
584
+ "availableCpuPlatforms": [
585
+ "Intel Cascade Lake",
586
+ "Intel Skylake",
587
+ "Intel Broadwell",
588
+ "Intel Haswell",
589
+ "Intel Ivy Bridge",
590
+ "Intel Sandy Bridge",
591
+ "AMD Milan",
592
+ "AMD Rome"
593
+ ],
594
+ "supportsPzs": false,
595
+ "kind": "compute#zone"
596
+ },
597
+ {
598
+ "id": "2261",
599
+ "creationTimestamp": "1969-12-31T16:00:00.000-08:00",
600
+ "name": "asia-southeast1-b",
601
+ "description": "asia-southeast1-b",
602
+ "status": "UP",
603
+ "region": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/regions/asia-southeast1",
604
+ "selfLink": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/zones/asia-southeast1-b",
605
+ "availableCpuPlatforms": [
606
+ "Intel Ice Lake",
607
+ "Intel Cascade Lake",
608
+ "Intel Skylake",
609
+ "Intel Broadwell",
610
+ "Intel Haswell",
611
+ "Intel Ivy Bridge",
612
+ "Intel Sandy Bridge",
613
+ "AMD Milan",
614
+ "AMD Rome"
615
+ ],
616
+ "supportsPzs": false,
617
+ "kind": "compute#zone"
618
+ },
619
+ {
620
+ "id": "2260",
621
+ "creationTimestamp": "1969-12-31T16:00:00.000-08:00",
622
+ "name": "asia-southeast1-a",
623
+ "description": "asia-southeast1-a",
624
+ "status": "UP",
625
+ "region": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/regions/asia-southeast1",
626
+ "selfLink": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/zones/asia-southeast1-a",
627
+ "availableCpuPlatforms": [
628
+ "Intel Ice Lake",
629
+ "Intel Cascade Lake",
630
+ "Intel Skylake",
631
+ "Intel Broadwell",
632
+ "Intel Haswell",
633
+ "Intel Ivy Bridge",
634
+ "Intel Sandy Bridge",
635
+ "AMD Milan",
636
+ "AMD Rome"
637
+ ],
638
+ "supportsPzs": false,
639
+ "kind": "compute#zone"
640
+ },
641
+ {
642
+ "id": "2262",
643
+ "creationTimestamp": "1969-12-31T16:00:00.000-08:00",
644
+ "name": "asia-southeast1-c",
645
+ "description": "asia-southeast1-c",
646
+ "status": "UP",
647
+ "region": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/regions/asia-southeast1",
648
+ "selfLink": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/zones/asia-southeast1-c",
649
+ "availableCpuPlatforms": [
650
+ "Intel Ice Lake",
651
+ "Intel Cascade Lake",
652
+ "Intel Skylake",
653
+ "Intel Broadwell",
654
+ "Intel Haswell",
655
+ "Intel Ivy Bridge",
656
+ "Intel Sandy Bridge",
657
+ "AMD Milan",
658
+ "AMD Rome"
659
+ ],
660
+ "supportsPzs": false,
661
+ "kind": "compute#zone"
662
+ },
663
+ {
664
+ "id": "2251",
665
+ "creationTimestamp": "1969-12-31T16:00:00.000-08:00",
666
+ "name": "asia-northeast1-b",
667
+ "description": "asia-northeast1-b",
668
+ "status": "UP",
669
+ "region": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/regions/asia-northeast1",
670
+ "selfLink": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/zones/asia-northeast1-b",
671
+ "availableCpuPlatforms": [
672
+ "Intel Cascade Lake",
673
+ "Intel Skylake",
674
+ "Intel Broadwell",
675
+ "Intel Haswell",
676
+ "Intel Ivy Bridge",
677
+ "Intel Sandy Bridge",
678
+ "AMD Rome"
679
+ ],
680
+ "supportsPzs": false,
681
+ "kind": "compute#zone"
682
+ },
683
+ {
684
+ "id": "2252",
685
+ "creationTimestamp": "1969-12-31T16:00:00.000-08:00",
686
+ "name": "asia-northeast1-c",
687
+ "description": "asia-northeast1-c",
688
+ "status": "UP",
689
+ "region": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/regions/asia-northeast1",
690
+ "selfLink": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/zones/asia-northeast1-c",
691
+ "availableCpuPlatforms": [
692
+ "Intel Cascade Lake",
693
+ "Intel Skylake",
694
+ "Intel Broadwell",
695
+ "Intel Haswell",
696
+ "Intel Ivy Bridge",
697
+ "Intel Sandy Bridge",
698
+ "AMD Rome"
699
+ ],
700
+ "supportsPzs": false,
701
+ "kind": "compute#zone"
702
+ },
703
+ {
704
+ "id": "2250",
705
+ "creationTimestamp": "1969-12-31T16:00:00.000-08:00",
706
+ "name": "asia-northeast1-a",
707
+ "description": "asia-northeast1-a",
708
+ "status": "UP",
709
+ "region": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/regions/asia-northeast1",
710
+ "selfLink": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/zones/asia-northeast1-a",
711
+ "availableCpuPlatforms": [
712
+ "Intel Cascade Lake",
713
+ "Intel Skylake",
714
+ "Intel Broadwell",
715
+ "Intel Haswell",
716
+ "Intel Ivy Bridge",
717
+ "Intel Sandy Bridge",
718
+ "AMD Rome"
719
+ ],
720
+ "supportsPzs": false,
721
+ "kind": "compute#zone"
722
+ },
723
+ {
724
+ "id": "2322",
725
+ "creationTimestamp": "1969-12-31T16:00:00.000-08:00",
726
+ "name": "asia-south1-c",
727
+ "description": "asia-south1-c",
728
+ "status": "UP",
729
+ "region": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/regions/asia-south1",
730
+ "selfLink": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/zones/asia-south1-c",
731
+ "availableCpuPlatforms": [
732
+ "Intel Cascade Lake",
733
+ "Intel Skylake",
734
+ "Intel Broadwell",
735
+ "Intel Haswell",
736
+ "Intel Ivy Bridge",
737
+ "Intel Sandy Bridge",
738
+ "AMD Milan",
739
+ "AMD Rome"
740
+ ],
741
+ "supportsPzs": false,
742
+ "kind": "compute#zone"
743
+ },
744
+ {
745
+ "id": "2320",
746
+ "creationTimestamp": "1969-12-31T16:00:00.000-08:00",
747
+ "name": "asia-south1-b",
748
+ "description": "asia-south1-b",
749
+ "status": "UP",
750
+ "region": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/regions/asia-south1",
751
+ "selfLink": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/zones/asia-south1-b",
752
+ "availableCpuPlatforms": [
753
+ "Intel Cascade Lake",
754
+ "Intel Skylake",
755
+ "Intel Broadwell",
756
+ "Intel Haswell",
757
+ "Intel Ivy Bridge",
758
+ "Intel Sandy Bridge",
759
+ "AMD Milan",
760
+ "AMD Rome"
761
+ ],
762
+ "supportsPzs": false,
763
+ "kind": "compute#zone"
764
+ },
765
+ {
766
+ "id": "2321",
767
+ "creationTimestamp": "1969-12-31T16:00:00.000-08:00",
768
+ "name": "asia-south1-a",
769
+ "description": "asia-south1-a",
770
+ "status": "UP",
771
+ "region": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/regions/asia-south1",
772
+ "selfLink": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/zones/asia-south1-a",
773
+ "availableCpuPlatforms": [
774
+ "Intel Cascade Lake",
775
+ "Intel Skylake",
776
+ "Intel Broadwell",
777
+ "Intel Haswell",
778
+ "Intel Ivy Bridge",
779
+ "Intel Sandy Bridge",
780
+ "AMD Milan",
781
+ "AMD Rome"
782
+ ],
783
+ "supportsPzs": false,
784
+ "kind": "compute#zone"
785
+ },
786
+ {
787
+ "id": "2282",
788
+ "creationTimestamp": "1969-12-31T16:00:00.000-08:00",
789
+ "name": "australia-southeast1-b",
790
+ "description": "australia-southeast1-b",
791
+ "status": "UP",
792
+ "region": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/regions/australia-southeast1",
793
+ "selfLink": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/zones/australia-southeast1-b",
794
+ "availableCpuPlatforms": [
795
+ "Intel Cascade Lake",
796
+ "Intel Skylake",
797
+ "Intel Broadwell",
798
+ "Intel Haswell",
799
+ "Intel Ivy Bridge",
800
+ "Intel Sandy Bridge",
801
+ "AMD Milan",
802
+ "AMD Rome"
803
+ ],
804
+ "supportsPzs": true,
805
+ "kind": "compute#zone"
806
+ },
807
+ {
808
+ "id": "2280",
809
+ "creationTimestamp": "1969-12-31T16:00:00.000-08:00",
810
+ "name": "australia-southeast1-c",
811
+ "description": "australia-southeast1-c",
812
+ "status": "UP",
813
+ "region": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/regions/australia-southeast1",
814
+ "selfLink": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/zones/australia-southeast1-c",
815
+ "availableCpuPlatforms": [
816
+ "Intel Cascade Lake",
817
+ "Intel Skylake",
818
+ "Intel Broadwell",
819
+ "Intel Haswell",
820
+ "Intel Ivy Bridge",
821
+ "Intel Sandy Bridge",
822
+ "AMD Milan",
823
+ "AMD Rome"
824
+ ],
825
+ "supportsPzs": true,
826
+ "kind": "compute#zone"
827
+ },
828
+ {
829
+ "id": "2281",
830
+ "creationTimestamp": "1969-12-31T16:00:00.000-08:00",
831
+ "name": "australia-southeast1-a",
832
+ "description": "australia-southeast1-a",
833
+ "status": "UP",
834
+ "region": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/regions/australia-southeast1",
835
+ "selfLink": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/zones/australia-southeast1-a",
836
+ "availableCpuPlatforms": [
837
+ "Intel Cascade Lake",
838
+ "Intel Skylake",
839
+ "Intel Broadwell",
840
+ "Intel Haswell",
841
+ "Intel Ivy Bridge",
842
+ "Intel Sandy Bridge",
843
+ "AMD Milan",
844
+ "AMD Rome"
845
+ ],
846
+ "supportsPzs": true,
847
+ "kind": "compute#zone"
848
+ },
849
+ {
850
+ "id": "2311",
851
+ "creationTimestamp": "1969-12-31T16:00:00.000-08:00",
852
+ "name": "southamerica-east1-b",
853
+ "description": "southamerica-east1-b",
854
+ "status": "UP",
855
+ "region": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/regions/southamerica-east1",
856
+ "selfLink": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/zones/southamerica-east1-b",
857
+ "availableCpuPlatforms": [
858
+ "Intel Cascade Lake",
859
+ "Intel Skylake",
860
+ "Intel Broadwell",
861
+ "Intel Haswell",
862
+ "Intel Ivy Bridge",
863
+ "Intel Sandy Bridge",
864
+ "AMD Milan",
865
+ "AMD Rome"
866
+ ],
867
+ "supportsPzs": false,
868
+ "kind": "compute#zone"
869
+ },
870
+ {
871
+ "id": "2312",
872
+ "creationTimestamp": "1969-12-31T16:00:00.000-08:00",
873
+ "name": "southamerica-east1-c",
874
+ "description": "southamerica-east1-c",
875
+ "status": "UP",
876
+ "region": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/regions/southamerica-east1",
877
+ "selfLink": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/zones/southamerica-east1-c",
878
+ "availableCpuPlatforms": [
879
+ "Intel Cascade Lake",
880
+ "Intel Skylake",
881
+ "Intel Broadwell",
882
+ "Intel Haswell",
883
+ "Intel Ivy Bridge",
884
+ "Intel Sandy Bridge",
885
+ "AMD Milan",
886
+ "AMD Rome"
887
+ ],
888
+ "supportsPzs": false,
889
+ "kind": "compute#zone"
890
+ },
891
+ {
892
+ "id": "2310",
893
+ "creationTimestamp": "1969-12-31T16:00:00.000-08:00",
894
+ "name": "southamerica-east1-a",
895
+ "description": "southamerica-east1-a",
896
+ "status": "UP",
897
+ "region": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/regions/southamerica-east1",
898
+ "selfLink": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/zones/southamerica-east1-a",
899
+ "availableCpuPlatforms": [
900
+ "Intel Cascade Lake",
901
+ "Intel Skylake",
902
+ "Intel Broadwell",
903
+ "Intel Haswell",
904
+ "Intel Ivy Bridge",
905
+ "Intel Sandy Bridge"
906
+ ],
907
+ "supportsPzs": false,
908
+ "kind": "compute#zone"
909
+ },
910
+ {
911
+ "id": "2372",
912
+ "creationTimestamp": "1969-12-31T16:00:00.000-08:00",
913
+ "name": "asia-east2-a",
914
+ "description": "asia-east2-a",
915
+ "status": "UP",
916
+ "region": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/regions/asia-east2",
917
+ "selfLink": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/zones/asia-east2-a",
918
+ "availableCpuPlatforms": [
919
+ "Intel Cascade Lake",
920
+ "Intel Skylake",
921
+ "Intel Broadwell",
922
+ "Intel Haswell",
923
+ "Intel Ivy Bridge",
924
+ "Intel Sandy Bridge",
925
+ "AMD Rome"
926
+ ],
927
+ "supportsPzs": true,
928
+ "kind": "compute#zone"
929
+ },
930
+ {
931
+ "id": "2371",
932
+ "creationTimestamp": "1969-12-31T16:00:00.000-08:00",
933
+ "name": "asia-east2-b",
934
+ "description": "asia-east2-b",
935
+ "status": "UP",
936
+ "region": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/regions/asia-east2",
937
+ "selfLink": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/zones/asia-east2-b",
938
+ "availableCpuPlatforms": [
939
+ "Intel Cascade Lake",
940
+ "Intel Skylake",
941
+ "Intel Broadwell",
942
+ "Intel Ivy Bridge",
943
+ "Intel Sandy Bridge",
944
+ "AMD Rome"
945
+ ],
946
+ "supportsPzs": true,
947
+ "kind": "compute#zone"
948
+ },
949
+ {
950
+ "id": "2370",
951
+ "creationTimestamp": "1969-12-31T16:00:00.000-08:00",
952
+ "name": "asia-east2-c",
953
+ "description": "asia-east2-c",
954
+ "status": "UP",
955
+ "region": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/regions/asia-east2",
956
+ "selfLink": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/zones/asia-east2-c",
957
+ "availableCpuPlatforms": [
958
+ "Intel Cascade Lake",
959
+ "Intel Skylake",
960
+ "Intel Broadwell",
961
+ "Intel Ivy Bridge",
962
+ "Intel Sandy Bridge",
963
+ "AMD Rome"
964
+ ],
965
+ "supportsPzs": true,
966
+ "kind": "compute#zone"
967
+ },
968
+ {
969
+ "id": "2392",
970
+ "creationTimestamp": "1969-12-31T16:00:00.000-08:00",
971
+ "name": "asia-northeast2-a",
972
+ "description": "asia-northeast2-a",
973
+ "status": "UP",
974
+ "region": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/regions/asia-northeast2",
975
+ "selfLink": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/zones/asia-northeast2-a",
976
+ "availableCpuPlatforms": [
977
+ "Intel Cascade Lake",
978
+ "Intel Skylake",
979
+ "Intel Broadwell",
980
+ "Intel Ivy Bridge",
981
+ "Intel Sandy Bridge",
982
+ "AMD Rome"
983
+ ],
984
+ "supportsPzs": false,
985
+ "kind": "compute#zone"
986
+ },
987
+ {
988
+ "id": "2390",
989
+ "creationTimestamp": "1969-12-31T16:00:00.000-08:00",
990
+ "name": "asia-northeast2-b",
991
+ "description": "asia-northeast2-b",
992
+ "status": "UP",
993
+ "region": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/regions/asia-northeast2",
994
+ "selfLink": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/zones/asia-northeast2-b",
995
+ "availableCpuPlatforms": [
996
+ "Intel Cascade Lake",
997
+ "Intel Skylake",
998
+ "Intel Broadwell",
999
+ "Intel Ivy Bridge",
1000
+ "Intel Sandy Bridge",
1001
+ "AMD Rome"
1002
+ ],
1003
+ "supportsPzs": false,
1004
+ "kind": "compute#zone"
1005
+ },
1006
+ {
1007
+ "id": "2391",
1008
+ "creationTimestamp": "1969-12-31T16:00:00.000-08:00",
1009
+ "name": "asia-northeast2-c",
1010
+ "description": "asia-northeast2-c",
1011
+ "status": "UP",
1012
+ "region": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/regions/asia-northeast2",
1013
+ "selfLink": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/zones/asia-northeast2-c",
1014
+ "availableCpuPlatforms": [
1015
+ "Intel Cascade Lake",
1016
+ "Intel Skylake",
1017
+ "Intel Broadwell",
1018
+ "Intel Ivy Bridge",
1019
+ "Intel Sandy Bridge",
1020
+ "AMD Rome"
1021
+ ],
1022
+ "supportsPzs": false,
1023
+ "kind": "compute#zone"
1024
+ },
1025
+ {
1026
+ "id": "2410",
1027
+ "creationTimestamp": "1969-12-31T16:00:00.000-08:00",
1028
+ "name": "asia-northeast3-a",
1029
+ "description": "asia-northeast3-a",
1030
+ "status": "UP",
1031
+ "region": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/regions/asia-northeast3",
1032
+ "selfLink": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/zones/asia-northeast3-a",
1033
+ "availableCpuPlatforms": [
1034
+ "Intel Cascade Lake",
1035
+ "Intel Skylake",
1036
+ "Intel Broadwell",
1037
+ "Intel Haswell",
1038
+ "Intel Ivy Bridge",
1039
+ "Intel Sandy Bridge"
1040
+ ],
1041
+ "supportsPzs": false,
1042
+ "kind": "compute#zone"
1043
+ },
1044
+ {
1045
+ "id": "2412",
1046
+ "creationTimestamp": "1969-12-31T16:00:00.000-08:00",
1047
+ "name": "asia-northeast3-b",
1048
+ "description": "asia-northeast3-b",
1049
+ "status": "UP",
1050
+ "region": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/regions/asia-northeast3",
1051
+ "selfLink": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/zones/asia-northeast3-b",
1052
+ "availableCpuPlatforms": [
1053
+ "Intel Cascade Lake",
1054
+ "Intel Skylake",
1055
+ "Intel Broadwell",
1056
+ "Intel Haswell",
1057
+ "Intel Ivy Bridge",
1058
+ "Intel Sandy Bridge"
1059
+ ],
1060
+ "supportsPzs": false,
1061
+ "kind": "compute#zone"
1062
+ },
1063
+ {
1064
+ "id": "2411",
1065
+ "creationTimestamp": "1969-12-31T16:00:00.000-08:00",
1066
+ "name": "asia-northeast3-c",
1067
+ "description": "asia-northeast3-c",
1068
+ "status": "UP",
1069
+ "region": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/regions/asia-northeast3",
1070
+ "selfLink": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/zones/asia-northeast3-c",
1071
+ "availableCpuPlatforms": [
1072
+ "Intel Cascade Lake",
1073
+ "Intel Skylake",
1074
+ "Intel Broadwell",
1075
+ "Intel Ivy Bridge",
1076
+ "Intel Sandy Bridge"
1077
+ ],
1078
+ "supportsPzs": false,
1079
+ "kind": "compute#zone"
1080
+ },
1081
+ {
1082
+ "id": "2470",
1083
+ "creationTimestamp": "1969-12-31T16:00:00.000-08:00",
1084
+ "name": "asia-south2-a",
1085
+ "description": "asia-south2-a",
1086
+ "status": "UP",
1087
+ "region": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/regions/asia-south2",
1088
+ "selfLink": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/zones/asia-south2-a",
1089
+ "availableCpuPlatforms": [
1090
+ "Intel Cascade Lake",
1091
+ "Intel Skylake",
1092
+ "Intel Broadwell",
1093
+ "Intel Haswell",
1094
+ "Intel Ivy Bridge"
1095
+ ],
1096
+ "supportsPzs": false,
1097
+ "kind": "compute#zone"
1098
+ },
1099
+ {
1100
+ "id": "2472",
1101
+ "creationTimestamp": "1969-12-31T16:00:00.000-08:00",
1102
+ "name": "asia-south2-b",
1103
+ "description": "asia-south2-b",
1104
+ "status": "UP",
1105
+ "region": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/regions/asia-south2",
1106
+ "selfLink": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/zones/asia-south2-b",
1107
+ "availableCpuPlatforms": [
1108
+ "Intel Cascade Lake",
1109
+ "Intel Skylake",
1110
+ "Intel Broadwell",
1111
+ "Intel Haswell",
1112
+ "Intel Ivy Bridge"
1113
+ ],
1114
+ "supportsPzs": false,
1115
+ "kind": "compute#zone"
1116
+ },
1117
+ {
1118
+ "id": "2471",
1119
+ "creationTimestamp": "1969-12-31T16:00:00.000-08:00",
1120
+ "name": "asia-south2-c",
1121
+ "description": "asia-south2-c",
1122
+ "status": "UP",
1123
+ "region": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/regions/asia-south2",
1124
+ "selfLink": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/zones/asia-south2-c",
1125
+ "availableCpuPlatforms": [
1126
+ "Intel Cascade Lake",
1127
+ "Intel Skylake",
1128
+ "Intel Broadwell",
1129
+ "Intel Haswell",
1130
+ "Intel Ivy Bridge"
1131
+ ],
1132
+ "supportsPzs": false,
1133
+ "kind": "compute#zone"
1134
+ },
1135
+ {
1136
+ "id": "2440",
1137
+ "creationTimestamp": "1969-12-31T16:00:00.000-08:00",
1138
+ "name": "asia-southeast2-a",
1139
+ "description": "asia-southeast2-a",
1140
+ "status": "UP",
1141
+ "region": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/regions/asia-southeast2",
1142
+ "selfLink": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/zones/asia-southeast2-a",
1143
+ "availableCpuPlatforms": [
1144
+ "Intel Cascade Lake",
1145
+ "Intel Skylake",
1146
+ "Intel Broadwell",
1147
+ "Intel Haswell",
1148
+ "Intel Ivy Bridge"
1149
+ ],
1150
+ "supportsPzs": false,
1151
+ "kind": "compute#zone"
1152
+ },
1153
+ {
1154
+ "id": "2442",
1155
+ "creationTimestamp": "1969-12-31T16:00:00.000-08:00",
1156
+ "name": "asia-southeast2-b",
1157
+ "description": "asia-southeast2-b",
1158
+ "status": "UP",
1159
+ "region": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/regions/asia-southeast2",
1160
+ "selfLink": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/zones/asia-southeast2-b",
1161
+ "availableCpuPlatforms": [
1162
+ "Intel Cascade Lake",
1163
+ "Intel Skylake",
1164
+ "Intel Broadwell",
1165
+ "Intel Haswell",
1166
+ "Intel Ivy Bridge"
1167
+ ],
1168
+ "supportsPzs": false,
1169
+ "kind": "compute#zone"
1170
+ },
1171
+ {
1172
+ "id": "2441",
1173
+ "creationTimestamp": "1969-12-31T16:00:00.000-08:00",
1174
+ "name": "asia-southeast2-c",
1175
+ "description": "asia-southeast2-c",
1176
+ "status": "UP",
1177
+ "region": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/regions/asia-southeast2",
1178
+ "selfLink": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/zones/asia-southeast2-c",
1179
+ "availableCpuPlatforms": [
1180
+ "Intel Cascade Lake",
1181
+ "Intel Skylake",
1182
+ "Intel Broadwell",
1183
+ "Intel Haswell",
1184
+ "Intel Ivy Bridge"
1185
+ ],
1186
+ "supportsPzs": false,
1187
+ "kind": "compute#zone"
1188
+ },
1189
+ {
1190
+ "id": "2480",
1191
+ "creationTimestamp": "1969-12-31T16:00:00.000-08:00",
1192
+ "name": "australia-southeast2-a",
1193
+ "description": "australia-southeast2-a",
1194
+ "status": "UP",
1195
+ "region": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/regions/australia-southeast2",
1196
+ "selfLink": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/zones/australia-southeast2-a",
1197
+ "availableCpuPlatforms": [
1198
+ "Intel Cascade Lake",
1199
+ "Intel Skylake",
1200
+ "Intel Broadwell",
1201
+ "Intel Haswell",
1202
+ "Intel Ivy Bridge"
1203
+ ],
1204
+ "supportsPzs": false,
1205
+ "kind": "compute#zone"
1206
+ },
1207
+ {
1208
+ "id": "2482",
1209
+ "creationTimestamp": "1969-12-31T16:00:00.000-08:00",
1210
+ "name": "australia-southeast2-b",
1211
+ "description": "australia-southeast2-b",
1212
+ "status": "UP",
1213
+ "region": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/regions/australia-southeast2",
1214
+ "selfLink": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/zones/australia-southeast2-b",
1215
+ "availableCpuPlatforms": [
1216
+ "Intel Cascade Lake",
1217
+ "Intel Skylake",
1218
+ "Intel Broadwell",
1219
+ "Intel Haswell",
1220
+ "Intel Ivy Bridge"
1221
+ ],
1222
+ "supportsPzs": false,
1223
+ "kind": "compute#zone"
1224
+ },
1225
+ {
1226
+ "id": "2481",
1227
+ "creationTimestamp": "1969-12-31T16:00:00.000-08:00",
1228
+ "name": "australia-southeast2-c",
1229
+ "description": "australia-southeast2-c",
1230
+ "status": "UP",
1231
+ "region": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/regions/australia-southeast2",
1232
+ "selfLink": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/zones/australia-southeast2-c",
1233
+ "availableCpuPlatforms": [
1234
+ "Intel Cascade Lake",
1235
+ "Intel Skylake",
1236
+ "Intel Broadwell",
1237
+ "Intel Haswell",
1238
+ "Intel Ivy Bridge"
1239
+ ],
1240
+ "supportsPzs": false,
1241
+ "kind": "compute#zone"
1242
+ },
1243
+ {
1244
+ "id": "2452",
1245
+ "creationTimestamp": "1969-12-31T16:00:00.000-08:00",
1246
+ "name": "europe-central2-a",
1247
+ "description": "europe-central2-a",
1248
+ "status": "UP",
1249
+ "region": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/regions/europe-central2",
1250
+ "selfLink": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/zones/europe-central2-a",
1251
+ "availableCpuPlatforms": [
1252
+ "Intel Cascade Lake",
1253
+ "Intel Skylake",
1254
+ "Intel Broadwell",
1255
+ "Intel Haswell",
1256
+ "Intel Ivy Bridge"
1257
+ ],
1258
+ "supportsPzs": false,
1259
+ "kind": "compute#zone"
1260
+ },
1261
+ {
1262
+ "id": "2450",
1263
+ "creationTimestamp": "1969-12-31T16:00:00.000-08:00",
1264
+ "name": "europe-central2-b",
1265
+ "description": "europe-central2-b",
1266
+ "status": "UP",
1267
+ "region": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/regions/europe-central2",
1268
+ "selfLink": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/zones/europe-central2-b",
1269
+ "availableCpuPlatforms": [
1270
+ "Intel Cascade Lake",
1271
+ "Intel Skylake",
1272
+ "Intel Broadwell",
1273
+ "Intel Haswell",
1274
+ "Intel Ivy Bridge"
1275
+ ],
1276
+ "supportsPzs": false,
1277
+ "kind": "compute#zone"
1278
+ },
1279
+ {
1280
+ "id": "2451",
1281
+ "creationTimestamp": "1969-12-31T16:00:00.000-08:00",
1282
+ "name": "europe-central2-c",
1283
+ "description": "europe-central2-c",
1284
+ "status": "UP",
1285
+ "region": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/regions/europe-central2",
1286
+ "selfLink": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/zones/europe-central2-c",
1287
+ "availableCpuPlatforms": [
1288
+ "Intel Cascade Lake",
1289
+ "Intel Skylake",
1290
+ "Intel Broadwell",
1291
+ "Intel Haswell",
1292
+ "Intel Ivy Bridge"
1293
+ ],
1294
+ "supportsPzs": false,
1295
+ "kind": "compute#zone"
1296
+ },
1297
+ {
1298
+ "id": "2352",
1299
+ "creationTimestamp": "1969-12-31T16:00:00.000-08:00",
1300
+ "name": "europe-north1-a",
1301
+ "description": "europe-north1-a",
1302
+ "status": "UP",
1303
+ "region": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/regions/europe-north1",
1304
+ "selfLink": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/zones/europe-north1-a",
1305
+ "availableCpuPlatforms": [
1306
+ "Intel Cascade Lake",
1307
+ "Intel Skylake",
1308
+ "Intel Broadwell",
1309
+ "Intel Ivy Bridge",
1310
+ "Intel Sandy Bridge",
1311
+ "AMD Rome"
1312
+ ],
1313
+ "supportsPzs": false,
1314
+ "kind": "compute#zone"
1315
+ },
1316
+ {
1317
+ "id": "2350",
1318
+ "creationTimestamp": "1969-12-31T16:00:00.000-08:00",
1319
+ "name": "europe-north1-b",
1320
+ "description": "europe-north1-b",
1321
+ "status": "UP",
1322
+ "region": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/regions/europe-north1",
1323
+ "selfLink": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/zones/europe-north1-b",
1324
+ "availableCpuPlatforms": [
1325
+ "Intel Cascade Lake",
1326
+ "Intel Skylake",
1327
+ "Intel Broadwell",
1328
+ "Intel Ivy Bridge",
1329
+ "Intel Sandy Bridge",
1330
+ "AMD Rome"
1331
+ ],
1332
+ "supportsPzs": false,
1333
+ "kind": "compute#zone"
1334
+ },
1335
+ {
1336
+ "id": "2351",
1337
+ "creationTimestamp": "1969-12-31T16:00:00.000-08:00",
1338
+ "name": "europe-north1-c",
1339
+ "description": "europe-north1-c",
1340
+ "status": "UP",
1341
+ "region": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/regions/europe-north1",
1342
+ "selfLink": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/zones/europe-north1-c",
1343
+ "availableCpuPlatforms": [
1344
+ "Intel Cascade Lake",
1345
+ "Intel Skylake",
1346
+ "Intel Broadwell",
1347
+ "Intel Haswell",
1348
+ "Intel Ivy Bridge",
1349
+ "Intel Sandy Bridge",
1350
+ "AMD Rome"
1351
+ ],
1352
+ "supportsPzs": false,
1353
+ "kind": "compute#zone"
1354
+ },
1355
+ {
1356
+ "id": "2382",
1357
+ "creationTimestamp": "1969-12-31T16:00:00.000-08:00",
1358
+ "name": "europe-west6-a",
1359
+ "description": "europe-west6-a",
1360
+ "status": "UP",
1361
+ "region": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/regions/europe-west6",
1362
+ "selfLink": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/zones/europe-west6-a",
1363
+ "availableCpuPlatforms": [
1364
+ "Intel Cascade Lake",
1365
+ "Intel Skylake",
1366
+ "Intel Broadwell",
1367
+ "Intel Haswell",
1368
+ "Intel Ivy Bridge",
1369
+ "Intel Sandy Bridge"
1370
+ ],
1371
+ "supportsPzs": false,
1372
+ "kind": "compute#zone"
1373
+ },
1374
+ {
1375
+ "id": "2380",
1376
+ "creationTimestamp": "1969-12-31T16:00:00.000-08:00",
1377
+ "name": "europe-west6-b",
1378
+ "description": "europe-west6-b",
1379
+ "status": "UP",
1380
+ "region": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/regions/europe-west6",
1381
+ "selfLink": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/zones/europe-west6-b",
1382
+ "availableCpuPlatforms": [
1383
+ "Intel Cascade Lake",
1384
+ "Intel Skylake",
1385
+ "Intel Broadwell",
1386
+ "Intel Haswell",
1387
+ "Intel Ivy Bridge",
1388
+ "Intel Sandy Bridge"
1389
+ ],
1390
+ "supportsPzs": false,
1391
+ "kind": "compute#zone"
1392
+ },
1393
+ {
1394
+ "id": "2381",
1395
+ "creationTimestamp": "1969-12-31T16:00:00.000-08:00",
1396
+ "name": "europe-west6-c",
1397
+ "description": "europe-west6-c",
1398
+ "status": "UP",
1399
+ "region": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/regions/europe-west6",
1400
+ "selfLink": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/zones/europe-west6-c",
1401
+ "availableCpuPlatforms": [
1402
+ "Intel Cascade Lake",
1403
+ "Intel Skylake",
1404
+ "Intel Broadwell",
1405
+ "Intel Haswell",
1406
+ "Intel Ivy Bridge",
1407
+ "Intel Sandy Bridge"
1408
+ ],
1409
+ "supportsPzs": false,
1410
+ "kind": "compute#zone"
1411
+ },
1412
+ {
1413
+ "id": "2330",
1414
+ "creationTimestamp": "1969-12-31T16:00:00.000-08:00",
1415
+ "name": "northamerica-northeast1-a",
1416
+ "description": "northamerica-northeast1-a",
1417
+ "status": "UP",
1418
+ "region": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/regions/northamerica-northeast1",
1419
+ "selfLink": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/zones/northamerica-northeast1-a",
1420
+ "availableCpuPlatforms": [
1421
+ "Intel Cascade Lake",
1422
+ "Intel Skylake",
1423
+ "Intel Broadwell",
1424
+ "Intel Haswell",
1425
+ "Intel Ivy Bridge",
1426
+ "Intel Sandy Bridge",
1427
+ "AMD Rome"
1428
+ ],
1429
+ "supportsPzs": false,
1430
+ "kind": "compute#zone"
1431
+ },
1432
+ {
1433
+ "id": "2331",
1434
+ "creationTimestamp": "1969-12-31T16:00:00.000-08:00",
1435
+ "name": "northamerica-northeast1-b",
1436
+ "description": "northamerica-northeast1-b",
1437
+ "status": "UP",
1438
+ "region": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/regions/northamerica-northeast1",
1439
+ "selfLink": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/zones/northamerica-northeast1-b",
1440
+ "availableCpuPlatforms": [
1441
+ "Intel Cascade Lake",
1442
+ "Intel Skylake",
1443
+ "Intel Broadwell",
1444
+ "Intel Haswell",
1445
+ "Intel Ivy Bridge",
1446
+ "Intel Sandy Bridge",
1447
+ "AMD Rome"
1448
+ ],
1449
+ "supportsPzs": false,
1450
+ "kind": "compute#zone"
1451
+ },
1452
+ {
1453
+ "id": "2332",
1454
+ "creationTimestamp": "1969-12-31T16:00:00.000-08:00",
1455
+ "name": "northamerica-northeast1-c",
1456
+ "description": "northamerica-northeast1-c",
1457
+ "status": "UP",
1458
+ "region": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/regions/northamerica-northeast1",
1459
+ "selfLink": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/zones/northamerica-northeast1-c",
1460
+ "availableCpuPlatforms": [
1461
+ "Intel Cascade Lake",
1462
+ "Intel Skylake",
1463
+ "Intel Broadwell",
1464
+ "Intel Haswell",
1465
+ "Intel Ivy Bridge",
1466
+ "Intel Sandy Bridge",
1467
+ "AMD Rome"
1468
+ ],
1469
+ "supportsPzs": false,
1470
+ "kind": "compute#zone"
1471
+ },
1472
+ {
1473
+ "id": "2461",
1474
+ "creationTimestamp": "1969-12-31T16:00:00.000-08:00",
1475
+ "name": "northamerica-northeast2-a",
1476
+ "description": "northamerica-northeast2-a",
1477
+ "status": "UP",
1478
+ "region": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/regions/northamerica-northeast2",
1479
+ "selfLink": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/zones/northamerica-northeast2-a",
1480
+ "availableCpuPlatforms": [
1481
+ "Intel Cascade Lake",
1482
+ "Intel Skylake",
1483
+ "Intel Broadwell",
1484
+ "Intel Haswell",
1485
+ "Intel Ivy Bridge"
1486
+ ],
1487
+ "supportsPzs": false,
1488
+ "kind": "compute#zone"
1489
+ },
1490
+ {
1491
+ "id": "2460",
1492
+ "creationTimestamp": "1969-12-31T16:00:00.000-08:00",
1493
+ "name": "northamerica-northeast2-b",
1494
+ "description": "northamerica-northeast2-b",
1495
+ "status": "UP",
1496
+ "region": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/regions/northamerica-northeast2",
1497
+ "selfLink": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/zones/northamerica-northeast2-b",
1498
+ "availableCpuPlatforms": [
1499
+ "Intel Cascade Lake",
1500
+ "Intel Skylake",
1501
+ "Intel Broadwell",
1502
+ "Intel Haswell",
1503
+ "Intel Ivy Bridge"
1504
+ ],
1505
+ "supportsPzs": false,
1506
+ "kind": "compute#zone"
1507
+ },
1508
+ {
1509
+ "id": "2462",
1510
+ "creationTimestamp": "1969-12-31T16:00:00.000-08:00",
1511
+ "name": "northamerica-northeast2-c",
1512
+ "description": "northamerica-northeast2-c",
1513
+ "status": "UP",
1514
+ "region": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/regions/northamerica-northeast2",
1515
+ "selfLink": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/zones/northamerica-northeast2-c",
1516
+ "availableCpuPlatforms": [
1517
+ "Intel Cascade Lake",
1518
+ "Intel Skylake",
1519
+ "Intel Broadwell",
1520
+ "Intel Haswell",
1521
+ "Intel Ivy Bridge"
1522
+ ],
1523
+ "supportsPzs": false,
1524
+ "kind": "compute#zone"
1525
+ },
1526
+ {
1527
+ "id": "2490",
1528
+ "creationTimestamp": "1969-12-31T16:00:00.000-08:00",
1529
+ "name": "southamerica-west1-a",
1530
+ "description": "southamerica-west1-a",
1531
+ "status": "UP",
1532
+ "region": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/regions/southamerica-west1",
1533
+ "selfLink": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/zones/southamerica-west1-a",
1534
+ "availableCpuPlatforms": [
1535
+ "Intel Cascade Lake",
1536
+ "Intel Skylake",
1537
+ "Intel Broadwell",
1538
+ "Intel Haswell",
1539
+ "Intel Ivy Bridge"
1540
+ ],
1541
+ "supportsPzs": false,
1542
+ "kind": "compute#zone"
1543
+ },
1544
+ {
1545
+ "id": "2491",
1546
+ "creationTimestamp": "1969-12-31T16:00:00.000-08:00",
1547
+ "name": "southamerica-west1-b",
1548
+ "description": "southamerica-west1-b",
1549
+ "status": "UP",
1550
+ "region": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/regions/southamerica-west1",
1551
+ "selfLink": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/zones/southamerica-west1-b",
1552
+ "availableCpuPlatforms": [
1553
+ "Intel Cascade Lake",
1554
+ "Intel Skylake",
1555
+ "Intel Broadwell",
1556
+ "Intel Haswell",
1557
+ "Intel Ivy Bridge"
1558
+ ],
1559
+ "supportsPzs": false,
1560
+ "kind": "compute#zone"
1561
+ },
1562
+ {
1563
+ "id": "2492",
1564
+ "creationTimestamp": "1969-12-31T16:00:00.000-08:00",
1565
+ "name": "southamerica-west1-c",
1566
+ "description": "southamerica-west1-c",
1567
+ "status": "UP",
1568
+ "region": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/regions/southamerica-west1",
1569
+ "selfLink": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/zones/southamerica-west1-c",
1570
+ "availableCpuPlatforms": [
1571
+ "Intel Cascade Lake",
1572
+ "Intel Skylake",
1573
+ "Intel Broadwell",
1574
+ "Intel Haswell",
1575
+ "Intel Ivy Bridge"
1576
+ ],
1577
+ "supportsPzs": false,
1578
+ "kind": "compute#zone"
1579
+ },
1580
+ {
1581
+ "id": "2362",
1582
+ "creationTimestamp": "1969-12-31T16:00:00.000-08:00",
1583
+ "name": "us-west2-a",
1584
+ "description": "us-west2-a",
1585
+ "status": "UP",
1586
+ "region": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/regions/us-west2",
1587
+ "selfLink": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/zones/us-west2-a",
1588
+ "availableCpuPlatforms": [
1589
+ "Intel Cascade Lake",
1590
+ "Intel Skylake",
1591
+ "Intel Broadwell",
1592
+ "Intel Haswell",
1593
+ "Intel Ivy Bridge",
1594
+ "Intel Sandy Bridge"
1595
+ ],
1596
+ "supportsPzs": false,
1597
+ "kind": "compute#zone"
1598
+ },
1599
+ {
1600
+ "id": "2361",
1601
+ "creationTimestamp": "1969-12-31T16:00:00.000-08:00",
1602
+ "name": "us-west2-b",
1603
+ "description": "us-west2-b",
1604
+ "status": "UP",
1605
+ "region": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/regions/us-west2",
1606
+ "selfLink": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/zones/us-west2-b",
1607
+ "availableCpuPlatforms": [
1608
+ "Intel Cascade Lake",
1609
+ "Intel Skylake",
1610
+ "Intel Broadwell",
1611
+ "Intel Haswell",
1612
+ "Intel Ivy Bridge",
1613
+ "Intel Sandy Bridge"
1614
+ ],
1615
+ "supportsPzs": false,
1616
+ "kind": "compute#zone"
1617
+ },
1618
+ {
1619
+ "id": "2360",
1620
+ "creationTimestamp": "1969-12-31T16:00:00.000-08:00",
1621
+ "name": "us-west2-c",
1622
+ "description": "us-west2-c",
1623
+ "status": "UP",
1624
+ "region": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/regions/us-west2",
1625
+ "selfLink": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/zones/us-west2-c",
1626
+ "availableCpuPlatforms": [
1627
+ "Intel Cascade Lake",
1628
+ "Intel Skylake",
1629
+ "Intel Broadwell",
1630
+ "Intel Haswell",
1631
+ "Intel Ivy Bridge",
1632
+ "Intel Sandy Bridge"
1633
+ ],
1634
+ "supportsPzs": false,
1635
+ "kind": "compute#zone"
1636
+ },
1637
+ {
1638
+ "id": "2420",
1639
+ "creationTimestamp": "1969-12-31T16:00:00.000-08:00",
1640
+ "name": "us-west3-a",
1641
+ "description": "us-west3-a",
1642
+ "status": "UP",
1643
+ "region": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/regions/us-west3",
1644
+ "selfLink": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/zones/us-west3-a",
1645
+ "availableCpuPlatforms": [
1646
+ "Intel Cascade Lake",
1647
+ "Intel Skylake",
1648
+ "Intel Broadwell",
1649
+ "Intel Haswell",
1650
+ "Intel Ivy Bridge",
1651
+ "Intel Sandy Bridge"
1652
+ ],
1653
+ "supportsPzs": false,
1654
+ "kind": "compute#zone"
1655
+ },
1656
+ {
1657
+ "id": "2421",
1658
+ "creationTimestamp": "1969-12-31T16:00:00.000-08:00",
1659
+ "name": "us-west3-b",
1660
+ "description": "us-west3-b",
1661
+ "status": "UP",
1662
+ "region": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/regions/us-west3",
1663
+ "selfLink": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/zones/us-west3-b",
1664
+ "availableCpuPlatforms": [
1665
+ "Intel Cascade Lake",
1666
+ "Intel Skylake",
1667
+ "Intel Broadwell",
1668
+ "Intel Ivy Bridge",
1669
+ "Intel Sandy Bridge"
1670
+ ],
1671
+ "supportsPzs": false,
1672
+ "kind": "compute#zone"
1673
+ },
1674
+ {
1675
+ "id": "2422",
1676
+ "creationTimestamp": "1969-12-31T16:00:00.000-08:00",
1677
+ "name": "us-west3-c",
1678
+ "description": "us-west3-c",
1679
+ "status": "UP",
1680
+ "region": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/regions/us-west3",
1681
+ "selfLink": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/zones/us-west3-c",
1682
+ "availableCpuPlatforms": [
1683
+ "Intel Cascade Lake",
1684
+ "Intel Skylake",
1685
+ "Intel Broadwell",
1686
+ "Intel Ivy Bridge",
1687
+ "Intel Sandy Bridge"
1688
+ ],
1689
+ "supportsPzs": false,
1690
+ "kind": "compute#zone"
1691
+ },
1692
+ {
1693
+ "id": "2431",
1694
+ "creationTimestamp": "1969-12-31T16:00:00.000-08:00",
1695
+ "name": "us-west4-a",
1696
+ "description": "us-west4-a",
1697
+ "status": "UP",
1698
+ "region": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/regions/us-west4",
1699
+ "selfLink": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/zones/us-west4-a",
1700
+ "availableCpuPlatforms": [
1701
+ "Intel Cascade Lake",
1702
+ "Intel Skylake",
1703
+ "Intel Broadwell",
1704
+ "Intel Ivy Bridge",
1705
+ "AMD Rome"
1706
+ ],
1707
+ "supportsPzs": false,
1708
+ "kind": "compute#zone"
1709
+ },
1710
+ {
1711
+ "id": "2432",
1712
+ "creationTimestamp": "1969-12-31T16:00:00.000-08:00",
1713
+ "name": "us-west4-b",
1714
+ "description": "us-west4-b",
1715
+ "status": "UP",
1716
+ "region": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/regions/us-west4",
1717
+ "selfLink": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/zones/us-west4-b",
1718
+ "availableCpuPlatforms": [
1719
+ "Intel Cascade Lake",
1720
+ "Intel Skylake",
1721
+ "Intel Broadwell",
1722
+ "Intel Ivy Bridge",
1723
+ "AMD Rome"
1724
+ ],
1725
+ "supportsPzs": false,
1726
+ "kind": "compute#zone"
1727
+ },
1728
+ {
1729
+ "id": "2430",
1730
+ "creationTimestamp": "1969-12-31T16:00:00.000-08:00",
1731
+ "name": "us-west4-c",
1732
+ "description": "us-west4-c",
1733
+ "status": "UP",
1734
+ "region": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/regions/us-west4",
1735
+ "selfLink": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/zones/us-west4-c",
1736
+ "availableCpuPlatforms": [
1737
+ "Intel Cascade Lake",
1738
+ "Intel Skylake",
1739
+ "Intel Broadwell",
1740
+ "Intel Ivy Bridge",
1741
+ "AMD Milan",
1742
+ "AMD Rome"
1743
+ ],
1744
+ "supportsPzs": false,
1745
+ "kind": "compute#zone"
1746
+ }
1747
+ ],
1748
+ "selfLink": "https://www.googleapis.com/compute/v1/projects/coastal-haven-123456/zones",
1749
+ "kind": "compute#zoneList"
1750
+ }