catocli 1.0.21__py3-none-any.whl → 2.0.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of catocli might be problematic. Click here for more details.

Files changed (139) hide show
  1. catocli/Utils/clidriver.py +112 -25
  2. catocli/Utils/profile_manager.py +188 -0
  3. catocli/Utils/version_checker.py +192 -0
  4. catocli/__init__.py +1 -1
  5. catocli/parsers/configure/__init__.py +115 -0
  6. catocli/parsers/configure/configure.py +307 -0
  7. catocli/parsers/custom/__init__.py +8 -0
  8. catocli/parsers/custom/export_rules/__init__.py +36 -0
  9. catocli/parsers/custom/export_rules/export_rules.py +361 -0
  10. catocli/parsers/custom/import_rules_to_tf/__init__.py +58 -0
  11. catocli/parsers/custom/import_rules_to_tf/import_rules_to_tf.py +577 -0
  12. catocli/parsers/mutation_admin_addAdmin/README.md +1 -1
  13. catocli/parsers/mutation_hardware/README.md +7 -0
  14. catocli/parsers/mutation_hardware/__init__.py +23 -0
  15. catocli/parsers/mutation_hardware_updateHardwareShipping/README.md +17 -0
  16. catocli/parsers/mutation_site_addBgpPeer/README.md +1 -1
  17. catocli/parsers/mutation_site_addNetworkRange/README.md +1 -1
  18. catocli/parsers/mutation_site_updateBgpPeer/README.md +1 -1
  19. catocli/parsers/mutation_site_updateNetworkRange/README.md +1 -1
  20. catocli/parsers/mutation_sites_addBgpPeer/README.md +1 -1
  21. catocli/parsers/mutation_sites_addNetworkRange/README.md +1 -1
  22. catocli/parsers/mutation_sites_updateBgpPeer/README.md +1 -1
  23. catocli/parsers/mutation_sites_updateNetworkRange/README.md +1 -1
  24. catocli/parsers/query_auditFeed/README.md +1 -1
  25. catocli/parsers/query_catalogs/README.md +19 -0
  26. catocli/parsers/query_catalogs/__init__.py +17 -0
  27. catocli/parsers/query_devices/README.md +19 -0
  28. catocli/parsers/query_devices/__init__.py +17 -0
  29. catocli/parsers/query_eventsFeed/README.md +1 -1
  30. catocli/parsers/query_hardware/README.md +17 -0
  31. catocli/parsers/query_hardware/__init__.py +17 -0
  32. catocli/parsers/query_sandbox/README.md +1 -1
  33. {catocli-1.0.21.dist-info → catocli-2.0.0.dist-info}/METADATA +1 -1
  34. {catocli-1.0.21.dist-info → catocli-2.0.0.dist-info}/RECORD +139 -114
  35. {catocli-1.0.21.dist-info → catocli-2.0.0.dist-info}/top_level.txt +1 -0
  36. graphql_client/api/call_api.py +4 -0
  37. graphql_client/api_client_types.py +4 -3
  38. graphql_client/configuration.py +2 -0
  39. models/mutation.admin.addAdmin.json +130 -0
  40. models/mutation.hardware.updateHardwareShipping.json +2506 -0
  41. models/mutation.policy.appTenantRestriction.addRule.json +11 -11
  42. models/mutation.policy.appTenantRestriction.createPolicyRevision.json +11 -11
  43. models/mutation.policy.appTenantRestriction.discardPolicyRevision.json +11 -11
  44. models/mutation.policy.appTenantRestriction.moveRule.json +11 -11
  45. models/mutation.policy.appTenantRestriction.publishPolicyRevision.json +11 -11
  46. models/mutation.policy.appTenantRestriction.removeRule.json +11 -11
  47. models/mutation.policy.appTenantRestriction.updatePolicy.json +11 -11
  48. models/mutation.policy.appTenantRestriction.updateRule.json +11 -11
  49. models/mutation.policy.dynamicIpAllocation.addRule.json +4 -4
  50. models/mutation.policy.dynamicIpAllocation.createPolicyRevision.json +4 -4
  51. models/mutation.policy.dynamicIpAllocation.discardPolicyRevision.json +4 -4
  52. models/mutation.policy.dynamicIpAllocation.moveRule.json +4 -4
  53. models/mutation.policy.dynamicIpAllocation.publishPolicyRevision.json +4 -4
  54. models/mutation.policy.dynamicIpAllocation.removeRule.json +4 -4
  55. models/mutation.policy.dynamicIpAllocation.updatePolicy.json +4 -4
  56. models/mutation.policy.dynamicIpAllocation.updateRule.json +4 -4
  57. models/mutation.policy.internetFirewall.addRule.json +63 -63
  58. models/mutation.policy.internetFirewall.createPolicyRevision.json +45 -45
  59. models/mutation.policy.internetFirewall.discardPolicyRevision.json +45 -45
  60. models/mutation.policy.internetFirewall.moveRule.json +45 -45
  61. models/mutation.policy.internetFirewall.publishPolicyRevision.json +45 -45
  62. models/mutation.policy.internetFirewall.removeRule.json +45 -45
  63. models/mutation.policy.internetFirewall.updatePolicy.json +45 -45
  64. models/mutation.policy.internetFirewall.updateRule.json +63 -63
  65. models/mutation.policy.remotePortFwd.addRule.json +5 -5
  66. models/mutation.policy.remotePortFwd.createPolicyRevision.json +5 -5
  67. models/mutation.policy.remotePortFwd.discardPolicyRevision.json +5 -5
  68. models/mutation.policy.remotePortFwd.moveRule.json +5 -5
  69. models/mutation.policy.remotePortFwd.publishPolicyRevision.json +5 -5
  70. models/mutation.policy.remotePortFwd.removeRule.json +5 -5
  71. models/mutation.policy.remotePortFwd.updatePolicy.json +5 -5
  72. models/mutation.policy.remotePortFwd.updateRule.json +5 -5
  73. models/mutation.policy.socketLan.addRule.json +3580 -125
  74. models/mutation.policy.socketLan.createPolicyRevision.json +3580 -125
  75. models/mutation.policy.socketLan.discardPolicyRevision.json +3580 -125
  76. models/mutation.policy.socketLan.moveRule.json +3580 -125
  77. models/mutation.policy.socketLan.publishPolicyRevision.json +3580 -125
  78. models/mutation.policy.socketLan.removeRule.json +3580 -125
  79. models/mutation.policy.socketLan.updatePolicy.json +3580 -125
  80. models/mutation.policy.socketLan.updateRule.json +3580 -125
  81. models/mutation.policy.wanFirewall.addRule.json +77 -77
  82. models/mutation.policy.wanFirewall.createPolicyRevision.json +59 -59
  83. models/mutation.policy.wanFirewall.discardPolicyRevision.json +59 -59
  84. models/mutation.policy.wanFirewall.moveRule.json +59 -59
  85. models/mutation.policy.wanFirewall.publishPolicyRevision.json +59 -59
  86. models/mutation.policy.wanFirewall.removeRule.json +59 -59
  87. models/mutation.policy.wanFirewall.updatePolicy.json +59 -59
  88. models/mutation.policy.wanFirewall.updateRule.json +77 -77
  89. models/mutation.policy.wanNetwork.addRule.json +49 -49
  90. models/mutation.policy.wanNetwork.createPolicyRevision.json +49 -49
  91. models/mutation.policy.wanNetwork.discardPolicyRevision.json +49 -49
  92. models/mutation.policy.wanNetwork.moveRule.json +49 -49
  93. models/mutation.policy.wanNetwork.publishPolicyRevision.json +49 -49
  94. models/mutation.policy.wanNetwork.removeRule.json +49 -49
  95. models/mutation.policy.wanNetwork.updatePolicy.json +49 -49
  96. models/mutation.policy.wanNetwork.updateRule.json +49 -49
  97. models/mutation.site.addBgpPeer.json +2812 -217
  98. models/mutation.site.addNetworkRange.json +114 -0
  99. models/mutation.site.addSocketSite.json +18 -0
  100. models/mutation.site.removeBgpPeer.json +667 -1
  101. models/mutation.site.updateBgpPeer.json +3152 -559
  102. models/mutation.site.updateNetworkRange.json +114 -0
  103. models/mutation.sites.addBgpPeer.json +2812 -217
  104. models/mutation.sites.addNetworkRange.json +114 -0
  105. models/mutation.sites.addSocketSite.json +18 -0
  106. models/mutation.sites.removeBgpPeer.json +667 -1
  107. models/mutation.sites.updateBgpPeer.json +3152 -559
  108. models/mutation.sites.updateNetworkRange.json +114 -0
  109. models/mutation.xdr.addStoryComment.json +2 -2
  110. models/mutation.xdr.analystFeedback.json +182 -42
  111. models/mutation.xdr.deleteStoryComment.json +2 -2
  112. models/query.accountMetrics.json +112 -0
  113. models/query.accountSnapshot.json +62 -0
  114. models/query.admin.json +46 -0
  115. models/query.admins.json +46 -0
  116. models/query.appStats.json +528 -0
  117. models/query.appStatsTimeSeries.json +396 -0
  118. models/query.auditFeed.json +273 -3336
  119. models/query.catalogs.json +9840 -0
  120. models/query.devices.json +15469 -0
  121. models/query.events.json +4606 -4318
  122. models/query.eventsFeed.json +1167 -1095
  123. models/query.eventsTimeSeries.json +3459 -3243
  124. models/query.hardware.json +5730 -0
  125. models/query.hardwareManagement.json +8 -2
  126. models/query.licensing.json +3 -3
  127. models/query.policy.json +3743 -298
  128. models/query.sandbox.json +6 -4
  129. models/query.site.json +1329 -4
  130. models/query.xdr.stories.json +182 -42
  131. models/query.xdr.story.json +182 -42
  132. schema/catolib.py +105 -28
  133. scripts/catolib.py +62 -0
  134. scripts/export_if_rules_to_json.py +188 -0
  135. scripts/export_wf_rules_to_json.py +111 -0
  136. scripts/import_wf_rules_to_tfstate.py +331 -0
  137. {catocli-1.0.21.dist-info → catocli-2.0.0.dist-info}/LICENSE +0 -0
  138. {catocli-1.0.21.dist-info → catocli-2.0.0.dist-info}/WHEEL +0 -0
  139. {catocli-1.0.21.dist-info → catocli-2.0.0.dist-info}/entry_points.txt +0 -0
@@ -257,398 +257,1017 @@
257
257
  },
258
258
  "varName": "defaultAction"
259
259
  },
260
- "holdTime": {
261
- "defaultValue": null,
262
- "description": "Updated hold time for the BGP session.",
263
- "id_str": "updateBgpPeer___input___holdTime",
264
- "name": "holdTime",
265
- "path": "updateBgpPeer.input.holdTime",
266
- "requestStr": "$holdTime:Int ",
267
- "required": false,
268
- "responseStr": "holdTime:$holdTime ",
269
- "type": {
270
- "kind": [
271
- "SCALAR"
272
- ],
273
- "name": "Int",
274
- "non_null": false
275
- },
276
- "varName": "holdTime"
277
- },
278
- "id": {
279
- "defaultValue": null,
280
- "description": "Unique identifier of the BGP peer to be updated.",
281
- "id_str": "updateBgpPeer___input___id",
282
- "name": "id",
283
- "path": "updateBgpPeer.input.id",
284
- "requestStr": "$id:ID! ",
285
- "required": true,
286
- "responseStr": "id:$id ",
287
- "type": {
288
- "kind": [
289
- "NON_NULL",
290
- "SCALAR"
291
- ],
292
- "name": "ID",
293
- "non_null": false
294
- },
295
- "varName": "id"
296
- },
297
- "keepaliveInterval": {
298
- "defaultValue": null,
299
- "description": "Updated keepalive interval for the BGP session.",
300
- "id_str": "updateBgpPeer___input___keepaliveInterval",
301
- "name": "keepaliveInterval",
302
- "path": "updateBgpPeer.input.keepaliveInterval",
303
- "requestStr": "$keepaliveInterval:Int ",
304
- "required": false,
305
- "responseStr": "keepaliveInterval:$keepaliveInterval ",
306
- "type": {
307
- "kind": [
308
- "SCALAR"
309
- ],
310
- "name": "Int",
311
- "non_null": false
312
- },
313
- "varName": "keepaliveInterval"
314
- },
315
- "md5AuthKey": {
316
- "defaultValue": null,
317
- "description": "Updated MD5 authentication key.",
318
- "id_str": "updateBgpPeer___input___md5AuthKey",
319
- "name": "md5AuthKey",
320
- "path": "updateBgpPeer.input.md5AuthKey",
321
- "requestStr": "$md5AuthKey:String ",
322
- "required": false,
323
- "responseStr": "md5AuthKey:$md5AuthKey ",
324
- "type": {
325
- "kind": [
326
- "SCALAR"
327
- ],
328
- "name": "String",
329
- "non_null": false
330
- },
331
- "varName": "md5AuthKey"
332
- },
333
- "metric": {
334
- "defaultValue": null,
335
- "description": "Updated metric value for route preferences.",
336
- "id_str": "updateBgpPeer___input___metric",
337
- "name": "metric",
338
- "path": "updateBgpPeer.input.metric",
339
- "requestStr": "$metric:Int ",
340
- "required": false,
341
- "responseStr": "metric:$metric ",
342
- "type": {
343
- "kind": [
344
- "SCALAR"
345
- ],
346
- "name": "Int",
347
- "non_null": false
348
- },
349
- "varName": "metric"
350
- },
351
- "name": {
352
- "defaultValue": null,
353
- "description": "Updated name of the BGP configuration entity.",
354
- "id_str": "updateBgpPeer___input___name",
355
- "name": "name",
356
- "path": "updateBgpPeer.input.name",
357
- "requestStr": "$name:String ",
358
- "required": false,
359
- "responseStr": "name:$name ",
360
- "type": {
361
- "kind": [
362
- "SCALAR"
363
- ],
364
- "name": "String",
365
- "non_null": false
366
- },
367
- "varName": "name"
368
- },
369
- "peerAsn": {
370
- "defaultValue": null,
371
- "description": "Updated AS number of the peer BGP endpoint.",
372
- "id_str": "updateBgpPeer___input___peerAsn",
373
- "name": "peerAsn",
374
- "path": "updateBgpPeer.input.peerAsn",
375
- "requestStr": "$peerAsn:Asn32 ",
376
- "required": false,
377
- "responseStr": "peerAsn:$peerAsn ",
378
- "type": {
379
- "kind": [
380
- "SCALAR"
381
- ],
382
- "name": "Asn32",
383
- "non_null": false
384
- },
385
- "varName": "peerAsn"
386
- },
387
- "peerIp": {
260
+ "defaultActionExclusion": {
388
261
  "defaultValue": null,
389
- "description": "Updated IP address of the peer BGP endpoint.",
390
- "id_str": "updateBgpPeer___input___peerIp",
391
- "name": "peerIp",
392
- "path": "updateBgpPeer.input.peerIp",
393
- "requestStr": "$peerIp:IPAddress ",
394
- "required": false,
395
- "responseStr": "peerIp:$peerIp ",
396
- "type": {
397
- "kind": [
398
- "SCALAR"
399
- ],
400
- "name": "IPAddress",
401
- "non_null": false
402
- },
403
- "varName": "peerIp"
404
- },
405
- "performNat": {
406
- "defaultValue": null,
407
- "description": "Update for NAT configuration.",
408
- "id_str": "updateBgpPeer___input___performNat",
409
- "name": "performNat",
410
- "path": "updateBgpPeer.input.performNat",
411
- "requestStr": "$performNat:Boolean ",
412
- "required": false,
413
- "responseStr": "performNat:$performNat ",
414
- "type": {
415
- "kind": [
416
- "SCALAR"
417
- ],
418
- "name": "Boolean",
419
- "non_null": false
420
- },
421
- "varName": "performNat"
422
- },
423
- "summaryRoute": {
424
- "defaultValue": null,
425
- "description": "Updated summarized routes to advertise.",
426
- "id_str": "updateBgpPeer___input___summaryRoute",
427
- "name": "summaryRoute",
428
- "path": "updateBgpPeer.input.summaryRoute",
429
- "requestStr": "$bgpSummaryRouteInput:[BgpSummaryRouteInput] ",
262
+ "description": "Updated rules excluded from the default action.",
263
+ "id_str": "updateBgpPeer___input___defaultActionExclusion",
264
+ "name": "defaultActionExclusion",
265
+ "path": "updateBgpPeer.input.defaultActionExclusion",
266
+ "requestStr": "$bgpFilterRuleInput:[BgpFilterRuleInput] ",
430
267
  "required": false,
431
- "responseStr": "summaryRoute:$bgpSummaryRouteInput ",
268
+ "responseStr": "defaultActionExclusion:$bgpFilterRuleInput ",
432
269
  "type": {
433
270
  "definition": {
434
271
  "description": null,
435
272
  "enumValues": null,
436
273
  "fields": null,
437
274
  "inputFields": {
438
- "community": {
439
- "defaultValue": "[]",
440
- "description": "Community values to associate with the summarized route.",
441
- "id_str": "updateBgpPeer___input___summaryRoute___community",
442
- "name": "community",
443
- "path": "updateBgpPeer.input.summaryRoute.community",
444
- "requestStr": "$bgpCommunityInput:[BgpCommunityInput]! ",
445
- "required": true,
446
- "responseStr": "community:$bgpCommunityInput ",
275
+ "bgpRouteExactAndInclusiveFilterRule": {
276
+ "defaultValue": null,
277
+ "description": "Input for exact and inclusive filter rule.",
278
+ "id_str": "updateBgpPeer___input___defaultActionExclusion___bgpRouteExactAndInclusiveFilterRule",
279
+ "name": "bgpRouteExactAndInclusiveFilterRule",
280
+ "path": "updateBgpPeer.input.defaultActionExclusion.bgpRouteExactAndInclusiveFilterRule",
281
+ "requestStr": "$bgpRouteExactAndInclusiveFilterRuleInput:BgpRouteExactAndInclusiveFilterRuleInput ",
282
+ "required": false,
283
+ "responseStr": "bgpRouteExactAndInclusiveFilterRule:$bgpRouteExactAndInclusiveFilterRuleInput ",
447
284
  "type": {
448
285
  "definition": {
449
286
  "description": null,
450
287
  "enumValues": null,
451
288
  "fields": null,
452
289
  "inputFields": {
453
- "from": {
290
+ "ge": {
454
291
  "defaultValue": null,
455
- "description": "Start of the community range.",
456
- "id_str": "updateBgpPeer___input___summaryRoute___community___from",
457
- "name": "from",
458
- "path": "updateBgpPeer.input.summaryRoute.community.from",
459
- "requestStr": "$from:Asn16! ",
460
- "required": true,
461
- "responseStr": "from:$from ",
292
+ "description": "Minimum prefix length for the filter rule.",
293
+ "id_str": "updateBgpPeer___input___defaultActionExclusion___bgpRouteExactAndInclusiveFilterRule___ge",
294
+ "name": "ge",
295
+ "path": "updateBgpPeer.input.defaultActionExclusion.bgpRouteExactAndInclusiveFilterRule.ge",
296
+ "requestStr": "$ge:Int ",
297
+ "required": false,
298
+ "responseStr": "ge:$ge ",
462
299
  "type": {
463
300
  "kind": [
464
- "NON_NULL",
465
301
  "SCALAR"
466
302
  ],
467
- "name": "Asn16",
303
+ "name": "Int",
468
304
  "non_null": false
469
305
  },
470
- "varName": "from"
306
+ "varName": "ge"
471
307
  },
472
- "to": {
473
- "defaultValue": null,
474
- "description": "End of the community range.",
475
- "id_str": "updateBgpPeer___input___summaryRoute___community___to",
476
- "name": "to",
477
- "path": "updateBgpPeer.input.summaryRoute.community.to",
478
- "requestStr": "$to:Asn16! ",
308
+ "globalIpRange": {
309
+ "defaultValue": "[]",
310
+ "description": "Global IP ranges to include.",
311
+ "id_str": "updateBgpPeer___input___defaultActionExclusion___bgpRouteExactAndInclusiveFilterRule___globalIpRange",
312
+ "name": "globalIpRange",
313
+ "path": "updateBgpPeer.input.defaultActionExclusion.bgpRouteExactAndInclusiveFilterRule.globalIpRange",
314
+ "requestStr": "$globalIpRangeRefInput:[GlobalIpRangeRefInput]! ",
479
315
  "required": true,
480
- "responseStr": "to:$to ",
316
+ "responseStr": "globalIpRange:$globalIpRangeRefInput ",
481
317
  "type": {
318
+ "definition": {
319
+ "description": null,
320
+ "enumValues": null,
321
+ "fields": null,
322
+ "inputFields": {
323
+ "by": {
324
+ "defaultValue": "ID",
325
+ "description": null,
326
+ "id_str": "updateBgpPeer___input___defaultActionExclusion___bgpRouteExactAndInclusiveFilterRule___globalIpRange___by",
327
+ "name": "by",
328
+ "path": "updateBgpPeer.input.defaultActionExclusion.bgpRouteExactAndInclusiveFilterRule.globalIpRange.by",
329
+ "requestStr": "$by:ObjectRefBy! ",
330
+ "required": true,
331
+ "responseStr": "by:$by ",
332
+ "type": {
333
+ "definition": {
334
+ "description": null,
335
+ "enumValues": [
336
+ {
337
+ "deprecationReason": null,
338
+ "description": null,
339
+ "isDeprecated": false,
340
+ "name": "ID"
341
+ },
342
+ {
343
+ "deprecationReason": null,
344
+ "description": null,
345
+ "isDeprecated": false,
346
+ "name": "NAME"
347
+ }
348
+ ],
349
+ "fields": null,
350
+ "inputFields": null,
351
+ "interfaces": null,
352
+ "kind": "ENUM",
353
+ "name": "ObjectRefBy",
354
+ "possibleTypes": null
355
+ },
356
+ "indexType": "enum",
357
+ "kind": [
358
+ "NON_NULL",
359
+ "ENUM"
360
+ ],
361
+ "name": "ObjectRefBy",
362
+ "non_null": false
363
+ },
364
+ "varName": "by"
365
+ },
366
+ "input": {
367
+ "defaultValue": null,
368
+ "description": null,
369
+ "id_str": "updateBgpPeer___input___defaultActionExclusion___bgpRouteExactAndInclusiveFilterRule___globalIpRange___input",
370
+ "name": "input",
371
+ "path": "updateBgpPeer.input.defaultActionExclusion.bgpRouteExactAndInclusiveFilterRule.globalIpRange.input",
372
+ "requestStr": "$input:String! ",
373
+ "required": true,
374
+ "responseStr": "input:$input ",
375
+ "type": {
376
+ "kind": [
377
+ "NON_NULL",
378
+ "SCALAR"
379
+ ],
380
+ "name": "String",
381
+ "non_null": false
382
+ },
383
+ "varName": "input"
384
+ }
385
+ },
386
+ "interfaces": null,
387
+ "kind": "INPUT_OBJECT",
388
+ "name": "GlobalIpRangeRefInput",
389
+ "possibleTypes": null
390
+ },
391
+ "indexType": "input_object",
482
392
  "kind": [
483
393
  "NON_NULL",
484
- "SCALAR"
394
+ "LIST",
395
+ "NON_NULL",
396
+ "INPUT_OBJECT"
485
397
  ],
486
- "name": "Asn16",
398
+ "name": "GlobalIpRangeRefInput",
487
399
  "non_null": false
488
400
  },
489
- "varName": "to"
490
- }
491
- },
492
- "interfaces": null,
493
- "kind": "INPUT_OBJECT",
494
- "name": "BgpCommunityInput",
495
- "possibleTypes": null
496
- },
497
- "indexType": "input_object",
498
- "kind": [
499
- "NON_NULL",
500
- "LIST",
501
- "NON_NULL",
502
- "INPUT_OBJECT"
503
- ],
504
- "name": "BgpCommunityInput",
505
- "non_null": false
506
- },
507
- "varName": "bgpCommunityInput"
508
- },
509
- "route": {
510
- "defaultValue": null,
511
- "description": "Subnet of the summarized route to be advertised.",
512
- "id_str": "updateBgpPeer___input___summaryRoute___route",
513
- "name": "route",
514
- "path": "updateBgpPeer.input.summaryRoute.route",
515
- "requestStr": "$route:NetworkSubnet! ",
516
- "required": true,
517
- "responseStr": "route:$route ",
518
- "type": {
519
- "kind": [
520
- "NON_NULL",
521
- "SCALAR"
522
- ],
523
- "name": "NetworkSubnet",
524
- "non_null": false
525
- },
526
- "varName": "route"
527
- }
528
- },
529
- "interfaces": null,
530
- "kind": "INPUT_OBJECT",
531
- "name": "BgpSummaryRouteInput",
532
- "possibleTypes": null
533
- },
534
- "indexType": "input_object",
535
- "kind": [
536
- "LIST",
537
- "NON_NULL",
538
- "INPUT_OBJECT"
539
- ],
540
- "name": "BgpSummaryRouteInput",
541
- "non_null": false
542
- },
543
- "varName": "bgpSummaryRouteInput"
544
- },
545
- "tracking": {
546
- "defaultValue": null,
547
- "description": "Updated tracking configuration for the BGP peer.",
548
- "id_str": "updateBgpPeer___input___tracking",
549
- "name": "tracking",
550
- "path": "updateBgpPeer.input.tracking",
551
- "requestStr": "$bgpTrackingInput:BgpTrackingInput ",
552
- "required": false,
553
- "responseStr": "tracking:$bgpTrackingInput ",
554
- "type": {
555
- "definition": {
556
- "description": null,
557
- "enumValues": null,
558
- "fields": null,
559
- "inputFields": {
560
- "alertFrequency": {
561
- "defaultValue": "HOURLY",
562
- "description": "Frequency of health alerts.",
563
- "id_str": "updateBgpPeer___input___tracking___alertFrequency",
564
- "name": "alertFrequency",
565
- "path": "updateBgpPeer.input.tracking.alertFrequency",
566
- "requestStr": "$alertFrequency:PolicyRuleTrackingFrequencyEnum! ",
567
- "required": true,
568
- "responseStr": "alertFrequency:$alertFrequency ",
569
- "type": {
570
- "definition": {
571
- "description": "Enum for the frequency of an alert event for a rule",
572
- "enumValues": [
573
- {
574
- "deprecationReason": null,
575
- "description": null,
576
- "isDeprecated": false,
577
- "name": "HOURLY"
401
+ "varName": "globalIpRangeRefInput"
578
402
  },
579
- {
580
- "deprecationReason": null,
581
- "description": null,
582
- "isDeprecated": false,
583
- "name": "DAILY"
403
+ "globalIpRangeException": {
404
+ "defaultValue": "[]",
405
+ "description": "Global IP ranges to exclude.",
406
+ "id_str": "updateBgpPeer___input___defaultActionExclusion___bgpRouteExactAndInclusiveFilterRule___globalIpRangeException",
407
+ "name": "globalIpRangeException",
408
+ "path": "updateBgpPeer.input.defaultActionExclusion.bgpRouteExactAndInclusiveFilterRule.globalIpRangeException",
409
+ "requestStr": "$globalIpRangeRefInput:[GlobalIpRangeRefInput]! ",
410
+ "required": true,
411
+ "responseStr": "globalIpRangeException:$globalIpRangeRefInput ",
412
+ "type": {
413
+ "definition": {
414
+ "description": null,
415
+ "enumValues": null,
416
+ "fields": null,
417
+ "inputFields": {
418
+ "by": {
419
+ "defaultValue": "ID",
420
+ "description": null,
421
+ "id_str": "updateBgpPeer___input___defaultActionExclusion___bgpRouteExactAndInclusiveFilterRule___globalIpRangeException___by",
422
+ "name": "by",
423
+ "path": "updateBgpPeer.input.defaultActionExclusion.bgpRouteExactAndInclusiveFilterRule.globalIpRangeException.by",
424
+ "requestStr": "$by:ObjectRefBy! ",
425
+ "required": true,
426
+ "responseStr": "by:$by ",
427
+ "type": {
428
+ "definition": {
429
+ "description": null,
430
+ "enumValues": [
431
+ {
432
+ "deprecationReason": null,
433
+ "description": null,
434
+ "isDeprecated": false,
435
+ "name": "ID"
436
+ },
437
+ {
438
+ "deprecationReason": null,
439
+ "description": null,
440
+ "isDeprecated": false,
441
+ "name": "NAME"
442
+ }
443
+ ],
444
+ "fields": null,
445
+ "inputFields": null,
446
+ "interfaces": null,
447
+ "kind": "ENUM",
448
+ "name": "ObjectRefBy",
449
+ "possibleTypes": null
450
+ },
451
+ "indexType": "enum",
452
+ "kind": [
453
+ "NON_NULL",
454
+ "ENUM"
455
+ ],
456
+ "name": "ObjectRefBy",
457
+ "non_null": false
458
+ },
459
+ "varName": "by"
460
+ },
461
+ "input": {
462
+ "defaultValue": null,
463
+ "description": null,
464
+ "id_str": "updateBgpPeer___input___defaultActionExclusion___bgpRouteExactAndInclusiveFilterRule___globalIpRangeException___input",
465
+ "name": "input",
466
+ "path": "updateBgpPeer.input.defaultActionExclusion.bgpRouteExactAndInclusiveFilterRule.globalIpRangeException.input",
467
+ "requestStr": "$input:String! ",
468
+ "required": true,
469
+ "responseStr": "input:$input ",
470
+ "type": {
471
+ "kind": [
472
+ "NON_NULL",
473
+ "SCALAR"
474
+ ],
475
+ "name": "String",
476
+ "non_null": false
477
+ },
478
+ "varName": "input"
479
+ }
480
+ },
481
+ "interfaces": null,
482
+ "kind": "INPUT_OBJECT",
483
+ "name": "GlobalIpRangeRefInput",
484
+ "possibleTypes": null
485
+ },
486
+ "indexType": "input_object",
487
+ "kind": [
488
+ "NON_NULL",
489
+ "LIST",
490
+ "NON_NULL",
491
+ "INPUT_OBJECT"
492
+ ],
493
+ "name": "GlobalIpRangeRefInput",
494
+ "non_null": false
495
+ },
496
+ "varName": "globalIpRangeRefInput"
584
497
  },
585
- {
586
- "deprecationReason": null,
587
- "description": null,
588
- "isDeprecated": false,
589
- "name": "WEEKLY"
498
+ "le": {
499
+ "defaultValue": null,
500
+ "description": "Maximum prefix length for the filter rule.",
501
+ "id_str": "updateBgpPeer___input___defaultActionExclusion___bgpRouteExactAndInclusiveFilterRule___le",
502
+ "name": "le",
503
+ "path": "updateBgpPeer.input.defaultActionExclusion.bgpRouteExactAndInclusiveFilterRule.le",
504
+ "requestStr": "$le:Int ",
505
+ "required": false,
506
+ "responseStr": "le:$le ",
507
+ "type": {
508
+ "kind": [
509
+ "SCALAR"
510
+ ],
511
+ "name": "Int",
512
+ "non_null": false
513
+ },
514
+ "varName": "le"
590
515
  },
591
- {
592
- "deprecationReason": null,
593
- "description": null,
594
- "isDeprecated": false,
595
- "name": "IMMEDIATE"
516
+ "networkSubnet": {
517
+ "defaultValue": "[]",
518
+ "description": "Network subnets to include.",
519
+ "id_str": "updateBgpPeer___input___defaultActionExclusion___bgpRouteExactAndInclusiveFilterRule___networkSubnet",
520
+ "name": "networkSubnet",
521
+ "path": "updateBgpPeer.input.defaultActionExclusion.bgpRouteExactAndInclusiveFilterRule.networkSubnet",
522
+ "requestStr": "$networkSubnet:[NetworkSubnet]! ",
523
+ "required": true,
524
+ "responseStr": "networkSubnet:$networkSubnet ",
525
+ "type": {
526
+ "kind": [
527
+ "NON_NULL",
528
+ "LIST",
529
+ "NON_NULL",
530
+ "SCALAR"
531
+ ],
532
+ "name": "NetworkSubnet",
533
+ "non_null": false
534
+ },
535
+ "varName": "networkSubnet"
536
+ },
537
+ "networkSubnetException": {
538
+ "defaultValue": "[]",
539
+ "description": "Network subnets to exclude.",
540
+ "id_str": "updateBgpPeer___input___defaultActionExclusion___bgpRouteExactAndInclusiveFilterRule___networkSubnetException",
541
+ "name": "networkSubnetException",
542
+ "path": "updateBgpPeer.input.defaultActionExclusion.bgpRouteExactAndInclusiveFilterRule.networkSubnetException",
543
+ "requestStr": "$networkSubnetException:[NetworkSubnet]! ",
544
+ "required": true,
545
+ "responseStr": "networkSubnetException:$networkSubnetException ",
546
+ "type": {
547
+ "kind": [
548
+ "NON_NULL",
549
+ "LIST",
550
+ "NON_NULL",
551
+ "SCALAR"
552
+ ],
553
+ "name": "NetworkSubnet",
554
+ "non_null": false
555
+ },
556
+ "varName": "networkSubnetException"
596
557
  }
597
- ],
598
- "fields": null,
599
- "inputFields": null,
558
+ },
600
559
  "interfaces": null,
601
- "kind": "ENUM",
602
- "name": "PolicyRuleTrackingFrequencyEnum",
560
+ "kind": "INPUT_OBJECT",
561
+ "name": "BgpRouteExactAndInclusiveFilterRuleInput",
603
562
  "possibleTypes": null
604
563
  },
605
- "indexType": "enum",
564
+ "indexType": "input_object",
606
565
  "kind": [
607
- "NON_NULL",
608
- "ENUM"
566
+ "INPUT_OBJECT"
609
567
  ],
610
- "name": "PolicyRuleTrackingFrequencyEnum",
568
+ "name": "BgpRouteExactAndInclusiveFilterRuleInput",
611
569
  "non_null": false
612
570
  },
613
- "varName": "alertFrequency"
571
+ "varName": "bgpRouteExactAndInclusiveFilterRuleInput"
614
572
  },
615
- "enabled": {
616
- "defaultValue": "false",
617
- "description": "Indicates if tracking is enabled.",
618
- "id_str": "updateBgpPeer___input___tracking___enabled",
619
- "name": "enabled",
620
- "path": "updateBgpPeer.input.tracking.enabled",
621
- "requestStr": "$enabled:Boolean! ",
622
- "required": true,
623
- "responseStr": "enabled:$enabled ",
573
+ "bgpRouteExactFilterRule": {
574
+ "defaultValue": null,
575
+ "description": "Input for exact route filter rule.",
576
+ "id_str": "updateBgpPeer___input___defaultActionExclusion___bgpRouteExactFilterRule",
577
+ "name": "bgpRouteExactFilterRule",
578
+ "path": "updateBgpPeer.input.defaultActionExclusion.bgpRouteExactFilterRule",
579
+ "requestStr": "$bgpRouteExactFilterRuleInput:BgpRouteExactFilterRuleInput ",
580
+ "required": false,
581
+ "responseStr": "bgpRouteExactFilterRule:$bgpRouteExactFilterRuleInput ",
624
582
  "type": {
583
+ "definition": {
584
+ "description": null,
585
+ "enumValues": null,
586
+ "fields": null,
587
+ "inputFields": {
588
+ "globalIpRange": {
589
+ "defaultValue": "[]",
590
+ "description": "Global IP ranges to include.",
591
+ "id_str": "updateBgpPeer___input___defaultActionExclusion___bgpRouteExactFilterRule___globalIpRange",
592
+ "name": "globalIpRange",
593
+ "path": "updateBgpPeer.input.defaultActionExclusion.bgpRouteExactFilterRule.globalIpRange",
594
+ "requestStr": "$globalIpRangeRefInput:[GlobalIpRangeRefInput]! ",
595
+ "required": true,
596
+ "responseStr": "globalIpRange:$globalIpRangeRefInput ",
597
+ "type": {
598
+ "definition": {
599
+ "description": null,
600
+ "enumValues": null,
601
+ "fields": null,
602
+ "inputFields": {
603
+ "by": {
604
+ "defaultValue": "ID",
605
+ "description": null,
606
+ "id_str": "updateBgpPeer___input___defaultActionExclusion___bgpRouteExactFilterRule___globalIpRange___by",
607
+ "name": "by",
608
+ "path": "updateBgpPeer.input.defaultActionExclusion.bgpRouteExactFilterRule.globalIpRange.by",
609
+ "requestStr": "$by:ObjectRefBy! ",
610
+ "required": true,
611
+ "responseStr": "by:$by ",
612
+ "type": {
613
+ "definition": {
614
+ "description": null,
615
+ "enumValues": [
616
+ {
617
+ "deprecationReason": null,
618
+ "description": null,
619
+ "isDeprecated": false,
620
+ "name": "ID"
621
+ },
622
+ {
623
+ "deprecationReason": null,
624
+ "description": null,
625
+ "isDeprecated": false,
626
+ "name": "NAME"
627
+ }
628
+ ],
629
+ "fields": null,
630
+ "inputFields": null,
631
+ "interfaces": null,
632
+ "kind": "ENUM",
633
+ "name": "ObjectRefBy",
634
+ "possibleTypes": null
635
+ },
636
+ "indexType": "enum",
637
+ "kind": [
638
+ "NON_NULL",
639
+ "ENUM"
640
+ ],
641
+ "name": "ObjectRefBy",
642
+ "non_null": false
643
+ },
644
+ "varName": "by"
645
+ },
646
+ "input": {
647
+ "defaultValue": null,
648
+ "description": null,
649
+ "id_str": "updateBgpPeer___input___defaultActionExclusion___bgpRouteExactFilterRule___globalIpRange___input",
650
+ "name": "input",
651
+ "path": "updateBgpPeer.input.defaultActionExclusion.bgpRouteExactFilterRule.globalIpRange.input",
652
+ "requestStr": "$input:String! ",
653
+ "required": true,
654
+ "responseStr": "input:$input ",
655
+ "type": {
656
+ "kind": [
657
+ "NON_NULL",
658
+ "SCALAR"
659
+ ],
660
+ "name": "String",
661
+ "non_null": false
662
+ },
663
+ "varName": "input"
664
+ }
665
+ },
666
+ "interfaces": null,
667
+ "kind": "INPUT_OBJECT",
668
+ "name": "GlobalIpRangeRefInput",
669
+ "possibleTypes": null
670
+ },
671
+ "indexType": "input_object",
672
+ "kind": [
673
+ "NON_NULL",
674
+ "LIST",
675
+ "NON_NULL",
676
+ "INPUT_OBJECT"
677
+ ],
678
+ "name": "GlobalIpRangeRefInput",
679
+ "non_null": false
680
+ },
681
+ "varName": "globalIpRangeRefInput"
682
+ },
683
+ "networkSubnet": {
684
+ "defaultValue": "[]",
685
+ "description": "Network subnets to include.",
686
+ "id_str": "updateBgpPeer___input___defaultActionExclusion___bgpRouteExactFilterRule___networkSubnet",
687
+ "name": "networkSubnet",
688
+ "path": "updateBgpPeer.input.defaultActionExclusion.bgpRouteExactFilterRule.networkSubnet",
689
+ "requestStr": "$networkSubnet:[NetworkSubnet]! ",
690
+ "required": true,
691
+ "responseStr": "networkSubnet:$networkSubnet ",
692
+ "type": {
693
+ "kind": [
694
+ "NON_NULL",
695
+ "LIST",
696
+ "NON_NULL",
697
+ "SCALAR"
698
+ ],
699
+ "name": "NetworkSubnet",
700
+ "non_null": false
701
+ },
702
+ "varName": "networkSubnet"
703
+ }
704
+ },
705
+ "interfaces": null,
706
+ "kind": "INPUT_OBJECT",
707
+ "name": "BgpRouteExactFilterRuleInput",
708
+ "possibleTypes": null
709
+ },
710
+ "indexType": "input_object",
625
711
  "kind": [
626
- "NON_NULL",
627
- "SCALAR"
712
+ "INPUT_OBJECT"
628
713
  ],
629
- "name": "Boolean",
714
+ "name": "BgpRouteExactFilterRuleInput",
630
715
  "non_null": false
631
716
  },
632
- "varName": "enabled"
717
+ "varName": "bgpRouteExactFilterRuleInput"
633
718
  },
634
- "subscriptionId": {
719
+ "communityFilterRule": {
635
720
  "defaultValue": null,
636
- "description": "Subscription ID associated with this tracking rule.",
637
- "id_str": "updateBgpPeer___input___tracking___subscriptionId",
638
- "name": "subscriptionId",
639
- "path": "updateBgpPeer.input.tracking.subscriptionId",
640
- "requestStr": "$subscriptionId:ID! ",
641
- "required": true,
642
- "responseStr": "subscriptionId:$subscriptionId ",
721
+ "description": "Input for community filter rule.",
722
+ "id_str": "updateBgpPeer___input___defaultActionExclusion___communityFilterRule",
723
+ "name": "communityFilterRule",
724
+ "path": "updateBgpPeer.input.defaultActionExclusion.communityFilterRule",
725
+ "requestStr": "$bgpCommunityFilterRuleInput:BgpCommunityFilterRuleInput ",
726
+ "required": false,
727
+ "responseStr": "communityFilterRule:$bgpCommunityFilterRuleInput ",
643
728
  "type": {
644
- "kind": [
645
- "NON_NULL",
646
- "SCALAR"
647
- ],
648
- "name": "ID",
649
- "non_null": false
650
- },
651
- "varName": "subscriptionId"
729
+ "definition": {
730
+ "description": null,
731
+ "enumValues": null,
732
+ "fields": null,
733
+ "inputFields": {
734
+ "community": {
735
+ "defaultValue": "[]",
736
+ "description": "Community values to match.",
737
+ "id_str": "updateBgpPeer___input___defaultActionExclusion___communityFilterRule___community",
738
+ "name": "community",
739
+ "path": "updateBgpPeer.input.defaultActionExclusion.communityFilterRule.community",
740
+ "requestStr": "$bgpCommunityInput:[BgpCommunityInput]! ",
741
+ "required": true,
742
+ "responseStr": "community:$bgpCommunityInput ",
743
+ "type": {
744
+ "definition": {
745
+ "description": null,
746
+ "enumValues": null,
747
+ "fields": null,
748
+ "inputFields": {
749
+ "from": {
750
+ "defaultValue": null,
751
+ "description": "Start of the community range.",
752
+ "id_str": "updateBgpPeer___input___defaultActionExclusion___communityFilterRule___community___from",
753
+ "name": "from",
754
+ "path": "updateBgpPeer.input.defaultActionExclusion.communityFilterRule.community.from",
755
+ "requestStr": "$from:Asn16! ",
756
+ "required": true,
757
+ "responseStr": "from:$from ",
758
+ "type": {
759
+ "kind": [
760
+ "NON_NULL",
761
+ "SCALAR"
762
+ ],
763
+ "name": "Asn16",
764
+ "non_null": false
765
+ },
766
+ "varName": "from"
767
+ },
768
+ "to": {
769
+ "defaultValue": null,
770
+ "description": "End of the community range.",
771
+ "id_str": "updateBgpPeer___input___defaultActionExclusion___communityFilterRule___community___to",
772
+ "name": "to",
773
+ "path": "updateBgpPeer.input.defaultActionExclusion.communityFilterRule.community.to",
774
+ "requestStr": "$to:Asn16! ",
775
+ "required": true,
776
+ "responseStr": "to:$to ",
777
+ "type": {
778
+ "kind": [
779
+ "NON_NULL",
780
+ "SCALAR"
781
+ ],
782
+ "name": "Asn16",
783
+ "non_null": false
784
+ },
785
+ "varName": "to"
786
+ }
787
+ },
788
+ "interfaces": null,
789
+ "kind": "INPUT_OBJECT",
790
+ "name": "BgpCommunityInput",
791
+ "possibleTypes": null
792
+ },
793
+ "indexType": "input_object",
794
+ "kind": [
795
+ "NON_NULL",
796
+ "LIST",
797
+ "NON_NULL",
798
+ "INPUT_OBJECT"
799
+ ],
800
+ "name": "BgpCommunityInput",
801
+ "non_null": false
802
+ },
803
+ "varName": "bgpCommunityInput"
804
+ },
805
+ "predicate": {
806
+ "defaultValue": null,
807
+ "description": "Predicate to apply to the community filter (e.g., EQUAL, NOT_EQUAL).",
808
+ "id_str": "updateBgpPeer___input___defaultActionExclusion___communityFilterRule___predicate",
809
+ "name": "predicate",
810
+ "path": "updateBgpPeer.input.defaultActionExclusion.communityFilterRule.predicate",
811
+ "requestStr": "$predicate:BgpCommunityFilterPredicate ",
812
+ "required": false,
813
+ "responseStr": "predicate:$predicate ",
814
+ "type": {
815
+ "definition": {
816
+ "description": null,
817
+ "enumValues": [
818
+ {
819
+ "deprecationReason": null,
820
+ "description": "Matches exactly the specified community value.",
821
+ "isDeprecated": false,
822
+ "name": "EQUAL"
823
+ },
824
+ {
825
+ "deprecationReason": null,
826
+ "description": "Matches any community value except the specified one.",
827
+ "isDeprecated": false,
828
+ "name": "NOT_EQUAL"
829
+ }
830
+ ],
831
+ "fields": null,
832
+ "inputFields": null,
833
+ "interfaces": null,
834
+ "kind": "ENUM",
835
+ "name": "BgpCommunityFilterPredicate",
836
+ "possibleTypes": null
837
+ },
838
+ "indexType": "enum",
839
+ "kind": [
840
+ "ENUM"
841
+ ],
842
+ "name": "BgpCommunityFilterPredicate",
843
+ "non_null": false
844
+ },
845
+ "varName": "predicate"
846
+ }
847
+ },
848
+ "interfaces": null,
849
+ "kind": "INPUT_OBJECT",
850
+ "name": "BgpCommunityFilterRuleInput",
851
+ "possibleTypes": null
852
+ },
853
+ "indexType": "input_object",
854
+ "kind": [
855
+ "INPUT_OBJECT"
856
+ ],
857
+ "name": "BgpCommunityFilterRuleInput",
858
+ "non_null": false
859
+ },
860
+ "varName": "bgpCommunityFilterRuleInput"
861
+ }
862
+ },
863
+ "interfaces": null,
864
+ "kind": "INPUT_OBJECT",
865
+ "name": "BgpFilterRuleInput",
866
+ "possibleTypes": null
867
+ },
868
+ "indexType": "input_object",
869
+ "kind": [
870
+ "LIST",
871
+ "NON_NULL",
872
+ "INPUT_OBJECT"
873
+ ],
874
+ "name": "BgpFilterRuleInput",
875
+ "non_null": false
876
+ },
877
+ "varName": "bgpFilterRuleInput"
878
+ },
879
+ "holdTime": {
880
+ "defaultValue": null,
881
+ "description": "Updated hold time for the BGP session.",
882
+ "id_str": "updateBgpPeer___input___holdTime",
883
+ "name": "holdTime",
884
+ "path": "updateBgpPeer.input.holdTime",
885
+ "requestStr": "$holdTime:Int ",
886
+ "required": false,
887
+ "responseStr": "holdTime:$holdTime ",
888
+ "type": {
889
+ "kind": [
890
+ "SCALAR"
891
+ ],
892
+ "name": "Int",
893
+ "non_null": false
894
+ },
895
+ "varName": "holdTime"
896
+ },
897
+ "id": {
898
+ "defaultValue": null,
899
+ "description": "Unique identifier of the BGP peer to be updated.",
900
+ "id_str": "updateBgpPeer___input___id",
901
+ "name": "id",
902
+ "path": "updateBgpPeer.input.id",
903
+ "requestStr": "$id:ID! ",
904
+ "required": true,
905
+ "responseStr": "id:$id ",
906
+ "type": {
907
+ "kind": [
908
+ "NON_NULL",
909
+ "SCALAR"
910
+ ],
911
+ "name": "ID",
912
+ "non_null": false
913
+ },
914
+ "varName": "id"
915
+ },
916
+ "keepaliveInterval": {
917
+ "defaultValue": null,
918
+ "description": "Updated keepalive interval for the BGP session.",
919
+ "id_str": "updateBgpPeer___input___keepaliveInterval",
920
+ "name": "keepaliveInterval",
921
+ "path": "updateBgpPeer.input.keepaliveInterval",
922
+ "requestStr": "$keepaliveInterval:Int ",
923
+ "required": false,
924
+ "responseStr": "keepaliveInterval:$keepaliveInterval ",
925
+ "type": {
926
+ "kind": [
927
+ "SCALAR"
928
+ ],
929
+ "name": "Int",
930
+ "non_null": false
931
+ },
932
+ "varName": "keepaliveInterval"
933
+ },
934
+ "md5AuthKey": {
935
+ "defaultValue": null,
936
+ "description": "Updated MD5 authentication key.",
937
+ "id_str": "updateBgpPeer___input___md5AuthKey",
938
+ "name": "md5AuthKey",
939
+ "path": "updateBgpPeer.input.md5AuthKey",
940
+ "requestStr": "$md5AuthKey:String ",
941
+ "required": false,
942
+ "responseStr": "md5AuthKey:$md5AuthKey ",
943
+ "type": {
944
+ "kind": [
945
+ "SCALAR"
946
+ ],
947
+ "name": "String",
948
+ "non_null": false
949
+ },
950
+ "varName": "md5AuthKey"
951
+ },
952
+ "metric": {
953
+ "defaultValue": null,
954
+ "description": "Updated metric value for route preferences.",
955
+ "id_str": "updateBgpPeer___input___metric",
956
+ "name": "metric",
957
+ "path": "updateBgpPeer.input.metric",
958
+ "requestStr": "$metric:Int ",
959
+ "required": false,
960
+ "responseStr": "metric:$metric ",
961
+ "type": {
962
+ "kind": [
963
+ "SCALAR"
964
+ ],
965
+ "name": "Int",
966
+ "non_null": false
967
+ },
968
+ "varName": "metric"
969
+ },
970
+ "name": {
971
+ "defaultValue": null,
972
+ "description": "Updated name of the BGP configuration entity.",
973
+ "id_str": "updateBgpPeer___input___name",
974
+ "name": "name",
975
+ "path": "updateBgpPeer.input.name",
976
+ "requestStr": "$name:String ",
977
+ "required": false,
978
+ "responseStr": "name:$name ",
979
+ "type": {
980
+ "kind": [
981
+ "SCALAR"
982
+ ],
983
+ "name": "String",
984
+ "non_null": false
985
+ },
986
+ "varName": "name"
987
+ },
988
+ "peerAsn": {
989
+ "defaultValue": null,
990
+ "description": "Updated AS number of the peer BGP endpoint.",
991
+ "id_str": "updateBgpPeer___input___peerAsn",
992
+ "name": "peerAsn",
993
+ "path": "updateBgpPeer.input.peerAsn",
994
+ "requestStr": "$peerAsn:Asn32 ",
995
+ "required": false,
996
+ "responseStr": "peerAsn:$peerAsn ",
997
+ "type": {
998
+ "kind": [
999
+ "SCALAR"
1000
+ ],
1001
+ "name": "Asn32",
1002
+ "non_null": false
1003
+ },
1004
+ "varName": "peerAsn"
1005
+ },
1006
+ "peerIp": {
1007
+ "defaultValue": null,
1008
+ "description": "Updated IP address of the peer BGP endpoint.",
1009
+ "id_str": "updateBgpPeer___input___peerIp",
1010
+ "name": "peerIp",
1011
+ "path": "updateBgpPeer.input.peerIp",
1012
+ "requestStr": "$peerIp:IPAddress ",
1013
+ "required": false,
1014
+ "responseStr": "peerIp:$peerIp ",
1015
+ "type": {
1016
+ "kind": [
1017
+ "SCALAR"
1018
+ ],
1019
+ "name": "IPAddress",
1020
+ "non_null": false
1021
+ },
1022
+ "varName": "peerIp"
1023
+ },
1024
+ "performNat": {
1025
+ "defaultValue": null,
1026
+ "description": "Update for NAT configuration.",
1027
+ "id_str": "updateBgpPeer___input___performNat",
1028
+ "name": "performNat",
1029
+ "path": "updateBgpPeer.input.performNat",
1030
+ "requestStr": "$performNat:Boolean ",
1031
+ "required": false,
1032
+ "responseStr": "performNat:$performNat ",
1033
+ "type": {
1034
+ "kind": [
1035
+ "SCALAR"
1036
+ ],
1037
+ "name": "Boolean",
1038
+ "non_null": false
1039
+ },
1040
+ "varName": "performNat"
1041
+ },
1042
+ "summaryRoute": {
1043
+ "defaultValue": null,
1044
+ "description": "Updated summarized routes to advertise.",
1045
+ "id_str": "updateBgpPeer___input___summaryRoute",
1046
+ "name": "summaryRoute",
1047
+ "path": "updateBgpPeer.input.summaryRoute",
1048
+ "requestStr": "$bgpSummaryRouteInput:[BgpSummaryRouteInput] ",
1049
+ "required": false,
1050
+ "responseStr": "summaryRoute:$bgpSummaryRouteInput ",
1051
+ "type": {
1052
+ "definition": {
1053
+ "description": null,
1054
+ "enumValues": null,
1055
+ "fields": null,
1056
+ "inputFields": {
1057
+ "community": {
1058
+ "defaultValue": "[]",
1059
+ "description": "Community values to associate with the summarized route.",
1060
+ "id_str": "updateBgpPeer___input___summaryRoute___community",
1061
+ "name": "community",
1062
+ "path": "updateBgpPeer.input.summaryRoute.community",
1063
+ "requestStr": "$bgpCommunityInput:[BgpCommunityInput]! ",
1064
+ "required": true,
1065
+ "responseStr": "community:$bgpCommunityInput ",
1066
+ "type": {
1067
+ "definition": {
1068
+ "description": null,
1069
+ "enumValues": null,
1070
+ "fields": null,
1071
+ "inputFields": {
1072
+ "from": {
1073
+ "defaultValue": null,
1074
+ "description": "Start of the community range.",
1075
+ "id_str": "updateBgpPeer___input___summaryRoute___community___from",
1076
+ "name": "from",
1077
+ "path": "updateBgpPeer.input.summaryRoute.community.from",
1078
+ "requestStr": "$from:Asn16! ",
1079
+ "required": true,
1080
+ "responseStr": "from:$from ",
1081
+ "type": {
1082
+ "kind": [
1083
+ "NON_NULL",
1084
+ "SCALAR"
1085
+ ],
1086
+ "name": "Asn16",
1087
+ "non_null": false
1088
+ },
1089
+ "varName": "from"
1090
+ },
1091
+ "to": {
1092
+ "defaultValue": null,
1093
+ "description": "End of the community range.",
1094
+ "id_str": "updateBgpPeer___input___summaryRoute___community___to",
1095
+ "name": "to",
1096
+ "path": "updateBgpPeer.input.summaryRoute.community.to",
1097
+ "requestStr": "$to:Asn16! ",
1098
+ "required": true,
1099
+ "responseStr": "to:$to ",
1100
+ "type": {
1101
+ "kind": [
1102
+ "NON_NULL",
1103
+ "SCALAR"
1104
+ ],
1105
+ "name": "Asn16",
1106
+ "non_null": false
1107
+ },
1108
+ "varName": "to"
1109
+ }
1110
+ },
1111
+ "interfaces": null,
1112
+ "kind": "INPUT_OBJECT",
1113
+ "name": "BgpCommunityInput",
1114
+ "possibleTypes": null
1115
+ },
1116
+ "indexType": "input_object",
1117
+ "kind": [
1118
+ "NON_NULL",
1119
+ "LIST",
1120
+ "NON_NULL",
1121
+ "INPUT_OBJECT"
1122
+ ],
1123
+ "name": "BgpCommunityInput",
1124
+ "non_null": false
1125
+ },
1126
+ "varName": "bgpCommunityInput"
1127
+ },
1128
+ "route": {
1129
+ "defaultValue": null,
1130
+ "description": "Subnet of the summarized route to be advertised.",
1131
+ "id_str": "updateBgpPeer___input___summaryRoute___route",
1132
+ "name": "route",
1133
+ "path": "updateBgpPeer.input.summaryRoute.route",
1134
+ "requestStr": "$route:NetworkSubnet! ",
1135
+ "required": true,
1136
+ "responseStr": "route:$route ",
1137
+ "type": {
1138
+ "kind": [
1139
+ "NON_NULL",
1140
+ "SCALAR"
1141
+ ],
1142
+ "name": "NetworkSubnet",
1143
+ "non_null": false
1144
+ },
1145
+ "varName": "route"
1146
+ }
1147
+ },
1148
+ "interfaces": null,
1149
+ "kind": "INPUT_OBJECT",
1150
+ "name": "BgpSummaryRouteInput",
1151
+ "possibleTypes": null
1152
+ },
1153
+ "indexType": "input_object",
1154
+ "kind": [
1155
+ "LIST",
1156
+ "NON_NULL",
1157
+ "INPUT_OBJECT"
1158
+ ],
1159
+ "name": "BgpSummaryRouteInput",
1160
+ "non_null": false
1161
+ },
1162
+ "varName": "bgpSummaryRouteInput"
1163
+ },
1164
+ "tracking": {
1165
+ "defaultValue": null,
1166
+ "description": "Updated tracking configuration for the BGP peer.",
1167
+ "id_str": "updateBgpPeer___input___tracking",
1168
+ "name": "tracking",
1169
+ "path": "updateBgpPeer.input.tracking",
1170
+ "requestStr": "$bgpTrackingInput:BgpTrackingInput ",
1171
+ "required": false,
1172
+ "responseStr": "tracking:$bgpTrackingInput ",
1173
+ "type": {
1174
+ "definition": {
1175
+ "description": null,
1176
+ "enumValues": null,
1177
+ "fields": null,
1178
+ "inputFields": {
1179
+ "alertFrequency": {
1180
+ "defaultValue": "HOURLY",
1181
+ "description": "Frequency of health alerts.",
1182
+ "id_str": "updateBgpPeer___input___tracking___alertFrequency",
1183
+ "name": "alertFrequency",
1184
+ "path": "updateBgpPeer.input.tracking.alertFrequency",
1185
+ "requestStr": "$alertFrequency:PolicyRuleTrackingFrequencyEnum! ",
1186
+ "required": true,
1187
+ "responseStr": "alertFrequency:$alertFrequency ",
1188
+ "type": {
1189
+ "definition": {
1190
+ "description": "Enum for the frequency of an alert event for a rule",
1191
+ "enumValues": [
1192
+ {
1193
+ "deprecationReason": null,
1194
+ "description": null,
1195
+ "isDeprecated": false,
1196
+ "name": "HOURLY"
1197
+ },
1198
+ {
1199
+ "deprecationReason": null,
1200
+ "description": null,
1201
+ "isDeprecated": false,
1202
+ "name": "DAILY"
1203
+ },
1204
+ {
1205
+ "deprecationReason": null,
1206
+ "description": null,
1207
+ "isDeprecated": false,
1208
+ "name": "WEEKLY"
1209
+ },
1210
+ {
1211
+ "deprecationReason": null,
1212
+ "description": null,
1213
+ "isDeprecated": false,
1214
+ "name": "IMMEDIATE"
1215
+ }
1216
+ ],
1217
+ "fields": null,
1218
+ "inputFields": null,
1219
+ "interfaces": null,
1220
+ "kind": "ENUM",
1221
+ "name": "PolicyRuleTrackingFrequencyEnum",
1222
+ "possibleTypes": null
1223
+ },
1224
+ "indexType": "enum",
1225
+ "kind": [
1226
+ "NON_NULL",
1227
+ "ENUM"
1228
+ ],
1229
+ "name": "PolicyRuleTrackingFrequencyEnum",
1230
+ "non_null": false
1231
+ },
1232
+ "varName": "alertFrequency"
1233
+ },
1234
+ "enabled": {
1235
+ "defaultValue": "false",
1236
+ "description": "Indicates if tracking is enabled.",
1237
+ "id_str": "updateBgpPeer___input___tracking___enabled",
1238
+ "name": "enabled",
1239
+ "path": "updateBgpPeer.input.tracking.enabled",
1240
+ "requestStr": "$enabled:Boolean! ",
1241
+ "required": true,
1242
+ "responseStr": "enabled:$enabled ",
1243
+ "type": {
1244
+ "kind": [
1245
+ "NON_NULL",
1246
+ "SCALAR"
1247
+ ],
1248
+ "name": "Boolean",
1249
+ "non_null": false
1250
+ },
1251
+ "varName": "enabled"
1252
+ },
1253
+ "subscriptionId": {
1254
+ "defaultValue": null,
1255
+ "description": "Subscription ID associated with this tracking rule.",
1256
+ "id_str": "updateBgpPeer___input___tracking___subscriptionId",
1257
+ "name": "subscriptionId",
1258
+ "path": "updateBgpPeer.input.tracking.subscriptionId",
1259
+ "requestStr": "$subscriptionId:ID! ",
1260
+ "required": true,
1261
+ "responseStr": "subscriptionId:$subscriptionId ",
1262
+ "type": {
1263
+ "kind": [
1264
+ "NON_NULL",
1265
+ "SCALAR"
1266
+ ],
1267
+ "name": "ID",
1268
+ "non_null": false
1269
+ },
1270
+ "varName": "subscriptionId"
652
1271
  }
653
1272
  },
654
1273
  "interfaces": null,
@@ -699,13 +1318,25 @@
699
1318
  "BfdSettings": true,
700
1319
  "BfdSettingsInput": true,
701
1320
  "BgpCommunity": true,
1321
+ "BgpCommunityFilterPredicate": true,
1322
+ "BgpCommunityFilterRule": true,
1323
+ "BgpCommunityFilterRuleInput": true,
702
1324
  "BgpCommunityInput": true,
703
1325
  "BgpDefaultAction": true,
1326
+ "BgpFilterRule": true,
1327
+ "BgpFilterRuleInput": true,
704
1328
  "BgpPeer": true,
1329
+ "BgpRouteExactAndInclusiveFilterRule": true,
1330
+ "BgpRouteExactAndInclusiveFilterRuleInput": true,
1331
+ "BgpRouteExactFilterRule": true,
1332
+ "BgpRouteExactFilterRuleInput": true,
705
1333
  "BgpSummaryRoute": true,
706
1334
  "BgpSummaryRouteInput": true,
707
1335
  "BgpTracking": true,
708
1336
  "BgpTrackingInput": true,
1337
+ "GlobalIpRangeRef": true,
1338
+ "GlobalIpRangeRefInput": true,
1339
+ "ObjectRefBy": true,
709
1340
  "PolicyRuleTrackingFrequencyEnum": true,
710
1341
  "SiteRef": true,
711
1342
  "UpdateBgpPeerPayload": true
@@ -845,126 +1476,745 @@
845
1476
  "responseStr": "multiplier:$multiplier ",
846
1477
  "type": {
847
1478
  "kind": [
848
- "NON_NULL",
849
- "SCALAR"
1479
+ "NON_NULL",
1480
+ "SCALAR"
1481
+ ],
1482
+ "name": "Int",
1483
+ "non_null": false
1484
+ },
1485
+ "varName": "multiplier"
1486
+ },
1487
+ "receiveInterval": {
1488
+ "defaultValue": "1000",
1489
+ "description": "Time interval (in milliseconds) in which this peer expects to receive BFD packets.",
1490
+ "id_str": "updateBgpPeer___input___bfdSettings___receiveInterval",
1491
+ "name": "receiveInterval",
1492
+ "path": "updateBgpPeer.input.bfdSettings.receiveInterval",
1493
+ "requestStr": "$receiveInterval:Int! ",
1494
+ "required": true,
1495
+ "responseStr": "receiveInterval:$receiveInterval ",
1496
+ "type": {
1497
+ "kind": [
1498
+ "NON_NULL",
1499
+ "SCALAR"
1500
+ ],
1501
+ "name": "Int",
1502
+ "non_null": false
1503
+ },
1504
+ "varName": "receiveInterval"
1505
+ },
1506
+ "transmitInterval": {
1507
+ "defaultValue": "1000",
1508
+ "description": "Time interval (in milliseconds) between BFD packets sent by this peer.",
1509
+ "id_str": "updateBgpPeer___input___bfdSettings___transmitInterval",
1510
+ "name": "transmitInterval",
1511
+ "path": "updateBgpPeer.input.bfdSettings.transmitInterval",
1512
+ "requestStr": "$transmitInterval:Int! ",
1513
+ "required": true,
1514
+ "responseStr": "transmitInterval:$transmitInterval ",
1515
+ "type": {
1516
+ "kind": [
1517
+ "NON_NULL",
1518
+ "SCALAR"
1519
+ ],
1520
+ "name": "Int",
1521
+ "non_null": false
1522
+ },
1523
+ "varName": "transmitInterval"
1524
+ }
1525
+ },
1526
+ "interfaces": null,
1527
+ "kind": "INPUT_OBJECT",
1528
+ "name": "BfdSettingsInput",
1529
+ "possibleTypes": null
1530
+ },
1531
+ "indexType": "input_object",
1532
+ "kind": [
1533
+ "INPUT_OBJECT"
1534
+ ],
1535
+ "name": "BfdSettingsInput",
1536
+ "non_null": false
1537
+ },
1538
+ "varName": "bfdSettingsInput"
1539
+ },
1540
+ "catoAsn": {
1541
+ "defaultValue": null,
1542
+ "description": "Updated AS number of Cato's BGP endpoint.",
1543
+ "id_str": "updateBgpPeer___input___catoAsn",
1544
+ "name": "catoAsn",
1545
+ "path": "updateBgpPeer.input.catoAsn",
1546
+ "requestStr": "$catoAsn:Asn16 ",
1547
+ "required": false,
1548
+ "responseStr": "catoAsn:$catoAsn ",
1549
+ "type": {
1550
+ "kind": [
1551
+ "SCALAR"
1552
+ ],
1553
+ "name": "Asn16",
1554
+ "non_null": false
1555
+ },
1556
+ "varName": "catoAsn"
1557
+ },
1558
+ "defaultAction": {
1559
+ "defaultValue": null,
1560
+ "description": "Update for the default action on unmatched routes.",
1561
+ "id_str": "updateBgpPeer___input___defaultAction",
1562
+ "name": "defaultAction",
1563
+ "path": "updateBgpPeer.input.defaultAction",
1564
+ "requestStr": "$defaultAction:BgpDefaultAction ",
1565
+ "required": false,
1566
+ "responseStr": "defaultAction:$defaultAction ",
1567
+ "type": {
1568
+ "definition": {
1569
+ "description": null,
1570
+ "enumValues": [
1571
+ {
1572
+ "deprecationReason": null,
1573
+ "description": "Default action to drop all unmatched routes.",
1574
+ "isDeprecated": false,
1575
+ "name": "DROP"
1576
+ },
1577
+ {
1578
+ "deprecationReason": null,
1579
+ "description": "Default action to accept all unmatched routes.",
1580
+ "isDeprecated": false,
1581
+ "name": "ACCEPT"
1582
+ }
1583
+ ],
1584
+ "fields": null,
1585
+ "inputFields": null,
1586
+ "interfaces": null,
1587
+ "kind": "ENUM",
1588
+ "name": "BgpDefaultAction",
1589
+ "possibleTypes": null
1590
+ },
1591
+ "indexType": "enum",
1592
+ "kind": [
1593
+ "ENUM"
1594
+ ],
1595
+ "name": "BgpDefaultAction",
1596
+ "non_null": false
1597
+ },
1598
+ "varName": "defaultAction"
1599
+ },
1600
+ "defaultActionExclusion": {
1601
+ "defaultValue": null,
1602
+ "description": "Updated rules excluded from the default action.",
1603
+ "id_str": "updateBgpPeer___input___defaultActionExclusion",
1604
+ "name": "defaultActionExclusion",
1605
+ "path": "updateBgpPeer.input.defaultActionExclusion",
1606
+ "requestStr": "$bgpFilterRuleInput:[BgpFilterRuleInput] ",
1607
+ "required": false,
1608
+ "responseStr": "defaultActionExclusion:$bgpFilterRuleInput ",
1609
+ "type": {
1610
+ "definition": {
1611
+ "description": null,
1612
+ "enumValues": null,
1613
+ "fields": null,
1614
+ "inputFields": {
1615
+ "bgpRouteExactAndInclusiveFilterRule": {
1616
+ "defaultValue": null,
1617
+ "description": "Input for exact and inclusive filter rule.",
1618
+ "id_str": "updateBgpPeer___input___defaultActionExclusion___bgpRouteExactAndInclusiveFilterRule",
1619
+ "name": "bgpRouteExactAndInclusiveFilterRule",
1620
+ "path": "updateBgpPeer.input.defaultActionExclusion.bgpRouteExactAndInclusiveFilterRule",
1621
+ "requestStr": "$bgpRouteExactAndInclusiveFilterRuleInput:BgpRouteExactAndInclusiveFilterRuleInput ",
1622
+ "required": false,
1623
+ "responseStr": "bgpRouteExactAndInclusiveFilterRule:$bgpRouteExactAndInclusiveFilterRuleInput ",
1624
+ "type": {
1625
+ "definition": {
1626
+ "description": null,
1627
+ "enumValues": null,
1628
+ "fields": null,
1629
+ "inputFields": {
1630
+ "ge": {
1631
+ "defaultValue": null,
1632
+ "description": "Minimum prefix length for the filter rule.",
1633
+ "id_str": "updateBgpPeer___input___defaultActionExclusion___bgpRouteExactAndInclusiveFilterRule___ge",
1634
+ "name": "ge",
1635
+ "path": "updateBgpPeer.input.defaultActionExclusion.bgpRouteExactAndInclusiveFilterRule.ge",
1636
+ "requestStr": "$ge:Int ",
1637
+ "required": false,
1638
+ "responseStr": "ge:$ge ",
1639
+ "type": {
1640
+ "kind": [
1641
+ "SCALAR"
1642
+ ],
1643
+ "name": "Int",
1644
+ "non_null": false
1645
+ },
1646
+ "varName": "ge"
1647
+ },
1648
+ "globalIpRange": {
1649
+ "defaultValue": "[]",
1650
+ "description": "Global IP ranges to include.",
1651
+ "id_str": "updateBgpPeer___input___defaultActionExclusion___bgpRouteExactAndInclusiveFilterRule___globalIpRange",
1652
+ "name": "globalIpRange",
1653
+ "path": "updateBgpPeer.input.defaultActionExclusion.bgpRouteExactAndInclusiveFilterRule.globalIpRange",
1654
+ "requestStr": "$globalIpRangeRefInput:[GlobalIpRangeRefInput]! ",
1655
+ "required": true,
1656
+ "responseStr": "globalIpRange:$globalIpRangeRefInput ",
1657
+ "type": {
1658
+ "definition": {
1659
+ "description": null,
1660
+ "enumValues": null,
1661
+ "fields": null,
1662
+ "inputFields": {
1663
+ "by": {
1664
+ "defaultValue": "ID",
1665
+ "description": null,
1666
+ "id_str": "updateBgpPeer___input___defaultActionExclusion___bgpRouteExactAndInclusiveFilterRule___globalIpRange___by",
1667
+ "name": "by",
1668
+ "path": "updateBgpPeer.input.defaultActionExclusion.bgpRouteExactAndInclusiveFilterRule.globalIpRange.by",
1669
+ "requestStr": "$by:ObjectRefBy! ",
1670
+ "required": true,
1671
+ "responseStr": "by:$by ",
1672
+ "type": {
1673
+ "definition": {
1674
+ "description": null,
1675
+ "enumValues": [
1676
+ {
1677
+ "deprecationReason": null,
1678
+ "description": null,
1679
+ "isDeprecated": false,
1680
+ "name": "ID"
1681
+ },
1682
+ {
1683
+ "deprecationReason": null,
1684
+ "description": null,
1685
+ "isDeprecated": false,
1686
+ "name": "NAME"
1687
+ }
1688
+ ],
1689
+ "fields": null,
1690
+ "inputFields": null,
1691
+ "interfaces": null,
1692
+ "kind": "ENUM",
1693
+ "name": "ObjectRefBy",
1694
+ "possibleTypes": null
1695
+ },
1696
+ "indexType": "enum",
1697
+ "kind": [
1698
+ "NON_NULL",
1699
+ "ENUM"
1700
+ ],
1701
+ "name": "ObjectRefBy",
1702
+ "non_null": false
1703
+ },
1704
+ "varName": "by"
1705
+ },
1706
+ "input": {
1707
+ "defaultValue": null,
1708
+ "description": null,
1709
+ "id_str": "updateBgpPeer___input___defaultActionExclusion___bgpRouteExactAndInclusiveFilterRule___globalIpRange___input",
1710
+ "name": "input",
1711
+ "path": "updateBgpPeer.input.defaultActionExclusion.bgpRouteExactAndInclusiveFilterRule.globalIpRange.input",
1712
+ "requestStr": "$input:String! ",
1713
+ "required": true,
1714
+ "responseStr": "input:$input ",
1715
+ "type": {
1716
+ "kind": [
1717
+ "NON_NULL",
1718
+ "SCALAR"
1719
+ ],
1720
+ "name": "String",
1721
+ "non_null": false
1722
+ },
1723
+ "varName": "input"
1724
+ }
1725
+ },
1726
+ "interfaces": null,
1727
+ "kind": "INPUT_OBJECT",
1728
+ "name": "GlobalIpRangeRefInput",
1729
+ "possibleTypes": null
1730
+ },
1731
+ "indexType": "input_object",
1732
+ "kind": [
1733
+ "NON_NULL",
1734
+ "LIST",
1735
+ "NON_NULL",
1736
+ "INPUT_OBJECT"
1737
+ ],
1738
+ "name": "GlobalIpRangeRefInput",
1739
+ "non_null": false
1740
+ },
1741
+ "varName": "globalIpRangeRefInput"
1742
+ },
1743
+ "globalIpRangeException": {
1744
+ "defaultValue": "[]",
1745
+ "description": "Global IP ranges to exclude.",
1746
+ "id_str": "updateBgpPeer___input___defaultActionExclusion___bgpRouteExactAndInclusiveFilterRule___globalIpRangeException",
1747
+ "name": "globalIpRangeException",
1748
+ "path": "updateBgpPeer.input.defaultActionExclusion.bgpRouteExactAndInclusiveFilterRule.globalIpRangeException",
1749
+ "requestStr": "$globalIpRangeRefInput:[GlobalIpRangeRefInput]! ",
1750
+ "required": true,
1751
+ "responseStr": "globalIpRangeException:$globalIpRangeRefInput ",
1752
+ "type": {
1753
+ "definition": {
1754
+ "description": null,
1755
+ "enumValues": null,
1756
+ "fields": null,
1757
+ "inputFields": {
1758
+ "by": {
1759
+ "defaultValue": "ID",
1760
+ "description": null,
1761
+ "id_str": "updateBgpPeer___input___defaultActionExclusion___bgpRouteExactAndInclusiveFilterRule___globalIpRangeException___by",
1762
+ "name": "by",
1763
+ "path": "updateBgpPeer.input.defaultActionExclusion.bgpRouteExactAndInclusiveFilterRule.globalIpRangeException.by",
1764
+ "requestStr": "$by:ObjectRefBy! ",
1765
+ "required": true,
1766
+ "responseStr": "by:$by ",
1767
+ "type": {
1768
+ "definition": {
1769
+ "description": null,
1770
+ "enumValues": [
1771
+ {
1772
+ "deprecationReason": null,
1773
+ "description": null,
1774
+ "isDeprecated": false,
1775
+ "name": "ID"
1776
+ },
1777
+ {
1778
+ "deprecationReason": null,
1779
+ "description": null,
1780
+ "isDeprecated": false,
1781
+ "name": "NAME"
1782
+ }
1783
+ ],
1784
+ "fields": null,
1785
+ "inputFields": null,
1786
+ "interfaces": null,
1787
+ "kind": "ENUM",
1788
+ "name": "ObjectRefBy",
1789
+ "possibleTypes": null
1790
+ },
1791
+ "indexType": "enum",
1792
+ "kind": [
1793
+ "NON_NULL",
1794
+ "ENUM"
1795
+ ],
1796
+ "name": "ObjectRefBy",
1797
+ "non_null": false
1798
+ },
1799
+ "varName": "by"
1800
+ },
1801
+ "input": {
1802
+ "defaultValue": null,
1803
+ "description": null,
1804
+ "id_str": "updateBgpPeer___input___defaultActionExclusion___bgpRouteExactAndInclusiveFilterRule___globalIpRangeException___input",
1805
+ "name": "input",
1806
+ "path": "updateBgpPeer.input.defaultActionExclusion.bgpRouteExactAndInclusiveFilterRule.globalIpRangeException.input",
1807
+ "requestStr": "$input:String! ",
1808
+ "required": true,
1809
+ "responseStr": "input:$input ",
1810
+ "type": {
1811
+ "kind": [
1812
+ "NON_NULL",
1813
+ "SCALAR"
1814
+ ],
1815
+ "name": "String",
1816
+ "non_null": false
1817
+ },
1818
+ "varName": "input"
1819
+ }
1820
+ },
1821
+ "interfaces": null,
1822
+ "kind": "INPUT_OBJECT",
1823
+ "name": "GlobalIpRangeRefInput",
1824
+ "possibleTypes": null
1825
+ },
1826
+ "indexType": "input_object",
1827
+ "kind": [
1828
+ "NON_NULL",
1829
+ "LIST",
1830
+ "NON_NULL",
1831
+ "INPUT_OBJECT"
1832
+ ],
1833
+ "name": "GlobalIpRangeRefInput",
1834
+ "non_null": false
1835
+ },
1836
+ "varName": "globalIpRangeRefInput"
1837
+ },
1838
+ "le": {
1839
+ "defaultValue": null,
1840
+ "description": "Maximum prefix length for the filter rule.",
1841
+ "id_str": "updateBgpPeer___input___defaultActionExclusion___bgpRouteExactAndInclusiveFilterRule___le",
1842
+ "name": "le",
1843
+ "path": "updateBgpPeer.input.defaultActionExclusion.bgpRouteExactAndInclusiveFilterRule.le",
1844
+ "requestStr": "$le:Int ",
1845
+ "required": false,
1846
+ "responseStr": "le:$le ",
1847
+ "type": {
1848
+ "kind": [
1849
+ "SCALAR"
1850
+ ],
1851
+ "name": "Int",
1852
+ "non_null": false
1853
+ },
1854
+ "varName": "le"
1855
+ },
1856
+ "networkSubnet": {
1857
+ "defaultValue": "[]",
1858
+ "description": "Network subnets to include.",
1859
+ "id_str": "updateBgpPeer___input___defaultActionExclusion___bgpRouteExactAndInclusiveFilterRule___networkSubnet",
1860
+ "name": "networkSubnet",
1861
+ "path": "updateBgpPeer.input.defaultActionExclusion.bgpRouteExactAndInclusiveFilterRule.networkSubnet",
1862
+ "requestStr": "$networkSubnet:[NetworkSubnet]! ",
1863
+ "required": true,
1864
+ "responseStr": "networkSubnet:$networkSubnet ",
1865
+ "type": {
1866
+ "kind": [
1867
+ "NON_NULL",
1868
+ "LIST",
1869
+ "NON_NULL",
1870
+ "SCALAR"
1871
+ ],
1872
+ "name": "NetworkSubnet",
1873
+ "non_null": false
1874
+ },
1875
+ "varName": "networkSubnet"
1876
+ },
1877
+ "networkSubnetException": {
1878
+ "defaultValue": "[]",
1879
+ "description": "Network subnets to exclude.",
1880
+ "id_str": "updateBgpPeer___input___defaultActionExclusion___bgpRouteExactAndInclusiveFilterRule___networkSubnetException",
1881
+ "name": "networkSubnetException",
1882
+ "path": "updateBgpPeer.input.defaultActionExclusion.bgpRouteExactAndInclusiveFilterRule.networkSubnetException",
1883
+ "requestStr": "$networkSubnetException:[NetworkSubnet]! ",
1884
+ "required": true,
1885
+ "responseStr": "networkSubnetException:$networkSubnetException ",
1886
+ "type": {
1887
+ "kind": [
1888
+ "NON_NULL",
1889
+ "LIST",
1890
+ "NON_NULL",
1891
+ "SCALAR"
1892
+ ],
1893
+ "name": "NetworkSubnet",
1894
+ "non_null": false
1895
+ },
1896
+ "varName": "networkSubnetException"
1897
+ }
1898
+ },
1899
+ "interfaces": null,
1900
+ "kind": "INPUT_OBJECT",
1901
+ "name": "BgpRouteExactAndInclusiveFilterRuleInput",
1902
+ "possibleTypes": null
1903
+ },
1904
+ "indexType": "input_object",
1905
+ "kind": [
1906
+ "INPUT_OBJECT"
850
1907
  ],
851
- "name": "Int",
1908
+ "name": "BgpRouteExactAndInclusiveFilterRuleInput",
852
1909
  "non_null": false
853
1910
  },
854
- "varName": "multiplier"
1911
+ "varName": "bgpRouteExactAndInclusiveFilterRuleInput"
855
1912
  },
856
- "receiveInterval": {
857
- "defaultValue": "1000",
858
- "description": "Time interval (in milliseconds) in which this peer expects to receive BFD packets.",
859
- "id_str": "updateBgpPeer___input___bfdSettings___receiveInterval",
860
- "name": "receiveInterval",
861
- "path": "updateBgpPeer.input.bfdSettings.receiveInterval",
862
- "requestStr": "$receiveInterval:Int! ",
863
- "required": true,
864
- "responseStr": "receiveInterval:$receiveInterval ",
1913
+ "bgpRouteExactFilterRule": {
1914
+ "defaultValue": null,
1915
+ "description": "Input for exact route filter rule.",
1916
+ "id_str": "updateBgpPeer___input___defaultActionExclusion___bgpRouteExactFilterRule",
1917
+ "name": "bgpRouteExactFilterRule",
1918
+ "path": "updateBgpPeer.input.defaultActionExclusion.bgpRouteExactFilterRule",
1919
+ "requestStr": "$bgpRouteExactFilterRuleInput:BgpRouteExactFilterRuleInput ",
1920
+ "required": false,
1921
+ "responseStr": "bgpRouteExactFilterRule:$bgpRouteExactFilterRuleInput ",
865
1922
  "type": {
1923
+ "definition": {
1924
+ "description": null,
1925
+ "enumValues": null,
1926
+ "fields": null,
1927
+ "inputFields": {
1928
+ "globalIpRange": {
1929
+ "defaultValue": "[]",
1930
+ "description": "Global IP ranges to include.",
1931
+ "id_str": "updateBgpPeer___input___defaultActionExclusion___bgpRouteExactFilterRule___globalIpRange",
1932
+ "name": "globalIpRange",
1933
+ "path": "updateBgpPeer.input.defaultActionExclusion.bgpRouteExactFilterRule.globalIpRange",
1934
+ "requestStr": "$globalIpRangeRefInput:[GlobalIpRangeRefInput]! ",
1935
+ "required": true,
1936
+ "responseStr": "globalIpRange:$globalIpRangeRefInput ",
1937
+ "type": {
1938
+ "definition": {
1939
+ "description": null,
1940
+ "enumValues": null,
1941
+ "fields": null,
1942
+ "inputFields": {
1943
+ "by": {
1944
+ "defaultValue": "ID",
1945
+ "description": null,
1946
+ "id_str": "updateBgpPeer___input___defaultActionExclusion___bgpRouteExactFilterRule___globalIpRange___by",
1947
+ "name": "by",
1948
+ "path": "updateBgpPeer.input.defaultActionExclusion.bgpRouteExactFilterRule.globalIpRange.by",
1949
+ "requestStr": "$by:ObjectRefBy! ",
1950
+ "required": true,
1951
+ "responseStr": "by:$by ",
1952
+ "type": {
1953
+ "definition": {
1954
+ "description": null,
1955
+ "enumValues": [
1956
+ {
1957
+ "deprecationReason": null,
1958
+ "description": null,
1959
+ "isDeprecated": false,
1960
+ "name": "ID"
1961
+ },
1962
+ {
1963
+ "deprecationReason": null,
1964
+ "description": null,
1965
+ "isDeprecated": false,
1966
+ "name": "NAME"
1967
+ }
1968
+ ],
1969
+ "fields": null,
1970
+ "inputFields": null,
1971
+ "interfaces": null,
1972
+ "kind": "ENUM",
1973
+ "name": "ObjectRefBy",
1974
+ "possibleTypes": null
1975
+ },
1976
+ "indexType": "enum",
1977
+ "kind": [
1978
+ "NON_NULL",
1979
+ "ENUM"
1980
+ ],
1981
+ "name": "ObjectRefBy",
1982
+ "non_null": false
1983
+ },
1984
+ "varName": "by"
1985
+ },
1986
+ "input": {
1987
+ "defaultValue": null,
1988
+ "description": null,
1989
+ "id_str": "updateBgpPeer___input___defaultActionExclusion___bgpRouteExactFilterRule___globalIpRange___input",
1990
+ "name": "input",
1991
+ "path": "updateBgpPeer.input.defaultActionExclusion.bgpRouteExactFilterRule.globalIpRange.input",
1992
+ "requestStr": "$input:String! ",
1993
+ "required": true,
1994
+ "responseStr": "input:$input ",
1995
+ "type": {
1996
+ "kind": [
1997
+ "NON_NULL",
1998
+ "SCALAR"
1999
+ ],
2000
+ "name": "String",
2001
+ "non_null": false
2002
+ },
2003
+ "varName": "input"
2004
+ }
2005
+ },
2006
+ "interfaces": null,
2007
+ "kind": "INPUT_OBJECT",
2008
+ "name": "GlobalIpRangeRefInput",
2009
+ "possibleTypes": null
2010
+ },
2011
+ "indexType": "input_object",
2012
+ "kind": [
2013
+ "NON_NULL",
2014
+ "LIST",
2015
+ "NON_NULL",
2016
+ "INPUT_OBJECT"
2017
+ ],
2018
+ "name": "GlobalIpRangeRefInput",
2019
+ "non_null": false
2020
+ },
2021
+ "varName": "globalIpRangeRefInput"
2022
+ },
2023
+ "networkSubnet": {
2024
+ "defaultValue": "[]",
2025
+ "description": "Network subnets to include.",
2026
+ "id_str": "updateBgpPeer___input___defaultActionExclusion___bgpRouteExactFilterRule___networkSubnet",
2027
+ "name": "networkSubnet",
2028
+ "path": "updateBgpPeer.input.defaultActionExclusion.bgpRouteExactFilterRule.networkSubnet",
2029
+ "requestStr": "$networkSubnet:[NetworkSubnet]! ",
2030
+ "required": true,
2031
+ "responseStr": "networkSubnet:$networkSubnet ",
2032
+ "type": {
2033
+ "kind": [
2034
+ "NON_NULL",
2035
+ "LIST",
2036
+ "NON_NULL",
2037
+ "SCALAR"
2038
+ ],
2039
+ "name": "NetworkSubnet",
2040
+ "non_null": false
2041
+ },
2042
+ "varName": "networkSubnet"
2043
+ }
2044
+ },
2045
+ "interfaces": null,
2046
+ "kind": "INPUT_OBJECT",
2047
+ "name": "BgpRouteExactFilterRuleInput",
2048
+ "possibleTypes": null
2049
+ },
2050
+ "indexType": "input_object",
866
2051
  "kind": [
867
- "NON_NULL",
868
- "SCALAR"
2052
+ "INPUT_OBJECT"
869
2053
  ],
870
- "name": "Int",
2054
+ "name": "BgpRouteExactFilterRuleInput",
871
2055
  "non_null": false
872
2056
  },
873
- "varName": "receiveInterval"
2057
+ "varName": "bgpRouteExactFilterRuleInput"
874
2058
  },
875
- "transmitInterval": {
876
- "defaultValue": "1000",
877
- "description": "Time interval (in milliseconds) between BFD packets sent by this peer.",
878
- "id_str": "updateBgpPeer___input___bfdSettings___transmitInterval",
879
- "name": "transmitInterval",
880
- "path": "updateBgpPeer.input.bfdSettings.transmitInterval",
881
- "requestStr": "$transmitInterval:Int! ",
882
- "required": true,
883
- "responseStr": "transmitInterval:$transmitInterval ",
2059
+ "communityFilterRule": {
2060
+ "defaultValue": null,
2061
+ "description": "Input for community filter rule.",
2062
+ "id_str": "updateBgpPeer___input___defaultActionExclusion___communityFilterRule",
2063
+ "name": "communityFilterRule",
2064
+ "path": "updateBgpPeer.input.defaultActionExclusion.communityFilterRule",
2065
+ "requestStr": "$bgpCommunityFilterRuleInput:BgpCommunityFilterRuleInput ",
2066
+ "required": false,
2067
+ "responseStr": "communityFilterRule:$bgpCommunityFilterRuleInput ",
884
2068
  "type": {
2069
+ "definition": {
2070
+ "description": null,
2071
+ "enumValues": null,
2072
+ "fields": null,
2073
+ "inputFields": {
2074
+ "community": {
2075
+ "defaultValue": "[]",
2076
+ "description": "Community values to match.",
2077
+ "id_str": "updateBgpPeer___input___defaultActionExclusion___communityFilterRule___community",
2078
+ "name": "community",
2079
+ "path": "updateBgpPeer.input.defaultActionExclusion.communityFilterRule.community",
2080
+ "requestStr": "$bgpCommunityInput:[BgpCommunityInput]! ",
2081
+ "required": true,
2082
+ "responseStr": "community:$bgpCommunityInput ",
2083
+ "type": {
2084
+ "definition": {
2085
+ "description": null,
2086
+ "enumValues": null,
2087
+ "fields": null,
2088
+ "inputFields": {
2089
+ "from": {
2090
+ "defaultValue": null,
2091
+ "description": "Start of the community range.",
2092
+ "id_str": "updateBgpPeer___input___defaultActionExclusion___communityFilterRule___community___from",
2093
+ "name": "from",
2094
+ "path": "updateBgpPeer.input.defaultActionExclusion.communityFilterRule.community.from",
2095
+ "requestStr": "$from:Asn16! ",
2096
+ "required": true,
2097
+ "responseStr": "from:$from ",
2098
+ "type": {
2099
+ "kind": [
2100
+ "NON_NULL",
2101
+ "SCALAR"
2102
+ ],
2103
+ "name": "Asn16",
2104
+ "non_null": false
2105
+ },
2106
+ "varName": "from"
2107
+ },
2108
+ "to": {
2109
+ "defaultValue": null,
2110
+ "description": "End of the community range.",
2111
+ "id_str": "updateBgpPeer___input___defaultActionExclusion___communityFilterRule___community___to",
2112
+ "name": "to",
2113
+ "path": "updateBgpPeer.input.defaultActionExclusion.communityFilterRule.community.to",
2114
+ "requestStr": "$to:Asn16! ",
2115
+ "required": true,
2116
+ "responseStr": "to:$to ",
2117
+ "type": {
2118
+ "kind": [
2119
+ "NON_NULL",
2120
+ "SCALAR"
2121
+ ],
2122
+ "name": "Asn16",
2123
+ "non_null": false
2124
+ },
2125
+ "varName": "to"
2126
+ }
2127
+ },
2128
+ "interfaces": null,
2129
+ "kind": "INPUT_OBJECT",
2130
+ "name": "BgpCommunityInput",
2131
+ "possibleTypes": null
2132
+ },
2133
+ "indexType": "input_object",
2134
+ "kind": [
2135
+ "NON_NULL",
2136
+ "LIST",
2137
+ "NON_NULL",
2138
+ "INPUT_OBJECT"
2139
+ ],
2140
+ "name": "BgpCommunityInput",
2141
+ "non_null": false
2142
+ },
2143
+ "varName": "bgpCommunityInput"
2144
+ },
2145
+ "predicate": {
2146
+ "defaultValue": null,
2147
+ "description": "Predicate to apply to the community filter (e.g., EQUAL, NOT_EQUAL).",
2148
+ "id_str": "updateBgpPeer___input___defaultActionExclusion___communityFilterRule___predicate",
2149
+ "name": "predicate",
2150
+ "path": "updateBgpPeer.input.defaultActionExclusion.communityFilterRule.predicate",
2151
+ "requestStr": "$predicate:BgpCommunityFilterPredicate ",
2152
+ "required": false,
2153
+ "responseStr": "predicate:$predicate ",
2154
+ "type": {
2155
+ "definition": {
2156
+ "description": null,
2157
+ "enumValues": [
2158
+ {
2159
+ "deprecationReason": null,
2160
+ "description": "Matches exactly the specified community value.",
2161
+ "isDeprecated": false,
2162
+ "name": "EQUAL"
2163
+ },
2164
+ {
2165
+ "deprecationReason": null,
2166
+ "description": "Matches any community value except the specified one.",
2167
+ "isDeprecated": false,
2168
+ "name": "NOT_EQUAL"
2169
+ }
2170
+ ],
2171
+ "fields": null,
2172
+ "inputFields": null,
2173
+ "interfaces": null,
2174
+ "kind": "ENUM",
2175
+ "name": "BgpCommunityFilterPredicate",
2176
+ "possibleTypes": null
2177
+ },
2178
+ "indexType": "enum",
2179
+ "kind": [
2180
+ "ENUM"
2181
+ ],
2182
+ "name": "BgpCommunityFilterPredicate",
2183
+ "non_null": false
2184
+ },
2185
+ "varName": "predicate"
2186
+ }
2187
+ },
2188
+ "interfaces": null,
2189
+ "kind": "INPUT_OBJECT",
2190
+ "name": "BgpCommunityFilterRuleInput",
2191
+ "possibleTypes": null
2192
+ },
2193
+ "indexType": "input_object",
885
2194
  "kind": [
886
- "NON_NULL",
887
- "SCALAR"
2195
+ "INPUT_OBJECT"
888
2196
  ],
889
- "name": "Int",
2197
+ "name": "BgpCommunityFilterRuleInput",
890
2198
  "non_null": false
891
2199
  },
892
- "varName": "transmitInterval"
2200
+ "varName": "bgpCommunityFilterRuleInput"
893
2201
  }
894
2202
  },
895
2203
  "interfaces": null,
896
2204
  "kind": "INPUT_OBJECT",
897
- "name": "BfdSettingsInput",
2205
+ "name": "BgpFilterRuleInput",
898
2206
  "possibleTypes": null
899
2207
  },
900
2208
  "indexType": "input_object",
901
2209
  "kind": [
2210
+ "LIST",
2211
+ "NON_NULL",
902
2212
  "INPUT_OBJECT"
903
2213
  ],
904
- "name": "BfdSettingsInput",
905
- "non_null": false
906
- },
907
- "varName": "bfdSettingsInput"
908
- },
909
- "catoAsn": {
910
- "defaultValue": null,
911
- "description": "Updated AS number of Cato's BGP endpoint.",
912
- "id_str": "updateBgpPeer___input___catoAsn",
913
- "name": "catoAsn",
914
- "path": "updateBgpPeer.input.catoAsn",
915
- "requestStr": "$catoAsn:Asn16 ",
916
- "required": false,
917
- "responseStr": "catoAsn:$catoAsn ",
918
- "type": {
919
- "kind": [
920
- "SCALAR"
921
- ],
922
- "name": "Asn16",
923
- "non_null": false
924
- },
925
- "varName": "catoAsn"
926
- },
927
- "defaultAction": {
928
- "defaultValue": null,
929
- "description": "Update for the default action on unmatched routes.",
930
- "id_str": "updateBgpPeer___input___defaultAction",
931
- "name": "defaultAction",
932
- "path": "updateBgpPeer.input.defaultAction",
933
- "requestStr": "$defaultAction:BgpDefaultAction ",
934
- "required": false,
935
- "responseStr": "defaultAction:$defaultAction ",
936
- "type": {
937
- "definition": {
938
- "description": null,
939
- "enumValues": [
940
- {
941
- "deprecationReason": null,
942
- "description": "Default action to drop all unmatched routes.",
943
- "isDeprecated": false,
944
- "name": "DROP"
945
- },
946
- {
947
- "deprecationReason": null,
948
- "description": "Default action to accept all unmatched routes.",
949
- "isDeprecated": false,
950
- "name": "ACCEPT"
951
- }
952
- ],
953
- "fields": null,
954
- "inputFields": null,
955
- "interfaces": null,
956
- "kind": "ENUM",
957
- "name": "BgpDefaultAction",
958
- "possibleTypes": null
959
- },
960
- "indexType": "enum",
961
- "kind": [
962
- "ENUM"
963
- ],
964
- "name": "BgpDefaultAction",
2214
+ "name": "BgpFilterRuleInput",
965
2215
  "non_null": false
966
2216
  },
967
- "varName": "defaultAction"
2217
+ "varName": "bgpFilterRuleInput"
968
2218
  },
969
2219
  "holdTime": {
970
2220
  "defaultValue": null,
@@ -1624,14 +2874,633 @@
1624
2874
  "name": "BgpDefaultAction",
1625
2875
  "possibleTypes": null
1626
2876
  },
1627
- "indexType": "enum",
2877
+ "indexType": "enum",
2878
+ "kind": [
2879
+ "ENUM"
2880
+ ],
2881
+ "name": "BgpDefaultAction",
2882
+ "non_null": false
2883
+ },
2884
+ "varName": "defaultAction"
2885
+ },
2886
+ "defaultActionExclusion": {
2887
+ "defaultValue": null,
2888
+ "description": "Updated rules excluded from the default action.",
2889
+ "id_str": "updateBgpPeer___input___defaultActionExclusion",
2890
+ "name": "defaultActionExclusion",
2891
+ "path": "updateBgpPeer.input.defaultActionExclusion",
2892
+ "requestStr": "$bgpFilterRuleInput:[BgpFilterRuleInput] ",
2893
+ "required": false,
2894
+ "responseStr": "defaultActionExclusion:$bgpFilterRuleInput ",
2895
+ "type": {
2896
+ "definition": {
2897
+ "description": null,
2898
+ "enumValues": null,
2899
+ "fields": null,
2900
+ "inputFields": {
2901
+ "bgpRouteExactAndInclusiveFilterRule": {
2902
+ "defaultValue": null,
2903
+ "description": "Input for exact and inclusive filter rule.",
2904
+ "id_str": "updateBgpPeer___input___defaultActionExclusion___bgpRouteExactAndInclusiveFilterRule",
2905
+ "name": "bgpRouteExactAndInclusiveFilterRule",
2906
+ "path": "updateBgpPeer.input.defaultActionExclusion.bgpRouteExactAndInclusiveFilterRule",
2907
+ "requestStr": "$bgpRouteExactAndInclusiveFilterRuleInput:BgpRouteExactAndInclusiveFilterRuleInput ",
2908
+ "required": false,
2909
+ "responseStr": "bgpRouteExactAndInclusiveFilterRule:$bgpRouteExactAndInclusiveFilterRuleInput ",
2910
+ "type": {
2911
+ "definition": {
2912
+ "description": null,
2913
+ "enumValues": null,
2914
+ "fields": null,
2915
+ "inputFields": {
2916
+ "ge": {
2917
+ "defaultValue": null,
2918
+ "description": "Minimum prefix length for the filter rule.",
2919
+ "id_str": "updateBgpPeer___input___defaultActionExclusion___bgpRouteExactAndInclusiveFilterRule___ge",
2920
+ "name": "ge",
2921
+ "path": "updateBgpPeer.input.defaultActionExclusion.bgpRouteExactAndInclusiveFilterRule.ge",
2922
+ "requestStr": "$ge:Int ",
2923
+ "required": false,
2924
+ "responseStr": "ge:$ge ",
2925
+ "type": {
2926
+ "kind": [
2927
+ "SCALAR"
2928
+ ],
2929
+ "name": "Int",
2930
+ "non_null": false
2931
+ },
2932
+ "varName": "ge"
2933
+ },
2934
+ "globalIpRange": {
2935
+ "defaultValue": "[]",
2936
+ "description": "Global IP ranges to include.",
2937
+ "id_str": "updateBgpPeer___input___defaultActionExclusion___bgpRouteExactAndInclusiveFilterRule___globalIpRange",
2938
+ "name": "globalIpRange",
2939
+ "path": "updateBgpPeer.input.defaultActionExclusion.bgpRouteExactAndInclusiveFilterRule.globalIpRange",
2940
+ "requestStr": "$globalIpRangeRefInput:[GlobalIpRangeRefInput]! ",
2941
+ "required": true,
2942
+ "responseStr": "globalIpRange:$globalIpRangeRefInput ",
2943
+ "type": {
2944
+ "definition": {
2945
+ "description": null,
2946
+ "enumValues": null,
2947
+ "fields": null,
2948
+ "inputFields": {
2949
+ "by": {
2950
+ "defaultValue": "ID",
2951
+ "description": null,
2952
+ "id_str": "updateBgpPeer___input___defaultActionExclusion___bgpRouteExactAndInclusiveFilterRule___globalIpRange___by",
2953
+ "name": "by",
2954
+ "path": "updateBgpPeer.input.defaultActionExclusion.bgpRouteExactAndInclusiveFilterRule.globalIpRange.by",
2955
+ "requestStr": "$by:ObjectRefBy! ",
2956
+ "required": true,
2957
+ "responseStr": "by:$by ",
2958
+ "type": {
2959
+ "definition": {
2960
+ "description": null,
2961
+ "enumValues": [
2962
+ {
2963
+ "deprecationReason": null,
2964
+ "description": null,
2965
+ "isDeprecated": false,
2966
+ "name": "ID"
2967
+ },
2968
+ {
2969
+ "deprecationReason": null,
2970
+ "description": null,
2971
+ "isDeprecated": false,
2972
+ "name": "NAME"
2973
+ }
2974
+ ],
2975
+ "fields": null,
2976
+ "inputFields": null,
2977
+ "interfaces": null,
2978
+ "kind": "ENUM",
2979
+ "name": "ObjectRefBy",
2980
+ "possibleTypes": null
2981
+ },
2982
+ "indexType": "enum",
2983
+ "kind": [
2984
+ "NON_NULL",
2985
+ "ENUM"
2986
+ ],
2987
+ "name": "ObjectRefBy",
2988
+ "non_null": false
2989
+ },
2990
+ "varName": "by"
2991
+ },
2992
+ "input": {
2993
+ "defaultValue": null,
2994
+ "description": null,
2995
+ "id_str": "updateBgpPeer___input___defaultActionExclusion___bgpRouteExactAndInclusiveFilterRule___globalIpRange___input",
2996
+ "name": "input",
2997
+ "path": "updateBgpPeer.input.defaultActionExclusion.bgpRouteExactAndInclusiveFilterRule.globalIpRange.input",
2998
+ "requestStr": "$input:String! ",
2999
+ "required": true,
3000
+ "responseStr": "input:$input ",
3001
+ "type": {
3002
+ "kind": [
3003
+ "NON_NULL",
3004
+ "SCALAR"
3005
+ ],
3006
+ "name": "String",
3007
+ "non_null": false
3008
+ },
3009
+ "varName": "input"
3010
+ }
3011
+ },
3012
+ "interfaces": null,
3013
+ "kind": "INPUT_OBJECT",
3014
+ "name": "GlobalIpRangeRefInput",
3015
+ "possibleTypes": null
3016
+ },
3017
+ "indexType": "input_object",
3018
+ "kind": [
3019
+ "NON_NULL",
3020
+ "LIST",
3021
+ "NON_NULL",
3022
+ "INPUT_OBJECT"
3023
+ ],
3024
+ "name": "GlobalIpRangeRefInput",
3025
+ "non_null": false
3026
+ },
3027
+ "varName": "globalIpRangeRefInput"
3028
+ },
3029
+ "globalIpRangeException": {
3030
+ "defaultValue": "[]",
3031
+ "description": "Global IP ranges to exclude.",
3032
+ "id_str": "updateBgpPeer___input___defaultActionExclusion___bgpRouteExactAndInclusiveFilterRule___globalIpRangeException",
3033
+ "name": "globalIpRangeException",
3034
+ "path": "updateBgpPeer.input.defaultActionExclusion.bgpRouteExactAndInclusiveFilterRule.globalIpRangeException",
3035
+ "requestStr": "$globalIpRangeRefInput:[GlobalIpRangeRefInput]! ",
3036
+ "required": true,
3037
+ "responseStr": "globalIpRangeException:$globalIpRangeRefInput ",
3038
+ "type": {
3039
+ "definition": {
3040
+ "description": null,
3041
+ "enumValues": null,
3042
+ "fields": null,
3043
+ "inputFields": {
3044
+ "by": {
3045
+ "defaultValue": "ID",
3046
+ "description": null,
3047
+ "id_str": "updateBgpPeer___input___defaultActionExclusion___bgpRouteExactAndInclusiveFilterRule___globalIpRangeException___by",
3048
+ "name": "by",
3049
+ "path": "updateBgpPeer.input.defaultActionExclusion.bgpRouteExactAndInclusiveFilterRule.globalIpRangeException.by",
3050
+ "requestStr": "$by:ObjectRefBy! ",
3051
+ "required": true,
3052
+ "responseStr": "by:$by ",
3053
+ "type": {
3054
+ "definition": {
3055
+ "description": null,
3056
+ "enumValues": [
3057
+ {
3058
+ "deprecationReason": null,
3059
+ "description": null,
3060
+ "isDeprecated": false,
3061
+ "name": "ID"
3062
+ },
3063
+ {
3064
+ "deprecationReason": null,
3065
+ "description": null,
3066
+ "isDeprecated": false,
3067
+ "name": "NAME"
3068
+ }
3069
+ ],
3070
+ "fields": null,
3071
+ "inputFields": null,
3072
+ "interfaces": null,
3073
+ "kind": "ENUM",
3074
+ "name": "ObjectRefBy",
3075
+ "possibleTypes": null
3076
+ },
3077
+ "indexType": "enum",
3078
+ "kind": [
3079
+ "NON_NULL",
3080
+ "ENUM"
3081
+ ],
3082
+ "name": "ObjectRefBy",
3083
+ "non_null": false
3084
+ },
3085
+ "varName": "by"
3086
+ },
3087
+ "input": {
3088
+ "defaultValue": null,
3089
+ "description": null,
3090
+ "id_str": "updateBgpPeer___input___defaultActionExclusion___bgpRouteExactAndInclusiveFilterRule___globalIpRangeException___input",
3091
+ "name": "input",
3092
+ "path": "updateBgpPeer.input.defaultActionExclusion.bgpRouteExactAndInclusiveFilterRule.globalIpRangeException.input",
3093
+ "requestStr": "$input:String! ",
3094
+ "required": true,
3095
+ "responseStr": "input:$input ",
3096
+ "type": {
3097
+ "kind": [
3098
+ "NON_NULL",
3099
+ "SCALAR"
3100
+ ],
3101
+ "name": "String",
3102
+ "non_null": false
3103
+ },
3104
+ "varName": "input"
3105
+ }
3106
+ },
3107
+ "interfaces": null,
3108
+ "kind": "INPUT_OBJECT",
3109
+ "name": "GlobalIpRangeRefInput",
3110
+ "possibleTypes": null
3111
+ },
3112
+ "indexType": "input_object",
3113
+ "kind": [
3114
+ "NON_NULL",
3115
+ "LIST",
3116
+ "NON_NULL",
3117
+ "INPUT_OBJECT"
3118
+ ],
3119
+ "name": "GlobalIpRangeRefInput",
3120
+ "non_null": false
3121
+ },
3122
+ "varName": "globalIpRangeRefInput"
3123
+ },
3124
+ "le": {
3125
+ "defaultValue": null,
3126
+ "description": "Maximum prefix length for the filter rule.",
3127
+ "id_str": "updateBgpPeer___input___defaultActionExclusion___bgpRouteExactAndInclusiveFilterRule___le",
3128
+ "name": "le",
3129
+ "path": "updateBgpPeer.input.defaultActionExclusion.bgpRouteExactAndInclusiveFilterRule.le",
3130
+ "requestStr": "$le:Int ",
3131
+ "required": false,
3132
+ "responseStr": "le:$le ",
3133
+ "type": {
3134
+ "kind": [
3135
+ "SCALAR"
3136
+ ],
3137
+ "name": "Int",
3138
+ "non_null": false
3139
+ },
3140
+ "varName": "le"
3141
+ },
3142
+ "networkSubnet": {
3143
+ "defaultValue": "[]",
3144
+ "description": "Network subnets to include.",
3145
+ "id_str": "updateBgpPeer___input___defaultActionExclusion___bgpRouteExactAndInclusiveFilterRule___networkSubnet",
3146
+ "name": "networkSubnet",
3147
+ "path": "updateBgpPeer.input.defaultActionExclusion.bgpRouteExactAndInclusiveFilterRule.networkSubnet",
3148
+ "requestStr": "$networkSubnet:[NetworkSubnet]! ",
3149
+ "required": true,
3150
+ "responseStr": "networkSubnet:$networkSubnet ",
3151
+ "type": {
3152
+ "kind": [
3153
+ "NON_NULL",
3154
+ "LIST",
3155
+ "NON_NULL",
3156
+ "SCALAR"
3157
+ ],
3158
+ "name": "NetworkSubnet",
3159
+ "non_null": false
3160
+ },
3161
+ "varName": "networkSubnet"
3162
+ },
3163
+ "networkSubnetException": {
3164
+ "defaultValue": "[]",
3165
+ "description": "Network subnets to exclude.",
3166
+ "id_str": "updateBgpPeer___input___defaultActionExclusion___bgpRouteExactAndInclusiveFilterRule___networkSubnetException",
3167
+ "name": "networkSubnetException",
3168
+ "path": "updateBgpPeer.input.defaultActionExclusion.bgpRouteExactAndInclusiveFilterRule.networkSubnetException",
3169
+ "requestStr": "$networkSubnetException:[NetworkSubnet]! ",
3170
+ "required": true,
3171
+ "responseStr": "networkSubnetException:$networkSubnetException ",
3172
+ "type": {
3173
+ "kind": [
3174
+ "NON_NULL",
3175
+ "LIST",
3176
+ "NON_NULL",
3177
+ "SCALAR"
3178
+ ],
3179
+ "name": "NetworkSubnet",
3180
+ "non_null": false
3181
+ },
3182
+ "varName": "networkSubnetException"
3183
+ }
3184
+ },
3185
+ "interfaces": null,
3186
+ "kind": "INPUT_OBJECT",
3187
+ "name": "BgpRouteExactAndInclusiveFilterRuleInput",
3188
+ "possibleTypes": null
3189
+ },
3190
+ "indexType": "input_object",
3191
+ "kind": [
3192
+ "INPUT_OBJECT"
3193
+ ],
3194
+ "name": "BgpRouteExactAndInclusiveFilterRuleInput",
3195
+ "non_null": false
3196
+ },
3197
+ "varName": "bgpRouteExactAndInclusiveFilterRuleInput"
3198
+ },
3199
+ "bgpRouteExactFilterRule": {
3200
+ "defaultValue": null,
3201
+ "description": "Input for exact route filter rule.",
3202
+ "id_str": "updateBgpPeer___input___defaultActionExclusion___bgpRouteExactFilterRule",
3203
+ "name": "bgpRouteExactFilterRule",
3204
+ "path": "updateBgpPeer.input.defaultActionExclusion.bgpRouteExactFilterRule",
3205
+ "requestStr": "$bgpRouteExactFilterRuleInput:BgpRouteExactFilterRuleInput ",
3206
+ "required": false,
3207
+ "responseStr": "bgpRouteExactFilterRule:$bgpRouteExactFilterRuleInput ",
3208
+ "type": {
3209
+ "definition": {
3210
+ "description": null,
3211
+ "enumValues": null,
3212
+ "fields": null,
3213
+ "inputFields": {
3214
+ "globalIpRange": {
3215
+ "defaultValue": "[]",
3216
+ "description": "Global IP ranges to include.",
3217
+ "id_str": "updateBgpPeer___input___defaultActionExclusion___bgpRouteExactFilterRule___globalIpRange",
3218
+ "name": "globalIpRange",
3219
+ "path": "updateBgpPeer.input.defaultActionExclusion.bgpRouteExactFilterRule.globalIpRange",
3220
+ "requestStr": "$globalIpRangeRefInput:[GlobalIpRangeRefInput]! ",
3221
+ "required": true,
3222
+ "responseStr": "globalIpRange:$globalIpRangeRefInput ",
3223
+ "type": {
3224
+ "definition": {
3225
+ "description": null,
3226
+ "enumValues": null,
3227
+ "fields": null,
3228
+ "inputFields": {
3229
+ "by": {
3230
+ "defaultValue": "ID",
3231
+ "description": null,
3232
+ "id_str": "updateBgpPeer___input___defaultActionExclusion___bgpRouteExactFilterRule___globalIpRange___by",
3233
+ "name": "by",
3234
+ "path": "updateBgpPeer.input.defaultActionExclusion.bgpRouteExactFilterRule.globalIpRange.by",
3235
+ "requestStr": "$by:ObjectRefBy! ",
3236
+ "required": true,
3237
+ "responseStr": "by:$by ",
3238
+ "type": {
3239
+ "definition": {
3240
+ "description": null,
3241
+ "enumValues": [
3242
+ {
3243
+ "deprecationReason": null,
3244
+ "description": null,
3245
+ "isDeprecated": false,
3246
+ "name": "ID"
3247
+ },
3248
+ {
3249
+ "deprecationReason": null,
3250
+ "description": null,
3251
+ "isDeprecated": false,
3252
+ "name": "NAME"
3253
+ }
3254
+ ],
3255
+ "fields": null,
3256
+ "inputFields": null,
3257
+ "interfaces": null,
3258
+ "kind": "ENUM",
3259
+ "name": "ObjectRefBy",
3260
+ "possibleTypes": null
3261
+ },
3262
+ "indexType": "enum",
3263
+ "kind": [
3264
+ "NON_NULL",
3265
+ "ENUM"
3266
+ ],
3267
+ "name": "ObjectRefBy",
3268
+ "non_null": false
3269
+ },
3270
+ "varName": "by"
3271
+ },
3272
+ "input": {
3273
+ "defaultValue": null,
3274
+ "description": null,
3275
+ "id_str": "updateBgpPeer___input___defaultActionExclusion___bgpRouteExactFilterRule___globalIpRange___input",
3276
+ "name": "input",
3277
+ "path": "updateBgpPeer.input.defaultActionExclusion.bgpRouteExactFilterRule.globalIpRange.input",
3278
+ "requestStr": "$input:String! ",
3279
+ "required": true,
3280
+ "responseStr": "input:$input ",
3281
+ "type": {
3282
+ "kind": [
3283
+ "NON_NULL",
3284
+ "SCALAR"
3285
+ ],
3286
+ "name": "String",
3287
+ "non_null": false
3288
+ },
3289
+ "varName": "input"
3290
+ }
3291
+ },
3292
+ "interfaces": null,
3293
+ "kind": "INPUT_OBJECT",
3294
+ "name": "GlobalIpRangeRefInput",
3295
+ "possibleTypes": null
3296
+ },
3297
+ "indexType": "input_object",
3298
+ "kind": [
3299
+ "NON_NULL",
3300
+ "LIST",
3301
+ "NON_NULL",
3302
+ "INPUT_OBJECT"
3303
+ ],
3304
+ "name": "GlobalIpRangeRefInput",
3305
+ "non_null": false
3306
+ },
3307
+ "varName": "globalIpRangeRefInput"
3308
+ },
3309
+ "networkSubnet": {
3310
+ "defaultValue": "[]",
3311
+ "description": "Network subnets to include.",
3312
+ "id_str": "updateBgpPeer___input___defaultActionExclusion___bgpRouteExactFilterRule___networkSubnet",
3313
+ "name": "networkSubnet",
3314
+ "path": "updateBgpPeer.input.defaultActionExclusion.bgpRouteExactFilterRule.networkSubnet",
3315
+ "requestStr": "$networkSubnet:[NetworkSubnet]! ",
3316
+ "required": true,
3317
+ "responseStr": "networkSubnet:$networkSubnet ",
3318
+ "type": {
3319
+ "kind": [
3320
+ "NON_NULL",
3321
+ "LIST",
3322
+ "NON_NULL",
3323
+ "SCALAR"
3324
+ ],
3325
+ "name": "NetworkSubnet",
3326
+ "non_null": false
3327
+ },
3328
+ "varName": "networkSubnet"
3329
+ }
3330
+ },
3331
+ "interfaces": null,
3332
+ "kind": "INPUT_OBJECT",
3333
+ "name": "BgpRouteExactFilterRuleInput",
3334
+ "possibleTypes": null
3335
+ },
3336
+ "indexType": "input_object",
3337
+ "kind": [
3338
+ "INPUT_OBJECT"
3339
+ ],
3340
+ "name": "BgpRouteExactFilterRuleInput",
3341
+ "non_null": false
3342
+ },
3343
+ "varName": "bgpRouteExactFilterRuleInput"
3344
+ },
3345
+ "communityFilterRule": {
3346
+ "defaultValue": null,
3347
+ "description": "Input for community filter rule.",
3348
+ "id_str": "updateBgpPeer___input___defaultActionExclusion___communityFilterRule",
3349
+ "name": "communityFilterRule",
3350
+ "path": "updateBgpPeer.input.defaultActionExclusion.communityFilterRule",
3351
+ "requestStr": "$bgpCommunityFilterRuleInput:BgpCommunityFilterRuleInput ",
3352
+ "required": false,
3353
+ "responseStr": "communityFilterRule:$bgpCommunityFilterRuleInput ",
3354
+ "type": {
3355
+ "definition": {
3356
+ "description": null,
3357
+ "enumValues": null,
3358
+ "fields": null,
3359
+ "inputFields": {
3360
+ "community": {
3361
+ "defaultValue": "[]",
3362
+ "description": "Community values to match.",
3363
+ "id_str": "updateBgpPeer___input___defaultActionExclusion___communityFilterRule___community",
3364
+ "name": "community",
3365
+ "path": "updateBgpPeer.input.defaultActionExclusion.communityFilterRule.community",
3366
+ "requestStr": "$bgpCommunityInput:[BgpCommunityInput]! ",
3367
+ "required": true,
3368
+ "responseStr": "community:$bgpCommunityInput ",
3369
+ "type": {
3370
+ "definition": {
3371
+ "description": null,
3372
+ "enumValues": null,
3373
+ "fields": null,
3374
+ "inputFields": {
3375
+ "from": {
3376
+ "defaultValue": null,
3377
+ "description": "Start of the community range.",
3378
+ "id_str": "updateBgpPeer___input___defaultActionExclusion___communityFilterRule___community___from",
3379
+ "name": "from",
3380
+ "path": "updateBgpPeer.input.defaultActionExclusion.communityFilterRule.community.from",
3381
+ "requestStr": "$from:Asn16! ",
3382
+ "required": true,
3383
+ "responseStr": "from:$from ",
3384
+ "type": {
3385
+ "kind": [
3386
+ "NON_NULL",
3387
+ "SCALAR"
3388
+ ],
3389
+ "name": "Asn16",
3390
+ "non_null": false
3391
+ },
3392
+ "varName": "from"
3393
+ },
3394
+ "to": {
3395
+ "defaultValue": null,
3396
+ "description": "End of the community range.",
3397
+ "id_str": "updateBgpPeer___input___defaultActionExclusion___communityFilterRule___community___to",
3398
+ "name": "to",
3399
+ "path": "updateBgpPeer.input.defaultActionExclusion.communityFilterRule.community.to",
3400
+ "requestStr": "$to:Asn16! ",
3401
+ "required": true,
3402
+ "responseStr": "to:$to ",
3403
+ "type": {
3404
+ "kind": [
3405
+ "NON_NULL",
3406
+ "SCALAR"
3407
+ ],
3408
+ "name": "Asn16",
3409
+ "non_null": false
3410
+ },
3411
+ "varName": "to"
3412
+ }
3413
+ },
3414
+ "interfaces": null,
3415
+ "kind": "INPUT_OBJECT",
3416
+ "name": "BgpCommunityInput",
3417
+ "possibleTypes": null
3418
+ },
3419
+ "indexType": "input_object",
3420
+ "kind": [
3421
+ "NON_NULL",
3422
+ "LIST",
3423
+ "NON_NULL",
3424
+ "INPUT_OBJECT"
3425
+ ],
3426
+ "name": "BgpCommunityInput",
3427
+ "non_null": false
3428
+ },
3429
+ "varName": "bgpCommunityInput"
3430
+ },
3431
+ "predicate": {
3432
+ "defaultValue": null,
3433
+ "description": "Predicate to apply to the community filter (e.g., EQUAL, NOT_EQUAL).",
3434
+ "id_str": "updateBgpPeer___input___defaultActionExclusion___communityFilterRule___predicate",
3435
+ "name": "predicate",
3436
+ "path": "updateBgpPeer.input.defaultActionExclusion.communityFilterRule.predicate",
3437
+ "requestStr": "$predicate:BgpCommunityFilterPredicate ",
3438
+ "required": false,
3439
+ "responseStr": "predicate:$predicate ",
3440
+ "type": {
3441
+ "definition": {
3442
+ "description": null,
3443
+ "enumValues": [
3444
+ {
3445
+ "deprecationReason": null,
3446
+ "description": "Matches exactly the specified community value.",
3447
+ "isDeprecated": false,
3448
+ "name": "EQUAL"
3449
+ },
3450
+ {
3451
+ "deprecationReason": null,
3452
+ "description": "Matches any community value except the specified one.",
3453
+ "isDeprecated": false,
3454
+ "name": "NOT_EQUAL"
3455
+ }
3456
+ ],
3457
+ "fields": null,
3458
+ "inputFields": null,
3459
+ "interfaces": null,
3460
+ "kind": "ENUM",
3461
+ "name": "BgpCommunityFilterPredicate",
3462
+ "possibleTypes": null
3463
+ },
3464
+ "indexType": "enum",
3465
+ "kind": [
3466
+ "ENUM"
3467
+ ],
3468
+ "name": "BgpCommunityFilterPredicate",
3469
+ "non_null": false
3470
+ },
3471
+ "varName": "predicate"
3472
+ }
3473
+ },
3474
+ "interfaces": null,
3475
+ "kind": "INPUT_OBJECT",
3476
+ "name": "BgpCommunityFilterRuleInput",
3477
+ "possibleTypes": null
3478
+ },
3479
+ "indexType": "input_object",
3480
+ "kind": [
3481
+ "INPUT_OBJECT"
3482
+ ],
3483
+ "name": "BgpCommunityFilterRuleInput",
3484
+ "non_null": false
3485
+ },
3486
+ "varName": "bgpCommunityFilterRuleInput"
3487
+ }
3488
+ },
3489
+ "interfaces": null,
3490
+ "kind": "INPUT_OBJECT",
3491
+ "name": "BgpFilterRuleInput",
3492
+ "possibleTypes": null
3493
+ },
3494
+ "indexType": "input_object",
1628
3495
  "kind": [
1629
- "ENUM"
3496
+ "LIST",
3497
+ "NON_NULL",
3498
+ "INPUT_OBJECT"
1630
3499
  ],
1631
- "name": "BgpDefaultAction",
3500
+ "name": "BgpFilterRuleInput",
1632
3501
  "non_null": false
1633
3502
  },
1634
- "varName": "defaultAction"
3503
+ "varName": "bgpFilterRuleInput"
1635
3504
  },
1636
3505
  "holdTime": {
1637
3506
  "defaultValue": null,
@@ -2202,159 +4071,819 @@
2202
4071
  "responseStr": "multiplier:$multiplier ",
2203
4072
  "type": {
2204
4073
  "kind": [
2205
- "NON_NULL",
2206
- "SCALAR"
4074
+ "NON_NULL",
4075
+ "SCALAR"
4076
+ ],
4077
+ "name": "Int",
4078
+ "non_null": false
4079
+ },
4080
+ "varName": "multiplier"
4081
+ },
4082
+ "receiveInterval": {
4083
+ "args": {},
4084
+ "deprecationReason": null,
4085
+ "description": "Time interval (in milliseconds) in which this peer expects to receive BFD packets.",
4086
+ "id_str": "updateBgpPeer___bgpPeer___bfdSettings___receiveInterval",
4087
+ "isDeprecated": false,
4088
+ "name": "receiveInterval",
4089
+ "path": "updateBgpPeer.bgpPeer.bfdSettings.receiveInterval",
4090
+ "requestStr": "$receiveInterval:Int! ",
4091
+ "required": true,
4092
+ "responseStr": "receiveInterval:$receiveInterval ",
4093
+ "type": {
4094
+ "kind": [
4095
+ "NON_NULL",
4096
+ "SCALAR"
4097
+ ],
4098
+ "name": "Int",
4099
+ "non_null": false
4100
+ },
4101
+ "varName": "receiveInterval"
4102
+ },
4103
+ "transmitInterval": {
4104
+ "args": {},
4105
+ "deprecationReason": null,
4106
+ "description": "Time interval (in milliseconds) between BFD packets sent by this peer.",
4107
+ "id_str": "updateBgpPeer___bgpPeer___bfdSettings___transmitInterval",
4108
+ "isDeprecated": false,
4109
+ "name": "transmitInterval",
4110
+ "path": "updateBgpPeer.bgpPeer.bfdSettings.transmitInterval",
4111
+ "requestStr": "$transmitInterval:Int! ",
4112
+ "required": true,
4113
+ "responseStr": "transmitInterval:$transmitInterval ",
4114
+ "type": {
4115
+ "kind": [
4116
+ "NON_NULL",
4117
+ "SCALAR"
4118
+ ],
4119
+ "name": "Int",
4120
+ "non_null": false
4121
+ },
4122
+ "varName": "transmitInterval"
4123
+ }
4124
+ },
4125
+ "inputFields": null,
4126
+ "interfaces": {},
4127
+ "kind": "OBJECT",
4128
+ "name": "BfdSettings",
4129
+ "possibleTypes": null
4130
+ },
4131
+ "indexType": "object",
4132
+ "kind": [
4133
+ "OBJECT"
4134
+ ],
4135
+ "name": "BfdSettings",
4136
+ "non_null": false
4137
+ },
4138
+ "varName": "bfdSettings"
4139
+ },
4140
+ "catoAsn": {
4141
+ "args": {},
4142
+ "deprecationReason": null,
4143
+ "description": "AS number of Cato's BGP endpoint.",
4144
+ "id_str": "updateBgpPeer___bgpPeer___catoAsn",
4145
+ "isDeprecated": false,
4146
+ "name": "catoAsn",
4147
+ "path": "updateBgpPeer.bgpPeer.catoAsn",
4148
+ "requestStr": "$catoAsn:Asn16! ",
4149
+ "required": true,
4150
+ "responseStr": "catoAsn:$catoAsn ",
4151
+ "type": {
4152
+ "kind": [
4153
+ "NON_NULL",
4154
+ "SCALAR"
4155
+ ],
4156
+ "name": "Asn16",
4157
+ "non_null": false
4158
+ },
4159
+ "varName": "catoAsn"
4160
+ },
4161
+ "catoIp": {
4162
+ "args": {},
4163
+ "deprecationReason": null,
4164
+ "description": "IP address of Cato's BGP endpoint.",
4165
+ "id_str": "updateBgpPeer___bgpPeer___catoIp",
4166
+ "isDeprecated": false,
4167
+ "name": "catoIp",
4168
+ "path": "updateBgpPeer.bgpPeer.catoIp",
4169
+ "requestStr": "$catoIp:IPAddress! ",
4170
+ "required": true,
4171
+ "responseStr": "catoIp:$catoIp ",
4172
+ "type": {
4173
+ "kind": [
4174
+ "NON_NULL",
4175
+ "SCALAR"
4176
+ ],
4177
+ "name": "IPAddress",
4178
+ "non_null": false
4179
+ },
4180
+ "varName": "catoIp"
4181
+ },
4182
+ "defaultAction": {
4183
+ "alias": "bgpDefaultActionDefaultAction: defaultAction",
4184
+ "args": {},
4185
+ "deprecationReason": null,
4186
+ "description": "Default action for routes not matching filters (ACCEPT or DROP).",
4187
+ "id_str": "updateBgpPeer___bgpPeer___defaultAction",
4188
+ "isDeprecated": false,
4189
+ "name": "defaultAction",
4190
+ "path": "updateBgpPeer.bgpPeer.defaultAction",
4191
+ "requestStr": "$defaultAction:BgpDefaultAction! ",
4192
+ "required": true,
4193
+ "responseStr": "defaultAction:$defaultAction ",
4194
+ "type": {
4195
+ "definition": {
4196
+ "description": null,
4197
+ "enumValues": [
4198
+ {
4199
+ "deprecationReason": null,
4200
+ "description": "Default action to drop all unmatched routes.",
4201
+ "isDeprecated": false,
4202
+ "name": "DROP"
4203
+ },
4204
+ {
4205
+ "deprecationReason": null,
4206
+ "description": "Default action to accept all unmatched routes.",
4207
+ "isDeprecated": false,
4208
+ "name": "ACCEPT"
4209
+ }
4210
+ ],
4211
+ "fields": null,
4212
+ "inputFields": null,
4213
+ "interfaces": null,
4214
+ "kind": "ENUM",
4215
+ "name": "BgpDefaultAction",
4216
+ "possibleTypes": null
4217
+ },
4218
+ "indexType": "enum",
4219
+ "kind": [
4220
+ "NON_NULL",
4221
+ "ENUM"
4222
+ ],
4223
+ "name": "BgpDefaultAction",
4224
+ "non_null": false
4225
+ },
4226
+ "varName": "defaultAction"
4227
+ },
4228
+ "defaultActionExclusion": {
4229
+ "alias": "bgpFilterRuleDefaultActionExclusion: defaultActionExclusion",
4230
+ "args": {},
4231
+ "deprecationReason": null,
4232
+ "description": "Rules excluded from the default action.",
4233
+ "id_str": "updateBgpPeer___bgpPeer___defaultActionExclusion",
4234
+ "isDeprecated": false,
4235
+ "name": "defaultActionExclusion",
4236
+ "path": "updateBgpPeer.bgpPeer.defaultActionExclusion",
4237
+ "requestStr": "$bgpFilterRule:[BgpFilterRule]! ",
4238
+ "required": true,
4239
+ "responseStr": "defaultActionExclusion:$bgpFilterRule ",
4240
+ "type": {
4241
+ "definition": {
4242
+ "description": null,
4243
+ "enumValues": null,
4244
+ "fields": {
4245
+ "bgpRouteExactAndInclusiveFilterRule": {
4246
+ "alias": "bgpRouteExactAndInclusiveFilterRuleBgpRouteExactAndInclusiveFilterRule: bgpRouteExactAndInclusiveFilterRule",
4247
+ "args": {},
4248
+ "deprecationReason": null,
4249
+ "description": "Exact and inclusive filter rule. Please choose only one filter rule type.",
4250
+ "id_str": "updateBgpPeer___bgpPeer___defaultActionExclusion___bgpRouteExactAndInclusiveFilterRule",
4251
+ "isDeprecated": false,
4252
+ "name": "bgpRouteExactAndInclusiveFilterRule",
4253
+ "path": "updateBgpPeer.bgpPeer.defaultActionExclusion.bgpRouteExactAndInclusiveFilterRule",
4254
+ "requestStr": "$bgpRouteExactAndInclusiveFilterRule:BgpRouteExactAndInclusiveFilterRule ",
4255
+ "required": false,
4256
+ "responseStr": "bgpRouteExactAndInclusiveFilterRule:$bgpRouteExactAndInclusiveFilterRule ",
4257
+ "type": {
4258
+ "definition": {
4259
+ "description": null,
4260
+ "enumValues": null,
4261
+ "fields": {
4262
+ "ge": {
4263
+ "args": {},
4264
+ "deprecationReason": null,
4265
+ "description": "Minimum prefix length for the filter rule.",
4266
+ "id_str": "updateBgpPeer___bgpPeer___defaultActionExclusion___bgpRouteExactAndInclusiveFilterRule___ge",
4267
+ "isDeprecated": false,
4268
+ "name": "ge",
4269
+ "path": "updateBgpPeer.bgpPeer.defaultActionExclusion.bgpRouteExactAndInclusiveFilterRule.ge",
4270
+ "requestStr": "$ge:Int ",
4271
+ "required": false,
4272
+ "responseStr": "ge:$ge ",
4273
+ "type": {
4274
+ "kind": [
4275
+ "SCALAR"
4276
+ ],
4277
+ "name": "Int",
4278
+ "non_null": false
4279
+ },
4280
+ "varName": "ge"
4281
+ },
4282
+ "globalIpRange": {
4283
+ "args": {},
4284
+ "deprecationReason": null,
4285
+ "description": "Global IP ranges to include.",
4286
+ "id_str": "updateBgpPeer___bgpPeer___defaultActionExclusion___bgpRouteExactAndInclusiveFilterRule___globalIpRange",
4287
+ "isDeprecated": false,
4288
+ "name": "globalIpRange",
4289
+ "path": "updateBgpPeer.bgpPeer.defaultActionExclusion.bgpRouteExactAndInclusiveFilterRule.globalIpRange",
4290
+ "requestStr": "$globalIpRangeRef:[GlobalIpRangeRef]! ",
4291
+ "required": true,
4292
+ "responseStr": "globalIpRange:$globalIpRangeRef ",
4293
+ "type": {
4294
+ "definition": {
4295
+ "description": "A reference identifying the GlobalIpRange object. ID: Unique GlobalIpRange Identifier, Name: The GlobalIpRange Name",
4296
+ "enumValues": null,
4297
+ "fields": {
4298
+ "id": {
4299
+ "args": {},
4300
+ "deprecationReason": null,
4301
+ "description": null,
4302
+ "id_str": "updateBgpPeer___bgpPeer___defaultActionExclusion___bgpRouteExactAndInclusiveFilterRule___globalIpRange___id",
4303
+ "isDeprecated": false,
4304
+ "name": "id",
4305
+ "path": "updateBgpPeer.bgpPeer.defaultActionExclusion.bgpRouteExactAndInclusiveFilterRule.globalIpRange.id",
4306
+ "requestStr": "$id:ID! ",
4307
+ "required": true,
4308
+ "responseStr": "id:$id ",
4309
+ "type": {
4310
+ "kind": [
4311
+ "NON_NULL",
4312
+ "SCALAR"
4313
+ ],
4314
+ "name": "ID",
4315
+ "non_null": false
4316
+ },
4317
+ "varName": "id"
4318
+ },
4319
+ "name": {
4320
+ "args": {},
4321
+ "deprecationReason": null,
4322
+ "description": null,
4323
+ "id_str": "updateBgpPeer___bgpPeer___defaultActionExclusion___bgpRouteExactAndInclusiveFilterRule___globalIpRange___name",
4324
+ "isDeprecated": false,
4325
+ "name": "name",
4326
+ "path": "updateBgpPeer.bgpPeer.defaultActionExclusion.bgpRouteExactAndInclusiveFilterRule.globalIpRange.name",
4327
+ "requestStr": "$name:String! ",
4328
+ "required": true,
4329
+ "responseStr": "name:$name ",
4330
+ "type": {
4331
+ "kind": [
4332
+ "NON_NULL",
4333
+ "SCALAR"
4334
+ ],
4335
+ "name": "String",
4336
+ "non_null": false
4337
+ },
4338
+ "varName": "name"
4339
+ }
4340
+ },
4341
+ "inputFields": null,
4342
+ "interfaces": {},
4343
+ "kind": "OBJECT",
4344
+ "name": "GlobalIpRangeRef",
4345
+ "possibleTypes": null
4346
+ },
4347
+ "indexType": "object",
4348
+ "kind": [
4349
+ "NON_NULL",
4350
+ "LIST",
4351
+ "NON_NULL",
4352
+ "OBJECT"
4353
+ ],
4354
+ "name": "GlobalIpRangeRef",
4355
+ "non_null": false
4356
+ },
4357
+ "varName": "globalIpRangeRef"
4358
+ },
4359
+ "globalIpRangeException": {
4360
+ "args": {},
4361
+ "deprecationReason": null,
4362
+ "description": "Global IP ranges to exclude.",
4363
+ "id_str": "updateBgpPeer___bgpPeer___defaultActionExclusion___bgpRouteExactAndInclusiveFilterRule___globalIpRangeException",
4364
+ "isDeprecated": false,
4365
+ "name": "globalIpRangeException",
4366
+ "path": "updateBgpPeer.bgpPeer.defaultActionExclusion.bgpRouteExactAndInclusiveFilterRule.globalIpRangeException",
4367
+ "requestStr": "$globalIpRangeRef:[GlobalIpRangeRef]! ",
4368
+ "required": true,
4369
+ "responseStr": "globalIpRangeException:$globalIpRangeRef ",
4370
+ "type": {
4371
+ "definition": {
4372
+ "description": "A reference identifying the GlobalIpRange object. ID: Unique GlobalIpRange Identifier, Name: The GlobalIpRange Name",
4373
+ "enumValues": null,
4374
+ "fields": {
4375
+ "id": {
4376
+ "args": {},
4377
+ "deprecationReason": null,
4378
+ "description": null,
4379
+ "id_str": "updateBgpPeer___bgpPeer___defaultActionExclusion___bgpRouteExactAndInclusiveFilterRule___globalIpRangeException___id",
4380
+ "isDeprecated": false,
4381
+ "name": "id",
4382
+ "path": "updateBgpPeer.bgpPeer.defaultActionExclusion.bgpRouteExactAndInclusiveFilterRule.globalIpRangeException.id",
4383
+ "requestStr": "$id:ID! ",
4384
+ "required": true,
4385
+ "responseStr": "id:$id ",
4386
+ "type": {
4387
+ "kind": [
4388
+ "NON_NULL",
4389
+ "SCALAR"
4390
+ ],
4391
+ "name": "ID",
4392
+ "non_null": false
4393
+ },
4394
+ "varName": "id"
4395
+ },
4396
+ "name": {
4397
+ "args": {},
4398
+ "deprecationReason": null,
4399
+ "description": null,
4400
+ "id_str": "updateBgpPeer___bgpPeer___defaultActionExclusion___bgpRouteExactAndInclusiveFilterRule___globalIpRangeException___name",
4401
+ "isDeprecated": false,
4402
+ "name": "name",
4403
+ "path": "updateBgpPeer.bgpPeer.defaultActionExclusion.bgpRouteExactAndInclusiveFilterRule.globalIpRangeException.name",
4404
+ "requestStr": "$name:String! ",
4405
+ "required": true,
4406
+ "responseStr": "name:$name ",
4407
+ "type": {
4408
+ "kind": [
4409
+ "NON_NULL",
4410
+ "SCALAR"
4411
+ ],
4412
+ "name": "String",
4413
+ "non_null": false
4414
+ },
4415
+ "varName": "name"
4416
+ }
4417
+ },
4418
+ "inputFields": null,
4419
+ "interfaces": {},
4420
+ "kind": "OBJECT",
4421
+ "name": "GlobalIpRangeRef",
4422
+ "possibleTypes": null
4423
+ },
4424
+ "indexType": "object",
4425
+ "kind": [
4426
+ "NON_NULL",
4427
+ "LIST",
4428
+ "NON_NULL",
4429
+ "OBJECT"
4430
+ ],
4431
+ "name": "GlobalIpRangeRef",
4432
+ "non_null": false
4433
+ },
4434
+ "varName": "globalIpRangeRef"
4435
+ },
4436
+ "id": {
4437
+ "args": {},
4438
+ "deprecationReason": null,
4439
+ "description": "Unique identifier of the filter rule.",
4440
+ "id_str": "updateBgpPeer___bgpPeer___defaultActionExclusion___bgpRouteExactAndInclusiveFilterRule___id",
4441
+ "isDeprecated": false,
4442
+ "name": "id",
4443
+ "path": "updateBgpPeer.bgpPeer.defaultActionExclusion.bgpRouteExactAndInclusiveFilterRule.id",
4444
+ "requestStr": "$id:ID! ",
4445
+ "required": true,
4446
+ "responseStr": "id:$id ",
4447
+ "type": {
4448
+ "kind": [
4449
+ "NON_NULL",
4450
+ "SCALAR"
4451
+ ],
4452
+ "name": "ID",
4453
+ "non_null": false
4454
+ },
4455
+ "varName": "id"
4456
+ },
4457
+ "le": {
4458
+ "args": {},
4459
+ "deprecationReason": null,
4460
+ "description": "Maximum prefix length for the filter rule.",
4461
+ "id_str": "updateBgpPeer___bgpPeer___defaultActionExclusion___bgpRouteExactAndInclusiveFilterRule___le",
4462
+ "isDeprecated": false,
4463
+ "name": "le",
4464
+ "path": "updateBgpPeer.bgpPeer.defaultActionExclusion.bgpRouteExactAndInclusiveFilterRule.le",
4465
+ "requestStr": "$le:Int ",
4466
+ "required": false,
4467
+ "responseStr": "le:$le ",
4468
+ "type": {
4469
+ "kind": [
4470
+ "SCALAR"
4471
+ ],
4472
+ "name": "Int",
4473
+ "non_null": false
4474
+ },
4475
+ "varName": "le"
4476
+ },
4477
+ "networkSubnet": {
4478
+ "args": {},
4479
+ "deprecationReason": null,
4480
+ "description": "Network subnets to include.",
4481
+ "id_str": "updateBgpPeer___bgpPeer___defaultActionExclusion___bgpRouteExactAndInclusiveFilterRule___networkSubnet",
4482
+ "isDeprecated": false,
4483
+ "name": "networkSubnet",
4484
+ "path": "updateBgpPeer.bgpPeer.defaultActionExclusion.bgpRouteExactAndInclusiveFilterRule.networkSubnet",
4485
+ "requestStr": "$networkSubnet:[NetworkSubnet]! ",
4486
+ "required": true,
4487
+ "responseStr": "networkSubnet:$networkSubnet ",
4488
+ "type": {
4489
+ "kind": [
4490
+ "NON_NULL",
4491
+ "LIST",
4492
+ "NON_NULL",
4493
+ "SCALAR"
4494
+ ],
4495
+ "name": "NetworkSubnet",
4496
+ "non_null": false
4497
+ },
4498
+ "varName": "networkSubnet"
4499
+ },
4500
+ "networkSubnetException": {
4501
+ "args": {},
4502
+ "deprecationReason": null,
4503
+ "description": "Network subnets to exclude.",
4504
+ "id_str": "updateBgpPeer___bgpPeer___defaultActionExclusion___bgpRouteExactAndInclusiveFilterRule___networkSubnetException",
4505
+ "isDeprecated": false,
4506
+ "name": "networkSubnetException",
4507
+ "path": "updateBgpPeer.bgpPeer.defaultActionExclusion.bgpRouteExactAndInclusiveFilterRule.networkSubnetException",
4508
+ "requestStr": "$networkSubnetException:[NetworkSubnet]! ",
4509
+ "required": true,
4510
+ "responseStr": "networkSubnetException:$networkSubnetException ",
4511
+ "type": {
4512
+ "kind": [
4513
+ "NON_NULL",
4514
+ "LIST",
4515
+ "NON_NULL",
4516
+ "SCALAR"
4517
+ ],
4518
+ "name": "NetworkSubnet",
4519
+ "non_null": false
4520
+ },
4521
+ "varName": "networkSubnetException"
4522
+ }
4523
+ },
4524
+ "inputFields": null,
4525
+ "interfaces": {},
4526
+ "kind": "OBJECT",
4527
+ "name": "BgpRouteExactAndInclusiveFilterRule",
4528
+ "possibleTypes": null
4529
+ },
4530
+ "indexType": "object",
4531
+ "kind": [
4532
+ "OBJECT"
2207
4533
  ],
2208
- "name": "Int",
4534
+ "name": "BgpRouteExactAndInclusiveFilterRule",
2209
4535
  "non_null": false
2210
4536
  },
2211
- "varName": "multiplier"
4537
+ "varName": "bgpRouteExactAndInclusiveFilterRule"
2212
4538
  },
2213
- "receiveInterval": {
4539
+ "bgpRouteExactFilterRule": {
4540
+ "alias": "bgpRouteExactFilterRuleBgpRouteExactFilterRule: bgpRouteExactFilterRule",
2214
4541
  "args": {},
2215
4542
  "deprecationReason": null,
2216
- "description": "Time interval (in milliseconds) in which this peer expects to receive BFD packets.",
2217
- "id_str": "updateBgpPeer___bgpPeer___bfdSettings___receiveInterval",
4543
+ "description": "Exact route filter rule. Please choose only one filter rule type.",
4544
+ "id_str": "updateBgpPeer___bgpPeer___defaultActionExclusion___bgpRouteExactFilterRule",
2218
4545
  "isDeprecated": false,
2219
- "name": "receiveInterval",
2220
- "path": "updateBgpPeer.bgpPeer.bfdSettings.receiveInterval",
2221
- "requestStr": "$receiveInterval:Int! ",
2222
- "required": true,
2223
- "responseStr": "receiveInterval:$receiveInterval ",
4546
+ "name": "bgpRouteExactFilterRule",
4547
+ "path": "updateBgpPeer.bgpPeer.defaultActionExclusion.bgpRouteExactFilterRule",
4548
+ "requestStr": "$bgpRouteExactFilterRule:BgpRouteExactFilterRule ",
4549
+ "required": false,
4550
+ "responseStr": "bgpRouteExactFilterRule:$bgpRouteExactFilterRule ",
2224
4551
  "type": {
4552
+ "definition": {
4553
+ "description": null,
4554
+ "enumValues": null,
4555
+ "fields": {
4556
+ "globalIpRange": {
4557
+ "args": {},
4558
+ "deprecationReason": null,
4559
+ "description": "Global IP ranges to include.",
4560
+ "id_str": "updateBgpPeer___bgpPeer___defaultActionExclusion___bgpRouteExactFilterRule___globalIpRange",
4561
+ "isDeprecated": false,
4562
+ "name": "globalIpRange",
4563
+ "path": "updateBgpPeer.bgpPeer.defaultActionExclusion.bgpRouteExactFilterRule.globalIpRange",
4564
+ "requestStr": "$globalIpRangeRef:[GlobalIpRangeRef]! ",
4565
+ "required": true,
4566
+ "responseStr": "globalIpRange:$globalIpRangeRef ",
4567
+ "type": {
4568
+ "definition": {
4569
+ "description": "A reference identifying the GlobalIpRange object. ID: Unique GlobalIpRange Identifier, Name: The GlobalIpRange Name",
4570
+ "enumValues": null,
4571
+ "fields": {
4572
+ "id": {
4573
+ "args": {},
4574
+ "deprecationReason": null,
4575
+ "description": null,
4576
+ "id_str": "updateBgpPeer___bgpPeer___defaultActionExclusion___bgpRouteExactFilterRule___globalIpRange___id",
4577
+ "isDeprecated": false,
4578
+ "name": "id",
4579
+ "path": "updateBgpPeer.bgpPeer.defaultActionExclusion.bgpRouteExactFilterRule.globalIpRange.id",
4580
+ "requestStr": "$id:ID! ",
4581
+ "required": true,
4582
+ "responseStr": "id:$id ",
4583
+ "type": {
4584
+ "kind": [
4585
+ "NON_NULL",
4586
+ "SCALAR"
4587
+ ],
4588
+ "name": "ID",
4589
+ "non_null": false
4590
+ },
4591
+ "varName": "id"
4592
+ },
4593
+ "name": {
4594
+ "args": {},
4595
+ "deprecationReason": null,
4596
+ "description": null,
4597
+ "id_str": "updateBgpPeer___bgpPeer___defaultActionExclusion___bgpRouteExactFilterRule___globalIpRange___name",
4598
+ "isDeprecated": false,
4599
+ "name": "name",
4600
+ "path": "updateBgpPeer.bgpPeer.defaultActionExclusion.bgpRouteExactFilterRule.globalIpRange.name",
4601
+ "requestStr": "$name:String! ",
4602
+ "required": true,
4603
+ "responseStr": "name:$name ",
4604
+ "type": {
4605
+ "kind": [
4606
+ "NON_NULL",
4607
+ "SCALAR"
4608
+ ],
4609
+ "name": "String",
4610
+ "non_null": false
4611
+ },
4612
+ "varName": "name"
4613
+ }
4614
+ },
4615
+ "inputFields": null,
4616
+ "interfaces": {},
4617
+ "kind": "OBJECT",
4618
+ "name": "GlobalIpRangeRef",
4619
+ "possibleTypes": null
4620
+ },
4621
+ "indexType": "object",
4622
+ "kind": [
4623
+ "NON_NULL",
4624
+ "LIST",
4625
+ "NON_NULL",
4626
+ "OBJECT"
4627
+ ],
4628
+ "name": "GlobalIpRangeRef",
4629
+ "non_null": false
4630
+ },
4631
+ "varName": "globalIpRangeRef"
4632
+ },
4633
+ "id": {
4634
+ "args": {},
4635
+ "deprecationReason": null,
4636
+ "description": "Unique identifier of the exact filter rule.",
4637
+ "id_str": "updateBgpPeer___bgpPeer___defaultActionExclusion___bgpRouteExactFilterRule___id",
4638
+ "isDeprecated": false,
4639
+ "name": "id",
4640
+ "path": "updateBgpPeer.bgpPeer.defaultActionExclusion.bgpRouteExactFilterRule.id",
4641
+ "requestStr": "$id:ID! ",
4642
+ "required": true,
4643
+ "responseStr": "id:$id ",
4644
+ "type": {
4645
+ "kind": [
4646
+ "NON_NULL",
4647
+ "SCALAR"
4648
+ ],
4649
+ "name": "ID",
4650
+ "non_null": false
4651
+ },
4652
+ "varName": "id"
4653
+ },
4654
+ "networkSubnet": {
4655
+ "args": {},
4656
+ "deprecationReason": null,
4657
+ "description": "Network subnets to include.",
4658
+ "id_str": "updateBgpPeer___bgpPeer___defaultActionExclusion___bgpRouteExactFilterRule___networkSubnet",
4659
+ "isDeprecated": false,
4660
+ "name": "networkSubnet",
4661
+ "path": "updateBgpPeer.bgpPeer.defaultActionExclusion.bgpRouteExactFilterRule.networkSubnet",
4662
+ "requestStr": "$networkSubnet:[NetworkSubnet]! ",
4663
+ "required": true,
4664
+ "responseStr": "networkSubnet:$networkSubnet ",
4665
+ "type": {
4666
+ "kind": [
4667
+ "NON_NULL",
4668
+ "LIST",
4669
+ "NON_NULL",
4670
+ "SCALAR"
4671
+ ],
4672
+ "name": "NetworkSubnet",
4673
+ "non_null": false
4674
+ },
4675
+ "varName": "networkSubnet"
4676
+ }
4677
+ },
4678
+ "inputFields": null,
4679
+ "interfaces": {},
4680
+ "kind": "OBJECT",
4681
+ "name": "BgpRouteExactFilterRule",
4682
+ "possibleTypes": null
4683
+ },
4684
+ "indexType": "object",
2225
4685
  "kind": [
2226
- "NON_NULL",
2227
- "SCALAR"
4686
+ "OBJECT"
2228
4687
  ],
2229
- "name": "Int",
4688
+ "name": "BgpRouteExactFilterRule",
2230
4689
  "non_null": false
2231
4690
  },
2232
- "varName": "receiveInterval"
4691
+ "varName": "bgpRouteExactFilterRule"
2233
4692
  },
2234
- "transmitInterval": {
4693
+ "communityFilterRule": {
4694
+ "alias": "bgpCommunityFilterRuleCommunityFilterRule: communityFilterRule",
2235
4695
  "args": {},
2236
4696
  "deprecationReason": null,
2237
- "description": "Time interval (in milliseconds) between BFD packets sent by this peer.",
2238
- "id_str": "updateBgpPeer___bgpPeer___bfdSettings___transmitInterval",
4697
+ "description": "Community filter rule. Please choose only one filter rule type.",
4698
+ "id_str": "updateBgpPeer___bgpPeer___defaultActionExclusion___communityFilterRule",
2239
4699
  "isDeprecated": false,
2240
- "name": "transmitInterval",
2241
- "path": "updateBgpPeer.bgpPeer.bfdSettings.transmitInterval",
2242
- "requestStr": "$transmitInterval:Int! ",
2243
- "required": true,
2244
- "responseStr": "transmitInterval:$transmitInterval ",
4700
+ "name": "communityFilterRule",
4701
+ "path": "updateBgpPeer.bgpPeer.defaultActionExclusion.communityFilterRule",
4702
+ "requestStr": "$bgpCommunityFilterRule:BgpCommunityFilterRule ",
4703
+ "required": false,
4704
+ "responseStr": "communityFilterRule:$bgpCommunityFilterRule ",
2245
4705
  "type": {
4706
+ "definition": {
4707
+ "description": null,
4708
+ "enumValues": null,
4709
+ "fields": {
4710
+ "community": {
4711
+ "args": {},
4712
+ "deprecationReason": null,
4713
+ "description": "Community values to match.",
4714
+ "id_str": "updateBgpPeer___bgpPeer___defaultActionExclusion___communityFilterRule___community",
4715
+ "isDeprecated": false,
4716
+ "name": "community",
4717
+ "path": "updateBgpPeer.bgpPeer.defaultActionExclusion.communityFilterRule.community",
4718
+ "requestStr": "$bgpCommunity:[BgpCommunity]! ",
4719
+ "required": true,
4720
+ "responseStr": "community:$bgpCommunity ",
4721
+ "type": {
4722
+ "definition": {
4723
+ "description": null,
4724
+ "enumValues": null,
4725
+ "fields": {
4726
+ "from": {
4727
+ "args": {},
4728
+ "deprecationReason": null,
4729
+ "description": "Start of the community range.",
4730
+ "id_str": "updateBgpPeer___bgpPeer___defaultActionExclusion___communityFilterRule___community___from",
4731
+ "isDeprecated": false,
4732
+ "name": "from",
4733
+ "path": "updateBgpPeer.bgpPeer.defaultActionExclusion.communityFilterRule.community.from",
4734
+ "requestStr": "$from:Asn16! ",
4735
+ "required": true,
4736
+ "responseStr": "from:$from ",
4737
+ "type": {
4738
+ "kind": [
4739
+ "NON_NULL",
4740
+ "SCALAR"
4741
+ ],
4742
+ "name": "Asn16",
4743
+ "non_null": false
4744
+ },
4745
+ "varName": "from"
4746
+ },
4747
+ "to": {
4748
+ "args": {},
4749
+ "deprecationReason": null,
4750
+ "description": "End of the community range.",
4751
+ "id_str": "updateBgpPeer___bgpPeer___defaultActionExclusion___communityFilterRule___community___to",
4752
+ "isDeprecated": false,
4753
+ "name": "to",
4754
+ "path": "updateBgpPeer.bgpPeer.defaultActionExclusion.communityFilterRule.community.to",
4755
+ "requestStr": "$to:Asn16! ",
4756
+ "required": true,
4757
+ "responseStr": "to:$to ",
4758
+ "type": {
4759
+ "kind": [
4760
+ "NON_NULL",
4761
+ "SCALAR"
4762
+ ],
4763
+ "name": "Asn16",
4764
+ "non_null": false
4765
+ },
4766
+ "varName": "to"
4767
+ }
4768
+ },
4769
+ "inputFields": null,
4770
+ "interfaces": {},
4771
+ "kind": "OBJECT",
4772
+ "name": "BgpCommunity",
4773
+ "possibleTypes": null
4774
+ },
4775
+ "indexType": "object",
4776
+ "kind": [
4777
+ "NON_NULL",
4778
+ "LIST",
4779
+ "NON_NULL",
4780
+ "OBJECT"
4781
+ ],
4782
+ "name": "BgpCommunity",
4783
+ "non_null": false
4784
+ },
4785
+ "varName": "bgpCommunity"
4786
+ },
4787
+ "id": {
4788
+ "args": {},
4789
+ "deprecationReason": null,
4790
+ "description": "Unique identifier of the community filter rule.",
4791
+ "id_str": "updateBgpPeer___bgpPeer___defaultActionExclusion___communityFilterRule___id",
4792
+ "isDeprecated": false,
4793
+ "name": "id",
4794
+ "path": "updateBgpPeer.bgpPeer.defaultActionExclusion.communityFilterRule.id",
4795
+ "requestStr": "$id:ID! ",
4796
+ "required": true,
4797
+ "responseStr": "id:$id ",
4798
+ "type": {
4799
+ "kind": [
4800
+ "NON_NULL",
4801
+ "SCALAR"
4802
+ ],
4803
+ "name": "ID",
4804
+ "non_null": false
4805
+ },
4806
+ "varName": "id"
4807
+ },
4808
+ "predicate": {
4809
+ "args": {},
4810
+ "deprecationReason": null,
4811
+ "description": "Predicate to apply to the community filter (e.g., EQUAL, NOT_EQUAL).",
4812
+ "id_str": "updateBgpPeer___bgpPeer___defaultActionExclusion___communityFilterRule___predicate",
4813
+ "isDeprecated": false,
4814
+ "name": "predicate",
4815
+ "path": "updateBgpPeer.bgpPeer.defaultActionExclusion.communityFilterRule.predicate",
4816
+ "requestStr": "$predicate:BgpCommunityFilterPredicate! ",
4817
+ "required": true,
4818
+ "responseStr": "predicate:$predicate ",
4819
+ "type": {
4820
+ "definition": {
4821
+ "description": null,
4822
+ "enumValues": [
4823
+ {
4824
+ "deprecationReason": null,
4825
+ "description": "Matches exactly the specified community value.",
4826
+ "isDeprecated": false,
4827
+ "name": "EQUAL"
4828
+ },
4829
+ {
4830
+ "deprecationReason": null,
4831
+ "description": "Matches any community value except the specified one.",
4832
+ "isDeprecated": false,
4833
+ "name": "NOT_EQUAL"
4834
+ }
4835
+ ],
4836
+ "fields": null,
4837
+ "inputFields": null,
4838
+ "interfaces": null,
4839
+ "kind": "ENUM",
4840
+ "name": "BgpCommunityFilterPredicate",
4841
+ "possibleTypes": null
4842
+ },
4843
+ "indexType": "enum",
4844
+ "kind": [
4845
+ "NON_NULL",
4846
+ "ENUM"
4847
+ ],
4848
+ "name": "BgpCommunityFilterPredicate",
4849
+ "non_null": false
4850
+ },
4851
+ "varName": "predicate"
4852
+ }
4853
+ },
4854
+ "inputFields": null,
4855
+ "interfaces": {},
4856
+ "kind": "OBJECT",
4857
+ "name": "BgpCommunityFilterRule",
4858
+ "possibleTypes": null
4859
+ },
4860
+ "indexType": "object",
2246
4861
  "kind": [
2247
- "NON_NULL",
2248
- "SCALAR"
4862
+ "OBJECT"
2249
4863
  ],
2250
- "name": "Int",
4864
+ "name": "BgpCommunityFilterRule",
2251
4865
  "non_null": false
2252
4866
  },
2253
- "varName": "transmitInterval"
4867
+ "varName": "bgpCommunityFilterRule"
2254
4868
  }
2255
4869
  },
2256
4870
  "inputFields": null,
2257
4871
  "interfaces": {},
2258
4872
  "kind": "OBJECT",
2259
- "name": "BfdSettings",
4873
+ "name": "BgpFilterRule",
2260
4874
  "possibleTypes": null
2261
4875
  },
2262
4876
  "indexType": "object",
2263
- "kind": [
2264
- "OBJECT"
2265
- ],
2266
- "name": "BfdSettings",
2267
- "non_null": false
2268
- },
2269
- "varName": "bfdSettings"
2270
- },
2271
- "catoAsn": {
2272
- "args": {},
2273
- "deprecationReason": null,
2274
- "description": "AS number of Cato's BGP endpoint.",
2275
- "id_str": "updateBgpPeer___bgpPeer___catoAsn",
2276
- "isDeprecated": false,
2277
- "name": "catoAsn",
2278
- "path": "updateBgpPeer.bgpPeer.catoAsn",
2279
- "requestStr": "$catoAsn:Asn16! ",
2280
- "required": true,
2281
- "responseStr": "catoAsn:$catoAsn ",
2282
- "type": {
2283
- "kind": [
2284
- "NON_NULL",
2285
- "SCALAR"
2286
- ],
2287
- "name": "Asn16",
2288
- "non_null": false
2289
- },
2290
- "varName": "catoAsn"
2291
- },
2292
- "catoIp": {
2293
- "args": {},
2294
- "deprecationReason": null,
2295
- "description": "IP address of Cato's BGP endpoint.",
2296
- "id_str": "updateBgpPeer___bgpPeer___catoIp",
2297
- "isDeprecated": false,
2298
- "name": "catoIp",
2299
- "path": "updateBgpPeer.bgpPeer.catoIp",
2300
- "requestStr": "$catoIp:IPAddress! ",
2301
- "required": true,
2302
- "responseStr": "catoIp:$catoIp ",
2303
- "type": {
2304
4877
  "kind": [
2305
4878
  "NON_NULL",
2306
- "SCALAR"
2307
- ],
2308
- "name": "IPAddress",
2309
- "non_null": false
2310
- },
2311
- "varName": "catoIp"
2312
- },
2313
- "defaultAction": {
2314
- "alias": "bgpDefaultActionDefaultAction: defaultAction",
2315
- "args": {},
2316
- "deprecationReason": null,
2317
- "description": "Default action for routes not matching filters (ACCEPT or DROP).",
2318
- "id_str": "updateBgpPeer___bgpPeer___defaultAction",
2319
- "isDeprecated": false,
2320
- "name": "defaultAction",
2321
- "path": "updateBgpPeer.bgpPeer.defaultAction",
2322
- "requestStr": "$defaultAction:BgpDefaultAction! ",
2323
- "required": true,
2324
- "responseStr": "defaultAction:$defaultAction ",
2325
- "type": {
2326
- "definition": {
2327
- "description": null,
2328
- "enumValues": [
2329
- {
2330
- "deprecationReason": null,
2331
- "description": "Default action to drop all unmatched routes.",
2332
- "isDeprecated": false,
2333
- "name": "DROP"
2334
- },
2335
- {
2336
- "deprecationReason": null,
2337
- "description": "Default action to accept all unmatched routes.",
2338
- "isDeprecated": false,
2339
- "name": "ACCEPT"
2340
- }
2341
- ],
2342
- "fields": null,
2343
- "inputFields": null,
2344
- "interfaces": null,
2345
- "kind": "ENUM",
2346
- "name": "BgpDefaultAction",
2347
- "possibleTypes": null
2348
- },
2349
- "indexType": "enum",
2350
- "kind": [
4879
+ "LIST",
2351
4880
  "NON_NULL",
2352
- "ENUM"
4881
+ "OBJECT"
2353
4882
  ],
2354
- "name": "BgpDefaultAction",
4883
+ "name": "BgpFilterRule",
2355
4884
  "non_null": false
2356
4885
  },
2357
- "varName": "defaultAction"
4886
+ "varName": "bgpFilterRule"
2358
4887
  },
2359
4888
  "holdTime": {
2360
4889
  "args": {},
@@ -2558,7 +5087,7 @@
2558
5087
  "responseStr": "site:$siteRef ",
2559
5088
  "type": {
2560
5089
  "definition": {
2561
- "description": null,
5090
+ "description": "A reference identifying the Site object. ID: Unique Site Identifier, Name: The Site Name",
2562
5091
  "enumValues": null,
2563
5092
  "fields": {
2564
5093
  "id": {
@@ -3001,6 +5530,70 @@
3001
5530
  "transmitInterval": "Int"
3002
5531
  }
3003
5532
  },
5533
+ "bgpFilterRuleInput": {
5534
+ "bgpRouteExactAndInclusiveFilterRule": {
5535
+ "ge": {
5536
+ "ge": "Int"
5537
+ },
5538
+ "globalIpRange": {
5539
+ "by": {
5540
+ "by": "enum(ObjectRefBy)"
5541
+ },
5542
+ "input": {
5543
+ "input": "String"
5544
+ }
5545
+ },
5546
+ "globalIpRangeException": {
5547
+ "by": {
5548
+ "by": "enum(ObjectRefBy)"
5549
+ },
5550
+ "input": {
5551
+ "input": "String"
5552
+ }
5553
+ },
5554
+ "le": {
5555
+ "le": "Int"
5556
+ },
5557
+ "networkSubnet": {
5558
+ "networkSubnet": [
5559
+ "NetworkSubnet"
5560
+ ]
5561
+ },
5562
+ "networkSubnetException": {
5563
+ "networkSubnetException": [
5564
+ "NetworkSubnet"
5565
+ ]
5566
+ }
5567
+ },
5568
+ "bgpRouteExactFilterRule": {
5569
+ "globalIpRange": {
5570
+ "by": {
5571
+ "by": "enum(ObjectRefBy)"
5572
+ },
5573
+ "input": {
5574
+ "input": "String"
5575
+ }
5576
+ },
5577
+ "networkSubnet": {
5578
+ "networkSubnet": [
5579
+ "NetworkSubnet"
5580
+ ]
5581
+ }
5582
+ },
5583
+ "communityFilterRule": {
5584
+ "community": {
5585
+ "from": {
5586
+ "from": "Asn16"
5587
+ },
5588
+ "to": {
5589
+ "to": "Asn16"
5590
+ }
5591
+ },
5592
+ "predicate": {
5593
+ "predicate": "enum(BgpCommunityFilterPredicate)"
5594
+ }
5595
+ }
5596
+ },
3004
5597
  "bgpSummaryRouteInput": {
3005
5598
  "community": {
3006
5599
  "from": {