catocli 1.0.21__py3-none-any.whl → 2.0.1__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.
- catocli/Utils/clidriver.py +112 -25
- catocli/Utils/profile_manager.py +188 -0
- catocli/Utils/version_checker.py +192 -0
- catocli/__init__.py +1 -1
- catocli/parsers/configure/__init__.py +115 -0
- catocli/parsers/configure/configure.py +307 -0
- catocli/parsers/custom/__init__.py +8 -0
- catocli/parsers/custom/export_rules/__init__.py +36 -0
- catocli/parsers/custom/export_rules/export_rules.py +361 -0
- catocli/parsers/custom/import_rules_to_tf/__init__.py +58 -0
- catocli/parsers/custom/import_rules_to_tf/import_rules_to_tf.py +577 -0
- catocli/parsers/mutation_admin_addAdmin/README.md +1 -1
- catocli/parsers/mutation_hardware/README.md +7 -0
- catocli/parsers/mutation_hardware/__init__.py +23 -0
- catocli/parsers/mutation_hardware_updateHardwareShipping/README.md +17 -0
- catocli/parsers/mutation_site_addBgpPeer/README.md +1 -1
- catocli/parsers/mutation_site_addNetworkRange/README.md +1 -1
- catocli/parsers/mutation_site_updateBgpPeer/README.md +1 -1
- catocli/parsers/mutation_site_updateNetworkRange/README.md +1 -1
- catocli/parsers/mutation_sites_addBgpPeer/README.md +1 -1
- catocli/parsers/mutation_sites_addNetworkRange/README.md +1 -1
- catocli/parsers/mutation_sites_updateBgpPeer/README.md +1 -1
- catocli/parsers/mutation_sites_updateNetworkRange/README.md +1 -1
- catocli/parsers/query_auditFeed/README.md +1 -1
- catocli/parsers/query_catalogs/README.md +19 -0
- catocli/parsers/query_catalogs/__init__.py +17 -0
- catocli/parsers/query_devices/README.md +19 -0
- catocli/parsers/query_devices/__init__.py +17 -0
- catocli/parsers/query_eventsFeed/README.md +1 -1
- catocli/parsers/query_hardware/README.md +17 -0
- catocli/parsers/query_hardware/__init__.py +17 -0
- catocli/parsers/query_sandbox/README.md +1 -1
- {catocli-1.0.21.dist-info → catocli-2.0.1.dist-info}/METADATA +1 -1
- {catocli-1.0.21.dist-info → catocli-2.0.1.dist-info}/RECORD +139 -114
- {catocli-1.0.21.dist-info → catocli-2.0.1.dist-info}/top_level.txt +1 -0
- graphql_client/api/call_api.py +4 -0
- graphql_client/api_client_types.py +4 -3
- graphql_client/configuration.py +2 -0
- models/mutation.admin.addAdmin.json +130 -0
- models/mutation.hardware.updateHardwareShipping.json +2506 -0
- models/mutation.policy.appTenantRestriction.addRule.json +11 -11
- models/mutation.policy.appTenantRestriction.createPolicyRevision.json +11 -11
- models/mutation.policy.appTenantRestriction.discardPolicyRevision.json +11 -11
- models/mutation.policy.appTenantRestriction.moveRule.json +11 -11
- models/mutation.policy.appTenantRestriction.publishPolicyRevision.json +11 -11
- models/mutation.policy.appTenantRestriction.removeRule.json +11 -11
- models/mutation.policy.appTenantRestriction.updatePolicy.json +11 -11
- models/mutation.policy.appTenantRestriction.updateRule.json +11 -11
- models/mutation.policy.dynamicIpAllocation.addRule.json +4 -4
- models/mutation.policy.dynamicIpAllocation.createPolicyRevision.json +4 -4
- models/mutation.policy.dynamicIpAllocation.discardPolicyRevision.json +4 -4
- models/mutation.policy.dynamicIpAllocation.moveRule.json +4 -4
- models/mutation.policy.dynamicIpAllocation.publishPolicyRevision.json +4 -4
- models/mutation.policy.dynamicIpAllocation.removeRule.json +4 -4
- models/mutation.policy.dynamicIpAllocation.updatePolicy.json +4 -4
- models/mutation.policy.dynamicIpAllocation.updateRule.json +4 -4
- models/mutation.policy.internetFirewall.addRule.json +63 -63
- models/mutation.policy.internetFirewall.createPolicyRevision.json +45 -45
- models/mutation.policy.internetFirewall.discardPolicyRevision.json +45 -45
- models/mutation.policy.internetFirewall.moveRule.json +45 -45
- models/mutation.policy.internetFirewall.publishPolicyRevision.json +45 -45
- models/mutation.policy.internetFirewall.removeRule.json +45 -45
- models/mutation.policy.internetFirewall.updatePolicy.json +45 -45
- models/mutation.policy.internetFirewall.updateRule.json +63 -63
- models/mutation.policy.remotePortFwd.addRule.json +5 -5
- models/mutation.policy.remotePortFwd.createPolicyRevision.json +5 -5
- models/mutation.policy.remotePortFwd.discardPolicyRevision.json +5 -5
- models/mutation.policy.remotePortFwd.moveRule.json +5 -5
- models/mutation.policy.remotePortFwd.publishPolicyRevision.json +5 -5
- models/mutation.policy.remotePortFwd.removeRule.json +5 -5
- models/mutation.policy.remotePortFwd.updatePolicy.json +5 -5
- models/mutation.policy.remotePortFwd.updateRule.json +5 -5
- models/mutation.policy.socketLan.addRule.json +3580 -125
- models/mutation.policy.socketLan.createPolicyRevision.json +3580 -125
- models/mutation.policy.socketLan.discardPolicyRevision.json +3580 -125
- models/mutation.policy.socketLan.moveRule.json +3580 -125
- models/mutation.policy.socketLan.publishPolicyRevision.json +3580 -125
- models/mutation.policy.socketLan.removeRule.json +3580 -125
- models/mutation.policy.socketLan.updatePolicy.json +3580 -125
- models/mutation.policy.socketLan.updateRule.json +3580 -125
- models/mutation.policy.wanFirewall.addRule.json +77 -77
- models/mutation.policy.wanFirewall.createPolicyRevision.json +59 -59
- models/mutation.policy.wanFirewall.discardPolicyRevision.json +59 -59
- models/mutation.policy.wanFirewall.moveRule.json +59 -59
- models/mutation.policy.wanFirewall.publishPolicyRevision.json +59 -59
- models/mutation.policy.wanFirewall.removeRule.json +59 -59
- models/mutation.policy.wanFirewall.updatePolicy.json +59 -59
- models/mutation.policy.wanFirewall.updateRule.json +77 -77
- models/mutation.policy.wanNetwork.addRule.json +49 -49
- models/mutation.policy.wanNetwork.createPolicyRevision.json +49 -49
- models/mutation.policy.wanNetwork.discardPolicyRevision.json +49 -49
- models/mutation.policy.wanNetwork.moveRule.json +49 -49
- models/mutation.policy.wanNetwork.publishPolicyRevision.json +49 -49
- models/mutation.policy.wanNetwork.removeRule.json +49 -49
- models/mutation.policy.wanNetwork.updatePolicy.json +49 -49
- models/mutation.policy.wanNetwork.updateRule.json +49 -49
- models/mutation.site.addBgpPeer.json +2812 -217
- models/mutation.site.addNetworkRange.json +114 -0
- models/mutation.site.addSocketSite.json +18 -0
- models/mutation.site.removeBgpPeer.json +667 -1
- models/mutation.site.updateBgpPeer.json +3152 -559
- models/mutation.site.updateNetworkRange.json +114 -0
- models/mutation.sites.addBgpPeer.json +2812 -217
- models/mutation.sites.addNetworkRange.json +114 -0
- models/mutation.sites.addSocketSite.json +18 -0
- models/mutation.sites.removeBgpPeer.json +667 -1
- models/mutation.sites.updateBgpPeer.json +3152 -559
- models/mutation.sites.updateNetworkRange.json +114 -0
- models/mutation.xdr.addStoryComment.json +2 -2
- models/mutation.xdr.analystFeedback.json +182 -42
- models/mutation.xdr.deleteStoryComment.json +2 -2
- models/query.accountMetrics.json +112 -0
- models/query.accountSnapshot.json +62 -0
- models/query.admin.json +46 -0
- models/query.admins.json +46 -0
- models/query.appStats.json +528 -0
- models/query.appStatsTimeSeries.json +396 -0
- models/query.auditFeed.json +273 -3336
- models/query.catalogs.json +9840 -0
- models/query.devices.json +15469 -0
- models/query.events.json +4606 -4318
- models/query.eventsFeed.json +1167 -1095
- models/query.eventsTimeSeries.json +3459 -3243
- models/query.hardware.json +5730 -0
- models/query.hardwareManagement.json +8 -2
- models/query.licensing.json +3 -3
- models/query.policy.json +3743 -298
- models/query.sandbox.json +6 -4
- models/query.site.json +1329 -4
- models/query.xdr.stories.json +182 -42
- models/query.xdr.story.json +182 -42
- schema/catolib.py +105 -28
- scripts/catolib.py +62 -0
- scripts/export_if_rules_to_json.py +188 -0
- scripts/export_wf_rules_to_json.py +111 -0
- scripts/import_wf_rules_to_tfstate.py +331 -0
- {catocli-1.0.21.dist-info → catocli-2.0.1.dist-info}/LICENSE +0 -0
- {catocli-1.0.21.dist-info → catocli-2.0.1.dist-info}/WHEEL +0 -0
- {catocli-1.0.21.dist-info → catocli-2.0.1.dist-info}/entry_points.txt +0 -0
|
@@ -263,6 +263,626 @@
|
|
|
263
263
|
},
|
|
264
264
|
"varName": "defaultAction"
|
|
265
265
|
},
|
|
266
|
+
"defaultActionExclusion": {
|
|
267
|
+
"defaultValue": "[]",
|
|
268
|
+
"description": "Excluded rules from the default action.",
|
|
269
|
+
"id_str": "addBgpPeer___input___defaultActionExclusion",
|
|
270
|
+
"name": "defaultActionExclusion",
|
|
271
|
+
"path": "addBgpPeer.input.defaultActionExclusion",
|
|
272
|
+
"requestStr": "$bgpFilterRuleInput:[BgpFilterRuleInput]! ",
|
|
273
|
+
"required": true,
|
|
274
|
+
"responseStr": "defaultActionExclusion:$bgpFilterRuleInput ",
|
|
275
|
+
"type": {
|
|
276
|
+
"definition": {
|
|
277
|
+
"description": null,
|
|
278
|
+
"enumValues": null,
|
|
279
|
+
"fields": null,
|
|
280
|
+
"inputFields": {
|
|
281
|
+
"bgpRouteExactAndInclusiveFilterRule": {
|
|
282
|
+
"defaultValue": null,
|
|
283
|
+
"description": "Input for exact and inclusive filter rule.",
|
|
284
|
+
"id_str": "addBgpPeer___input___defaultActionExclusion___bgpRouteExactAndInclusiveFilterRule",
|
|
285
|
+
"name": "bgpRouteExactAndInclusiveFilterRule",
|
|
286
|
+
"path": "addBgpPeer.input.defaultActionExclusion.bgpRouteExactAndInclusiveFilterRule",
|
|
287
|
+
"requestStr": "$bgpRouteExactAndInclusiveFilterRuleInput:BgpRouteExactAndInclusiveFilterRuleInput ",
|
|
288
|
+
"required": false,
|
|
289
|
+
"responseStr": "bgpRouteExactAndInclusiveFilterRule:$bgpRouteExactAndInclusiveFilterRuleInput ",
|
|
290
|
+
"type": {
|
|
291
|
+
"definition": {
|
|
292
|
+
"description": null,
|
|
293
|
+
"enumValues": null,
|
|
294
|
+
"fields": null,
|
|
295
|
+
"inputFields": {
|
|
296
|
+
"ge": {
|
|
297
|
+
"defaultValue": null,
|
|
298
|
+
"description": "Minimum prefix length for the filter rule.",
|
|
299
|
+
"id_str": "addBgpPeer___input___defaultActionExclusion___bgpRouteExactAndInclusiveFilterRule___ge",
|
|
300
|
+
"name": "ge",
|
|
301
|
+
"path": "addBgpPeer.input.defaultActionExclusion.bgpRouteExactAndInclusiveFilterRule.ge",
|
|
302
|
+
"requestStr": "$ge:Int ",
|
|
303
|
+
"required": false,
|
|
304
|
+
"responseStr": "ge:$ge ",
|
|
305
|
+
"type": {
|
|
306
|
+
"kind": [
|
|
307
|
+
"SCALAR"
|
|
308
|
+
],
|
|
309
|
+
"name": "Int",
|
|
310
|
+
"non_null": false
|
|
311
|
+
},
|
|
312
|
+
"varName": "ge"
|
|
313
|
+
},
|
|
314
|
+
"globalIpRange": {
|
|
315
|
+
"defaultValue": "[]",
|
|
316
|
+
"description": "Global IP ranges to include.",
|
|
317
|
+
"id_str": "addBgpPeer___input___defaultActionExclusion___bgpRouteExactAndInclusiveFilterRule___globalIpRange",
|
|
318
|
+
"name": "globalIpRange",
|
|
319
|
+
"path": "addBgpPeer.input.defaultActionExclusion.bgpRouteExactAndInclusiveFilterRule.globalIpRange",
|
|
320
|
+
"requestStr": "$globalIpRangeRefInput:[GlobalIpRangeRefInput]! ",
|
|
321
|
+
"required": true,
|
|
322
|
+
"responseStr": "globalIpRange:$globalIpRangeRefInput ",
|
|
323
|
+
"type": {
|
|
324
|
+
"definition": {
|
|
325
|
+
"description": null,
|
|
326
|
+
"enumValues": null,
|
|
327
|
+
"fields": null,
|
|
328
|
+
"inputFields": {
|
|
329
|
+
"by": {
|
|
330
|
+
"defaultValue": "ID",
|
|
331
|
+
"description": null,
|
|
332
|
+
"id_str": "addBgpPeer___input___defaultActionExclusion___bgpRouteExactAndInclusiveFilterRule___globalIpRange___by",
|
|
333
|
+
"name": "by",
|
|
334
|
+
"path": "addBgpPeer.input.defaultActionExclusion.bgpRouteExactAndInclusiveFilterRule.globalIpRange.by",
|
|
335
|
+
"requestStr": "$by:ObjectRefBy! ",
|
|
336
|
+
"required": true,
|
|
337
|
+
"responseStr": "by:$by ",
|
|
338
|
+
"type": {
|
|
339
|
+
"definition": {
|
|
340
|
+
"description": null,
|
|
341
|
+
"enumValues": [
|
|
342
|
+
{
|
|
343
|
+
"deprecationReason": null,
|
|
344
|
+
"description": null,
|
|
345
|
+
"isDeprecated": false,
|
|
346
|
+
"name": "ID"
|
|
347
|
+
},
|
|
348
|
+
{
|
|
349
|
+
"deprecationReason": null,
|
|
350
|
+
"description": null,
|
|
351
|
+
"isDeprecated": false,
|
|
352
|
+
"name": "NAME"
|
|
353
|
+
}
|
|
354
|
+
],
|
|
355
|
+
"fields": null,
|
|
356
|
+
"inputFields": null,
|
|
357
|
+
"interfaces": null,
|
|
358
|
+
"kind": "ENUM",
|
|
359
|
+
"name": "ObjectRefBy",
|
|
360
|
+
"possibleTypes": null
|
|
361
|
+
},
|
|
362
|
+
"indexType": "enum",
|
|
363
|
+
"kind": [
|
|
364
|
+
"NON_NULL",
|
|
365
|
+
"ENUM"
|
|
366
|
+
],
|
|
367
|
+
"name": "ObjectRefBy",
|
|
368
|
+
"non_null": false
|
|
369
|
+
},
|
|
370
|
+
"varName": "by"
|
|
371
|
+
},
|
|
372
|
+
"input": {
|
|
373
|
+
"defaultValue": null,
|
|
374
|
+
"description": null,
|
|
375
|
+
"id_str": "addBgpPeer___input___defaultActionExclusion___bgpRouteExactAndInclusiveFilterRule___globalIpRange___input",
|
|
376
|
+
"name": "input",
|
|
377
|
+
"path": "addBgpPeer.input.defaultActionExclusion.bgpRouteExactAndInclusiveFilterRule.globalIpRange.input",
|
|
378
|
+
"requestStr": "$input:String! ",
|
|
379
|
+
"required": true,
|
|
380
|
+
"responseStr": "input:$input ",
|
|
381
|
+
"type": {
|
|
382
|
+
"kind": [
|
|
383
|
+
"NON_NULL",
|
|
384
|
+
"SCALAR"
|
|
385
|
+
],
|
|
386
|
+
"name": "String",
|
|
387
|
+
"non_null": false
|
|
388
|
+
},
|
|
389
|
+
"varName": "input"
|
|
390
|
+
}
|
|
391
|
+
},
|
|
392
|
+
"interfaces": null,
|
|
393
|
+
"kind": "INPUT_OBJECT",
|
|
394
|
+
"name": "GlobalIpRangeRefInput",
|
|
395
|
+
"possibleTypes": null
|
|
396
|
+
},
|
|
397
|
+
"indexType": "input_object",
|
|
398
|
+
"kind": [
|
|
399
|
+
"NON_NULL",
|
|
400
|
+
"LIST",
|
|
401
|
+
"NON_NULL",
|
|
402
|
+
"INPUT_OBJECT"
|
|
403
|
+
],
|
|
404
|
+
"name": "GlobalIpRangeRefInput",
|
|
405
|
+
"non_null": false
|
|
406
|
+
},
|
|
407
|
+
"varName": "globalIpRangeRefInput"
|
|
408
|
+
},
|
|
409
|
+
"globalIpRangeException": {
|
|
410
|
+
"defaultValue": "[]",
|
|
411
|
+
"description": "Global IP ranges to exclude.",
|
|
412
|
+
"id_str": "addBgpPeer___input___defaultActionExclusion___bgpRouteExactAndInclusiveFilterRule___globalIpRangeException",
|
|
413
|
+
"name": "globalIpRangeException",
|
|
414
|
+
"path": "addBgpPeer.input.defaultActionExclusion.bgpRouteExactAndInclusiveFilterRule.globalIpRangeException",
|
|
415
|
+
"requestStr": "$globalIpRangeRefInput:[GlobalIpRangeRefInput]! ",
|
|
416
|
+
"required": true,
|
|
417
|
+
"responseStr": "globalIpRangeException:$globalIpRangeRefInput ",
|
|
418
|
+
"type": {
|
|
419
|
+
"definition": {
|
|
420
|
+
"description": null,
|
|
421
|
+
"enumValues": null,
|
|
422
|
+
"fields": null,
|
|
423
|
+
"inputFields": {
|
|
424
|
+
"by": {
|
|
425
|
+
"defaultValue": "ID",
|
|
426
|
+
"description": null,
|
|
427
|
+
"id_str": "addBgpPeer___input___defaultActionExclusion___bgpRouteExactAndInclusiveFilterRule___globalIpRangeException___by",
|
|
428
|
+
"name": "by",
|
|
429
|
+
"path": "addBgpPeer.input.defaultActionExclusion.bgpRouteExactAndInclusiveFilterRule.globalIpRangeException.by",
|
|
430
|
+
"requestStr": "$by:ObjectRefBy! ",
|
|
431
|
+
"required": true,
|
|
432
|
+
"responseStr": "by:$by ",
|
|
433
|
+
"type": {
|
|
434
|
+
"definition": {
|
|
435
|
+
"description": null,
|
|
436
|
+
"enumValues": [
|
|
437
|
+
{
|
|
438
|
+
"deprecationReason": null,
|
|
439
|
+
"description": null,
|
|
440
|
+
"isDeprecated": false,
|
|
441
|
+
"name": "ID"
|
|
442
|
+
},
|
|
443
|
+
{
|
|
444
|
+
"deprecationReason": null,
|
|
445
|
+
"description": null,
|
|
446
|
+
"isDeprecated": false,
|
|
447
|
+
"name": "NAME"
|
|
448
|
+
}
|
|
449
|
+
],
|
|
450
|
+
"fields": null,
|
|
451
|
+
"inputFields": null,
|
|
452
|
+
"interfaces": null,
|
|
453
|
+
"kind": "ENUM",
|
|
454
|
+
"name": "ObjectRefBy",
|
|
455
|
+
"possibleTypes": null
|
|
456
|
+
},
|
|
457
|
+
"indexType": "enum",
|
|
458
|
+
"kind": [
|
|
459
|
+
"NON_NULL",
|
|
460
|
+
"ENUM"
|
|
461
|
+
],
|
|
462
|
+
"name": "ObjectRefBy",
|
|
463
|
+
"non_null": false
|
|
464
|
+
},
|
|
465
|
+
"varName": "by"
|
|
466
|
+
},
|
|
467
|
+
"input": {
|
|
468
|
+
"defaultValue": null,
|
|
469
|
+
"description": null,
|
|
470
|
+
"id_str": "addBgpPeer___input___defaultActionExclusion___bgpRouteExactAndInclusiveFilterRule___globalIpRangeException___input",
|
|
471
|
+
"name": "input",
|
|
472
|
+
"path": "addBgpPeer.input.defaultActionExclusion.bgpRouteExactAndInclusiveFilterRule.globalIpRangeException.input",
|
|
473
|
+
"requestStr": "$input:String! ",
|
|
474
|
+
"required": true,
|
|
475
|
+
"responseStr": "input:$input ",
|
|
476
|
+
"type": {
|
|
477
|
+
"kind": [
|
|
478
|
+
"NON_NULL",
|
|
479
|
+
"SCALAR"
|
|
480
|
+
],
|
|
481
|
+
"name": "String",
|
|
482
|
+
"non_null": false
|
|
483
|
+
},
|
|
484
|
+
"varName": "input"
|
|
485
|
+
}
|
|
486
|
+
},
|
|
487
|
+
"interfaces": null,
|
|
488
|
+
"kind": "INPUT_OBJECT",
|
|
489
|
+
"name": "GlobalIpRangeRefInput",
|
|
490
|
+
"possibleTypes": null
|
|
491
|
+
},
|
|
492
|
+
"indexType": "input_object",
|
|
493
|
+
"kind": [
|
|
494
|
+
"NON_NULL",
|
|
495
|
+
"LIST",
|
|
496
|
+
"NON_NULL",
|
|
497
|
+
"INPUT_OBJECT"
|
|
498
|
+
],
|
|
499
|
+
"name": "GlobalIpRangeRefInput",
|
|
500
|
+
"non_null": false
|
|
501
|
+
},
|
|
502
|
+
"varName": "globalIpRangeRefInput"
|
|
503
|
+
},
|
|
504
|
+
"le": {
|
|
505
|
+
"defaultValue": null,
|
|
506
|
+
"description": "Maximum prefix length for the filter rule.",
|
|
507
|
+
"id_str": "addBgpPeer___input___defaultActionExclusion___bgpRouteExactAndInclusiveFilterRule___le",
|
|
508
|
+
"name": "le",
|
|
509
|
+
"path": "addBgpPeer.input.defaultActionExclusion.bgpRouteExactAndInclusiveFilterRule.le",
|
|
510
|
+
"requestStr": "$le:Int ",
|
|
511
|
+
"required": false,
|
|
512
|
+
"responseStr": "le:$le ",
|
|
513
|
+
"type": {
|
|
514
|
+
"kind": [
|
|
515
|
+
"SCALAR"
|
|
516
|
+
],
|
|
517
|
+
"name": "Int",
|
|
518
|
+
"non_null": false
|
|
519
|
+
},
|
|
520
|
+
"varName": "le"
|
|
521
|
+
},
|
|
522
|
+
"networkSubnet": {
|
|
523
|
+
"defaultValue": "[]",
|
|
524
|
+
"description": "Network subnets to include.",
|
|
525
|
+
"id_str": "addBgpPeer___input___defaultActionExclusion___bgpRouteExactAndInclusiveFilterRule___networkSubnet",
|
|
526
|
+
"name": "networkSubnet",
|
|
527
|
+
"path": "addBgpPeer.input.defaultActionExclusion.bgpRouteExactAndInclusiveFilterRule.networkSubnet",
|
|
528
|
+
"requestStr": "$networkSubnet:[NetworkSubnet]! ",
|
|
529
|
+
"required": true,
|
|
530
|
+
"responseStr": "networkSubnet:$networkSubnet ",
|
|
531
|
+
"type": {
|
|
532
|
+
"kind": [
|
|
533
|
+
"NON_NULL",
|
|
534
|
+
"LIST",
|
|
535
|
+
"NON_NULL",
|
|
536
|
+
"SCALAR"
|
|
537
|
+
],
|
|
538
|
+
"name": "NetworkSubnet",
|
|
539
|
+
"non_null": false
|
|
540
|
+
},
|
|
541
|
+
"varName": "networkSubnet"
|
|
542
|
+
},
|
|
543
|
+
"networkSubnetException": {
|
|
544
|
+
"defaultValue": "[]",
|
|
545
|
+
"description": "Network subnets to exclude.",
|
|
546
|
+
"id_str": "addBgpPeer___input___defaultActionExclusion___bgpRouteExactAndInclusiveFilterRule___networkSubnetException",
|
|
547
|
+
"name": "networkSubnetException",
|
|
548
|
+
"path": "addBgpPeer.input.defaultActionExclusion.bgpRouteExactAndInclusiveFilterRule.networkSubnetException",
|
|
549
|
+
"requestStr": "$networkSubnetException:[NetworkSubnet]! ",
|
|
550
|
+
"required": true,
|
|
551
|
+
"responseStr": "networkSubnetException:$networkSubnetException ",
|
|
552
|
+
"type": {
|
|
553
|
+
"kind": [
|
|
554
|
+
"NON_NULL",
|
|
555
|
+
"LIST",
|
|
556
|
+
"NON_NULL",
|
|
557
|
+
"SCALAR"
|
|
558
|
+
],
|
|
559
|
+
"name": "NetworkSubnet",
|
|
560
|
+
"non_null": false
|
|
561
|
+
},
|
|
562
|
+
"varName": "networkSubnetException"
|
|
563
|
+
}
|
|
564
|
+
},
|
|
565
|
+
"interfaces": null,
|
|
566
|
+
"kind": "INPUT_OBJECT",
|
|
567
|
+
"name": "BgpRouteExactAndInclusiveFilterRuleInput",
|
|
568
|
+
"possibleTypes": null
|
|
569
|
+
},
|
|
570
|
+
"indexType": "input_object",
|
|
571
|
+
"kind": [
|
|
572
|
+
"INPUT_OBJECT"
|
|
573
|
+
],
|
|
574
|
+
"name": "BgpRouteExactAndInclusiveFilterRuleInput",
|
|
575
|
+
"non_null": false
|
|
576
|
+
},
|
|
577
|
+
"varName": "bgpRouteExactAndInclusiveFilterRuleInput"
|
|
578
|
+
},
|
|
579
|
+
"bgpRouteExactFilterRule": {
|
|
580
|
+
"defaultValue": null,
|
|
581
|
+
"description": "Input for exact route filter rule.",
|
|
582
|
+
"id_str": "addBgpPeer___input___defaultActionExclusion___bgpRouteExactFilterRule",
|
|
583
|
+
"name": "bgpRouteExactFilterRule",
|
|
584
|
+
"path": "addBgpPeer.input.defaultActionExclusion.bgpRouteExactFilterRule",
|
|
585
|
+
"requestStr": "$bgpRouteExactFilterRuleInput:BgpRouteExactFilterRuleInput ",
|
|
586
|
+
"required": false,
|
|
587
|
+
"responseStr": "bgpRouteExactFilterRule:$bgpRouteExactFilterRuleInput ",
|
|
588
|
+
"type": {
|
|
589
|
+
"definition": {
|
|
590
|
+
"description": null,
|
|
591
|
+
"enumValues": null,
|
|
592
|
+
"fields": null,
|
|
593
|
+
"inputFields": {
|
|
594
|
+
"globalIpRange": {
|
|
595
|
+
"defaultValue": "[]",
|
|
596
|
+
"description": "Global IP ranges to include.",
|
|
597
|
+
"id_str": "addBgpPeer___input___defaultActionExclusion___bgpRouteExactFilterRule___globalIpRange",
|
|
598
|
+
"name": "globalIpRange",
|
|
599
|
+
"path": "addBgpPeer.input.defaultActionExclusion.bgpRouteExactFilterRule.globalIpRange",
|
|
600
|
+
"requestStr": "$globalIpRangeRefInput:[GlobalIpRangeRefInput]! ",
|
|
601
|
+
"required": true,
|
|
602
|
+
"responseStr": "globalIpRange:$globalIpRangeRefInput ",
|
|
603
|
+
"type": {
|
|
604
|
+
"definition": {
|
|
605
|
+
"description": null,
|
|
606
|
+
"enumValues": null,
|
|
607
|
+
"fields": null,
|
|
608
|
+
"inputFields": {
|
|
609
|
+
"by": {
|
|
610
|
+
"defaultValue": "ID",
|
|
611
|
+
"description": null,
|
|
612
|
+
"id_str": "addBgpPeer___input___defaultActionExclusion___bgpRouteExactFilterRule___globalIpRange___by",
|
|
613
|
+
"name": "by",
|
|
614
|
+
"path": "addBgpPeer.input.defaultActionExclusion.bgpRouteExactFilterRule.globalIpRange.by",
|
|
615
|
+
"requestStr": "$by:ObjectRefBy! ",
|
|
616
|
+
"required": true,
|
|
617
|
+
"responseStr": "by:$by ",
|
|
618
|
+
"type": {
|
|
619
|
+
"definition": {
|
|
620
|
+
"description": null,
|
|
621
|
+
"enumValues": [
|
|
622
|
+
{
|
|
623
|
+
"deprecationReason": null,
|
|
624
|
+
"description": null,
|
|
625
|
+
"isDeprecated": false,
|
|
626
|
+
"name": "ID"
|
|
627
|
+
},
|
|
628
|
+
{
|
|
629
|
+
"deprecationReason": null,
|
|
630
|
+
"description": null,
|
|
631
|
+
"isDeprecated": false,
|
|
632
|
+
"name": "NAME"
|
|
633
|
+
}
|
|
634
|
+
],
|
|
635
|
+
"fields": null,
|
|
636
|
+
"inputFields": null,
|
|
637
|
+
"interfaces": null,
|
|
638
|
+
"kind": "ENUM",
|
|
639
|
+
"name": "ObjectRefBy",
|
|
640
|
+
"possibleTypes": null
|
|
641
|
+
},
|
|
642
|
+
"indexType": "enum",
|
|
643
|
+
"kind": [
|
|
644
|
+
"NON_NULL",
|
|
645
|
+
"ENUM"
|
|
646
|
+
],
|
|
647
|
+
"name": "ObjectRefBy",
|
|
648
|
+
"non_null": false
|
|
649
|
+
},
|
|
650
|
+
"varName": "by"
|
|
651
|
+
},
|
|
652
|
+
"input": {
|
|
653
|
+
"defaultValue": null,
|
|
654
|
+
"description": null,
|
|
655
|
+
"id_str": "addBgpPeer___input___defaultActionExclusion___bgpRouteExactFilterRule___globalIpRange___input",
|
|
656
|
+
"name": "input",
|
|
657
|
+
"path": "addBgpPeer.input.defaultActionExclusion.bgpRouteExactFilterRule.globalIpRange.input",
|
|
658
|
+
"requestStr": "$input:String! ",
|
|
659
|
+
"required": true,
|
|
660
|
+
"responseStr": "input:$input ",
|
|
661
|
+
"type": {
|
|
662
|
+
"kind": [
|
|
663
|
+
"NON_NULL",
|
|
664
|
+
"SCALAR"
|
|
665
|
+
],
|
|
666
|
+
"name": "String",
|
|
667
|
+
"non_null": false
|
|
668
|
+
},
|
|
669
|
+
"varName": "input"
|
|
670
|
+
}
|
|
671
|
+
},
|
|
672
|
+
"interfaces": null,
|
|
673
|
+
"kind": "INPUT_OBJECT",
|
|
674
|
+
"name": "GlobalIpRangeRefInput",
|
|
675
|
+
"possibleTypes": null
|
|
676
|
+
},
|
|
677
|
+
"indexType": "input_object",
|
|
678
|
+
"kind": [
|
|
679
|
+
"NON_NULL",
|
|
680
|
+
"LIST",
|
|
681
|
+
"NON_NULL",
|
|
682
|
+
"INPUT_OBJECT"
|
|
683
|
+
],
|
|
684
|
+
"name": "GlobalIpRangeRefInput",
|
|
685
|
+
"non_null": false
|
|
686
|
+
},
|
|
687
|
+
"varName": "globalIpRangeRefInput"
|
|
688
|
+
},
|
|
689
|
+
"networkSubnet": {
|
|
690
|
+
"defaultValue": "[]",
|
|
691
|
+
"description": "Network subnets to include.",
|
|
692
|
+
"id_str": "addBgpPeer___input___defaultActionExclusion___bgpRouteExactFilterRule___networkSubnet",
|
|
693
|
+
"name": "networkSubnet",
|
|
694
|
+
"path": "addBgpPeer.input.defaultActionExclusion.bgpRouteExactFilterRule.networkSubnet",
|
|
695
|
+
"requestStr": "$networkSubnet:[NetworkSubnet]! ",
|
|
696
|
+
"required": true,
|
|
697
|
+
"responseStr": "networkSubnet:$networkSubnet ",
|
|
698
|
+
"type": {
|
|
699
|
+
"kind": [
|
|
700
|
+
"NON_NULL",
|
|
701
|
+
"LIST",
|
|
702
|
+
"NON_NULL",
|
|
703
|
+
"SCALAR"
|
|
704
|
+
],
|
|
705
|
+
"name": "NetworkSubnet",
|
|
706
|
+
"non_null": false
|
|
707
|
+
},
|
|
708
|
+
"varName": "networkSubnet"
|
|
709
|
+
}
|
|
710
|
+
},
|
|
711
|
+
"interfaces": null,
|
|
712
|
+
"kind": "INPUT_OBJECT",
|
|
713
|
+
"name": "BgpRouteExactFilterRuleInput",
|
|
714
|
+
"possibleTypes": null
|
|
715
|
+
},
|
|
716
|
+
"indexType": "input_object",
|
|
717
|
+
"kind": [
|
|
718
|
+
"INPUT_OBJECT"
|
|
719
|
+
],
|
|
720
|
+
"name": "BgpRouteExactFilterRuleInput",
|
|
721
|
+
"non_null": false
|
|
722
|
+
},
|
|
723
|
+
"varName": "bgpRouteExactFilterRuleInput"
|
|
724
|
+
},
|
|
725
|
+
"communityFilterRule": {
|
|
726
|
+
"defaultValue": null,
|
|
727
|
+
"description": "Input for community filter rule.",
|
|
728
|
+
"id_str": "addBgpPeer___input___defaultActionExclusion___communityFilterRule",
|
|
729
|
+
"name": "communityFilterRule",
|
|
730
|
+
"path": "addBgpPeer.input.defaultActionExclusion.communityFilterRule",
|
|
731
|
+
"requestStr": "$bgpCommunityFilterRuleInput:BgpCommunityFilterRuleInput ",
|
|
732
|
+
"required": false,
|
|
733
|
+
"responseStr": "communityFilterRule:$bgpCommunityFilterRuleInput ",
|
|
734
|
+
"type": {
|
|
735
|
+
"definition": {
|
|
736
|
+
"description": null,
|
|
737
|
+
"enumValues": null,
|
|
738
|
+
"fields": null,
|
|
739
|
+
"inputFields": {
|
|
740
|
+
"community": {
|
|
741
|
+
"defaultValue": "[]",
|
|
742
|
+
"description": "Community values to match.",
|
|
743
|
+
"id_str": "addBgpPeer___input___defaultActionExclusion___communityFilterRule___community",
|
|
744
|
+
"name": "community",
|
|
745
|
+
"path": "addBgpPeer.input.defaultActionExclusion.communityFilterRule.community",
|
|
746
|
+
"requestStr": "$bgpCommunityInput:[BgpCommunityInput]! ",
|
|
747
|
+
"required": true,
|
|
748
|
+
"responseStr": "community:$bgpCommunityInput ",
|
|
749
|
+
"type": {
|
|
750
|
+
"definition": {
|
|
751
|
+
"description": null,
|
|
752
|
+
"enumValues": null,
|
|
753
|
+
"fields": null,
|
|
754
|
+
"inputFields": {
|
|
755
|
+
"from": {
|
|
756
|
+
"defaultValue": null,
|
|
757
|
+
"description": "Start of the community range.",
|
|
758
|
+
"id_str": "addBgpPeer___input___defaultActionExclusion___communityFilterRule___community___from",
|
|
759
|
+
"name": "from",
|
|
760
|
+
"path": "addBgpPeer.input.defaultActionExclusion.communityFilterRule.community.from",
|
|
761
|
+
"requestStr": "$from:Asn16! ",
|
|
762
|
+
"required": true,
|
|
763
|
+
"responseStr": "from:$from ",
|
|
764
|
+
"type": {
|
|
765
|
+
"kind": [
|
|
766
|
+
"NON_NULL",
|
|
767
|
+
"SCALAR"
|
|
768
|
+
],
|
|
769
|
+
"name": "Asn16",
|
|
770
|
+
"non_null": false
|
|
771
|
+
},
|
|
772
|
+
"varName": "from"
|
|
773
|
+
},
|
|
774
|
+
"to": {
|
|
775
|
+
"defaultValue": null,
|
|
776
|
+
"description": "End of the community range.",
|
|
777
|
+
"id_str": "addBgpPeer___input___defaultActionExclusion___communityFilterRule___community___to",
|
|
778
|
+
"name": "to",
|
|
779
|
+
"path": "addBgpPeer.input.defaultActionExclusion.communityFilterRule.community.to",
|
|
780
|
+
"requestStr": "$to:Asn16! ",
|
|
781
|
+
"required": true,
|
|
782
|
+
"responseStr": "to:$to ",
|
|
783
|
+
"type": {
|
|
784
|
+
"kind": [
|
|
785
|
+
"NON_NULL",
|
|
786
|
+
"SCALAR"
|
|
787
|
+
],
|
|
788
|
+
"name": "Asn16",
|
|
789
|
+
"non_null": false
|
|
790
|
+
},
|
|
791
|
+
"varName": "to"
|
|
792
|
+
}
|
|
793
|
+
},
|
|
794
|
+
"interfaces": null,
|
|
795
|
+
"kind": "INPUT_OBJECT",
|
|
796
|
+
"name": "BgpCommunityInput",
|
|
797
|
+
"possibleTypes": null
|
|
798
|
+
},
|
|
799
|
+
"indexType": "input_object",
|
|
800
|
+
"kind": [
|
|
801
|
+
"NON_NULL",
|
|
802
|
+
"LIST",
|
|
803
|
+
"NON_NULL",
|
|
804
|
+
"INPUT_OBJECT"
|
|
805
|
+
],
|
|
806
|
+
"name": "BgpCommunityInput",
|
|
807
|
+
"non_null": false
|
|
808
|
+
},
|
|
809
|
+
"varName": "bgpCommunityInput"
|
|
810
|
+
},
|
|
811
|
+
"predicate": {
|
|
812
|
+
"defaultValue": null,
|
|
813
|
+
"description": "Predicate to apply to the community filter (e.g., EQUAL, NOT_EQUAL).",
|
|
814
|
+
"id_str": "addBgpPeer___input___defaultActionExclusion___communityFilterRule___predicate",
|
|
815
|
+
"name": "predicate",
|
|
816
|
+
"path": "addBgpPeer.input.defaultActionExclusion.communityFilterRule.predicate",
|
|
817
|
+
"requestStr": "$predicate:BgpCommunityFilterPredicate ",
|
|
818
|
+
"required": false,
|
|
819
|
+
"responseStr": "predicate:$predicate ",
|
|
820
|
+
"type": {
|
|
821
|
+
"definition": {
|
|
822
|
+
"description": null,
|
|
823
|
+
"enumValues": [
|
|
824
|
+
{
|
|
825
|
+
"deprecationReason": null,
|
|
826
|
+
"description": "Matches exactly the specified community value.",
|
|
827
|
+
"isDeprecated": false,
|
|
828
|
+
"name": "EQUAL"
|
|
829
|
+
},
|
|
830
|
+
{
|
|
831
|
+
"deprecationReason": null,
|
|
832
|
+
"description": "Matches any community value except the specified one.",
|
|
833
|
+
"isDeprecated": false,
|
|
834
|
+
"name": "NOT_EQUAL"
|
|
835
|
+
}
|
|
836
|
+
],
|
|
837
|
+
"fields": null,
|
|
838
|
+
"inputFields": null,
|
|
839
|
+
"interfaces": null,
|
|
840
|
+
"kind": "ENUM",
|
|
841
|
+
"name": "BgpCommunityFilterPredicate",
|
|
842
|
+
"possibleTypes": null
|
|
843
|
+
},
|
|
844
|
+
"indexType": "enum",
|
|
845
|
+
"kind": [
|
|
846
|
+
"ENUM"
|
|
847
|
+
],
|
|
848
|
+
"name": "BgpCommunityFilterPredicate",
|
|
849
|
+
"non_null": false
|
|
850
|
+
},
|
|
851
|
+
"varName": "predicate"
|
|
852
|
+
}
|
|
853
|
+
},
|
|
854
|
+
"interfaces": null,
|
|
855
|
+
"kind": "INPUT_OBJECT",
|
|
856
|
+
"name": "BgpCommunityFilterRuleInput",
|
|
857
|
+
"possibleTypes": null
|
|
858
|
+
},
|
|
859
|
+
"indexType": "input_object",
|
|
860
|
+
"kind": [
|
|
861
|
+
"INPUT_OBJECT"
|
|
862
|
+
],
|
|
863
|
+
"name": "BgpCommunityFilterRuleInput",
|
|
864
|
+
"non_null": false
|
|
865
|
+
},
|
|
866
|
+
"varName": "bgpCommunityFilterRuleInput"
|
|
867
|
+
}
|
|
868
|
+
},
|
|
869
|
+
"interfaces": null,
|
|
870
|
+
"kind": "INPUT_OBJECT",
|
|
871
|
+
"name": "BgpFilterRuleInput",
|
|
872
|
+
"possibleTypes": null
|
|
873
|
+
},
|
|
874
|
+
"indexType": "input_object",
|
|
875
|
+
"kind": [
|
|
876
|
+
"NON_NULL",
|
|
877
|
+
"LIST",
|
|
878
|
+
"NON_NULL",
|
|
879
|
+
"INPUT_OBJECT"
|
|
880
|
+
],
|
|
881
|
+
"name": "BgpFilterRuleInput",
|
|
882
|
+
"non_null": false
|
|
883
|
+
},
|
|
884
|
+
"varName": "bgpFilterRuleInput"
|
|
885
|
+
},
|
|
266
886
|
"holdTime": {
|
|
267
887
|
"defaultValue": "60",
|
|
268
888
|
"description": "Time (in seconds) before declaring the peer unreachable.",
|
|
@@ -788,13 +1408,24 @@
|
|
|
788
1408
|
"BfdSettings": true,
|
|
789
1409
|
"BfdSettingsInput": true,
|
|
790
1410
|
"BgpCommunity": true,
|
|
1411
|
+
"BgpCommunityFilterPredicate": true,
|
|
1412
|
+
"BgpCommunityFilterRule": true,
|
|
1413
|
+
"BgpCommunityFilterRuleInput": true,
|
|
791
1414
|
"BgpCommunityInput": true,
|
|
792
1415
|
"BgpDefaultAction": true,
|
|
1416
|
+
"BgpFilterRule": true,
|
|
1417
|
+
"BgpFilterRuleInput": true,
|
|
793
1418
|
"BgpPeer": true,
|
|
1419
|
+
"BgpRouteExactAndInclusiveFilterRule": true,
|
|
1420
|
+
"BgpRouteExactAndInclusiveFilterRuleInput": true,
|
|
1421
|
+
"BgpRouteExactFilterRule": true,
|
|
1422
|
+
"BgpRouteExactFilterRuleInput": true,
|
|
794
1423
|
"BgpSummaryRoute": true,
|
|
795
1424
|
"BgpSummaryRouteInput": true,
|
|
796
1425
|
"BgpTracking": true,
|
|
797
1426
|
"BgpTrackingInput": true,
|
|
1427
|
+
"GlobalIpRangeRef": true,
|
|
1428
|
+
"GlobalIpRangeRefInput": true,
|
|
798
1429
|
"ObjectRefBy": true,
|
|
799
1430
|
"PolicyRuleTrackingFrequencyEnum": true,
|
|
800
1431
|
"SiteRef": true,
|
|
@@ -939,128 +1570,748 @@
|
|
|
939
1570
|
"responseStr": "multiplier:$multiplier ",
|
|
940
1571
|
"type": {
|
|
941
1572
|
"kind": [
|
|
942
|
-
"NON_NULL",
|
|
943
|
-
"SCALAR"
|
|
1573
|
+
"NON_NULL",
|
|
1574
|
+
"SCALAR"
|
|
1575
|
+
],
|
|
1576
|
+
"name": "Int",
|
|
1577
|
+
"non_null": false
|
|
1578
|
+
},
|
|
1579
|
+
"varName": "multiplier"
|
|
1580
|
+
},
|
|
1581
|
+
"receiveInterval": {
|
|
1582
|
+
"defaultValue": "1000",
|
|
1583
|
+
"description": "Time interval (in milliseconds) in which this peer expects to receive BFD packets.",
|
|
1584
|
+
"id_str": "addBgpPeer___input___bfdSettings___receiveInterval",
|
|
1585
|
+
"name": "receiveInterval",
|
|
1586
|
+
"path": "addBgpPeer.input.bfdSettings.receiveInterval",
|
|
1587
|
+
"requestStr": "$receiveInterval:Int! ",
|
|
1588
|
+
"required": true,
|
|
1589
|
+
"responseStr": "receiveInterval:$receiveInterval ",
|
|
1590
|
+
"type": {
|
|
1591
|
+
"kind": [
|
|
1592
|
+
"NON_NULL",
|
|
1593
|
+
"SCALAR"
|
|
1594
|
+
],
|
|
1595
|
+
"name": "Int",
|
|
1596
|
+
"non_null": false
|
|
1597
|
+
},
|
|
1598
|
+
"varName": "receiveInterval"
|
|
1599
|
+
},
|
|
1600
|
+
"transmitInterval": {
|
|
1601
|
+
"defaultValue": "1000",
|
|
1602
|
+
"description": "Time interval (in milliseconds) between BFD packets sent by this peer.",
|
|
1603
|
+
"id_str": "addBgpPeer___input___bfdSettings___transmitInterval",
|
|
1604
|
+
"name": "transmitInterval",
|
|
1605
|
+
"path": "addBgpPeer.input.bfdSettings.transmitInterval",
|
|
1606
|
+
"requestStr": "$transmitInterval:Int! ",
|
|
1607
|
+
"required": true,
|
|
1608
|
+
"responseStr": "transmitInterval:$transmitInterval ",
|
|
1609
|
+
"type": {
|
|
1610
|
+
"kind": [
|
|
1611
|
+
"NON_NULL",
|
|
1612
|
+
"SCALAR"
|
|
1613
|
+
],
|
|
1614
|
+
"name": "Int",
|
|
1615
|
+
"non_null": false
|
|
1616
|
+
},
|
|
1617
|
+
"varName": "transmitInterval"
|
|
1618
|
+
}
|
|
1619
|
+
},
|
|
1620
|
+
"interfaces": null,
|
|
1621
|
+
"kind": "INPUT_OBJECT",
|
|
1622
|
+
"name": "BfdSettingsInput",
|
|
1623
|
+
"possibleTypes": null
|
|
1624
|
+
},
|
|
1625
|
+
"indexType": "input_object",
|
|
1626
|
+
"kind": [
|
|
1627
|
+
"INPUT_OBJECT"
|
|
1628
|
+
],
|
|
1629
|
+
"name": "BfdSettingsInput",
|
|
1630
|
+
"non_null": false
|
|
1631
|
+
},
|
|
1632
|
+
"varName": "bfdSettingsInput"
|
|
1633
|
+
},
|
|
1634
|
+
"catoAsn": {
|
|
1635
|
+
"defaultValue": null,
|
|
1636
|
+
"description": "The AS number of Cato's BGP endpoint.",
|
|
1637
|
+
"id_str": "addBgpPeer___input___catoAsn",
|
|
1638
|
+
"name": "catoAsn",
|
|
1639
|
+
"path": "addBgpPeer.input.catoAsn",
|
|
1640
|
+
"requestStr": "$catoAsn:Asn16! ",
|
|
1641
|
+
"required": true,
|
|
1642
|
+
"responseStr": "catoAsn:$catoAsn ",
|
|
1643
|
+
"type": {
|
|
1644
|
+
"kind": [
|
|
1645
|
+
"NON_NULL",
|
|
1646
|
+
"SCALAR"
|
|
1647
|
+
],
|
|
1648
|
+
"name": "Asn16",
|
|
1649
|
+
"non_null": false
|
|
1650
|
+
},
|
|
1651
|
+
"varName": "catoAsn"
|
|
1652
|
+
},
|
|
1653
|
+
"defaultAction": {
|
|
1654
|
+
"defaultValue": null,
|
|
1655
|
+
"description": "Default action for routes not matching filters (ACCEPT or DROP).",
|
|
1656
|
+
"id_str": "addBgpPeer___input___defaultAction",
|
|
1657
|
+
"name": "defaultAction",
|
|
1658
|
+
"path": "addBgpPeer.input.defaultAction",
|
|
1659
|
+
"requestStr": "$defaultAction:BgpDefaultAction! ",
|
|
1660
|
+
"required": true,
|
|
1661
|
+
"responseStr": "defaultAction:$defaultAction ",
|
|
1662
|
+
"type": {
|
|
1663
|
+
"definition": {
|
|
1664
|
+
"description": null,
|
|
1665
|
+
"enumValues": [
|
|
1666
|
+
{
|
|
1667
|
+
"deprecationReason": null,
|
|
1668
|
+
"description": "Default action to drop all unmatched routes.",
|
|
1669
|
+
"isDeprecated": false,
|
|
1670
|
+
"name": "DROP"
|
|
1671
|
+
},
|
|
1672
|
+
{
|
|
1673
|
+
"deprecationReason": null,
|
|
1674
|
+
"description": "Default action to accept all unmatched routes.",
|
|
1675
|
+
"isDeprecated": false,
|
|
1676
|
+
"name": "ACCEPT"
|
|
1677
|
+
}
|
|
1678
|
+
],
|
|
1679
|
+
"fields": null,
|
|
1680
|
+
"inputFields": null,
|
|
1681
|
+
"interfaces": null,
|
|
1682
|
+
"kind": "ENUM",
|
|
1683
|
+
"name": "BgpDefaultAction",
|
|
1684
|
+
"possibleTypes": null
|
|
1685
|
+
},
|
|
1686
|
+
"indexType": "enum",
|
|
1687
|
+
"kind": [
|
|
1688
|
+
"NON_NULL",
|
|
1689
|
+
"ENUM"
|
|
1690
|
+
],
|
|
1691
|
+
"name": "BgpDefaultAction",
|
|
1692
|
+
"non_null": false
|
|
1693
|
+
},
|
|
1694
|
+
"varName": "defaultAction"
|
|
1695
|
+
},
|
|
1696
|
+
"defaultActionExclusion": {
|
|
1697
|
+
"defaultValue": "[]",
|
|
1698
|
+
"description": "Excluded rules from the default action.",
|
|
1699
|
+
"id_str": "addBgpPeer___input___defaultActionExclusion",
|
|
1700
|
+
"name": "defaultActionExclusion",
|
|
1701
|
+
"path": "addBgpPeer.input.defaultActionExclusion",
|
|
1702
|
+
"requestStr": "$bgpFilterRuleInput:[BgpFilterRuleInput]! ",
|
|
1703
|
+
"required": true,
|
|
1704
|
+
"responseStr": "defaultActionExclusion:$bgpFilterRuleInput ",
|
|
1705
|
+
"type": {
|
|
1706
|
+
"definition": {
|
|
1707
|
+
"description": null,
|
|
1708
|
+
"enumValues": null,
|
|
1709
|
+
"fields": null,
|
|
1710
|
+
"inputFields": {
|
|
1711
|
+
"bgpRouteExactAndInclusiveFilterRule": {
|
|
1712
|
+
"defaultValue": null,
|
|
1713
|
+
"description": "Input for exact and inclusive filter rule.",
|
|
1714
|
+
"id_str": "addBgpPeer___input___defaultActionExclusion___bgpRouteExactAndInclusiveFilterRule",
|
|
1715
|
+
"name": "bgpRouteExactAndInclusiveFilterRule",
|
|
1716
|
+
"path": "addBgpPeer.input.defaultActionExclusion.bgpRouteExactAndInclusiveFilterRule",
|
|
1717
|
+
"requestStr": "$bgpRouteExactAndInclusiveFilterRuleInput:BgpRouteExactAndInclusiveFilterRuleInput ",
|
|
1718
|
+
"required": false,
|
|
1719
|
+
"responseStr": "bgpRouteExactAndInclusiveFilterRule:$bgpRouteExactAndInclusiveFilterRuleInput ",
|
|
1720
|
+
"type": {
|
|
1721
|
+
"definition": {
|
|
1722
|
+
"description": null,
|
|
1723
|
+
"enumValues": null,
|
|
1724
|
+
"fields": null,
|
|
1725
|
+
"inputFields": {
|
|
1726
|
+
"ge": {
|
|
1727
|
+
"defaultValue": null,
|
|
1728
|
+
"description": "Minimum prefix length for the filter rule.",
|
|
1729
|
+
"id_str": "addBgpPeer___input___defaultActionExclusion___bgpRouteExactAndInclusiveFilterRule___ge",
|
|
1730
|
+
"name": "ge",
|
|
1731
|
+
"path": "addBgpPeer.input.defaultActionExclusion.bgpRouteExactAndInclusiveFilterRule.ge",
|
|
1732
|
+
"requestStr": "$ge:Int ",
|
|
1733
|
+
"required": false,
|
|
1734
|
+
"responseStr": "ge:$ge ",
|
|
1735
|
+
"type": {
|
|
1736
|
+
"kind": [
|
|
1737
|
+
"SCALAR"
|
|
1738
|
+
],
|
|
1739
|
+
"name": "Int",
|
|
1740
|
+
"non_null": false
|
|
1741
|
+
},
|
|
1742
|
+
"varName": "ge"
|
|
1743
|
+
},
|
|
1744
|
+
"globalIpRange": {
|
|
1745
|
+
"defaultValue": "[]",
|
|
1746
|
+
"description": "Global IP ranges to include.",
|
|
1747
|
+
"id_str": "addBgpPeer___input___defaultActionExclusion___bgpRouteExactAndInclusiveFilterRule___globalIpRange",
|
|
1748
|
+
"name": "globalIpRange",
|
|
1749
|
+
"path": "addBgpPeer.input.defaultActionExclusion.bgpRouteExactAndInclusiveFilterRule.globalIpRange",
|
|
1750
|
+
"requestStr": "$globalIpRangeRefInput:[GlobalIpRangeRefInput]! ",
|
|
1751
|
+
"required": true,
|
|
1752
|
+
"responseStr": "globalIpRange:$globalIpRangeRefInput ",
|
|
1753
|
+
"type": {
|
|
1754
|
+
"definition": {
|
|
1755
|
+
"description": null,
|
|
1756
|
+
"enumValues": null,
|
|
1757
|
+
"fields": null,
|
|
1758
|
+
"inputFields": {
|
|
1759
|
+
"by": {
|
|
1760
|
+
"defaultValue": "ID",
|
|
1761
|
+
"description": null,
|
|
1762
|
+
"id_str": "addBgpPeer___input___defaultActionExclusion___bgpRouteExactAndInclusiveFilterRule___globalIpRange___by",
|
|
1763
|
+
"name": "by",
|
|
1764
|
+
"path": "addBgpPeer.input.defaultActionExclusion.bgpRouteExactAndInclusiveFilterRule.globalIpRange.by",
|
|
1765
|
+
"requestStr": "$by:ObjectRefBy! ",
|
|
1766
|
+
"required": true,
|
|
1767
|
+
"responseStr": "by:$by ",
|
|
1768
|
+
"type": {
|
|
1769
|
+
"definition": {
|
|
1770
|
+
"description": null,
|
|
1771
|
+
"enumValues": [
|
|
1772
|
+
{
|
|
1773
|
+
"deprecationReason": null,
|
|
1774
|
+
"description": null,
|
|
1775
|
+
"isDeprecated": false,
|
|
1776
|
+
"name": "ID"
|
|
1777
|
+
},
|
|
1778
|
+
{
|
|
1779
|
+
"deprecationReason": null,
|
|
1780
|
+
"description": null,
|
|
1781
|
+
"isDeprecated": false,
|
|
1782
|
+
"name": "NAME"
|
|
1783
|
+
}
|
|
1784
|
+
],
|
|
1785
|
+
"fields": null,
|
|
1786
|
+
"inputFields": null,
|
|
1787
|
+
"interfaces": null,
|
|
1788
|
+
"kind": "ENUM",
|
|
1789
|
+
"name": "ObjectRefBy",
|
|
1790
|
+
"possibleTypes": null
|
|
1791
|
+
},
|
|
1792
|
+
"indexType": "enum",
|
|
1793
|
+
"kind": [
|
|
1794
|
+
"NON_NULL",
|
|
1795
|
+
"ENUM"
|
|
1796
|
+
],
|
|
1797
|
+
"name": "ObjectRefBy",
|
|
1798
|
+
"non_null": false
|
|
1799
|
+
},
|
|
1800
|
+
"varName": "by"
|
|
1801
|
+
},
|
|
1802
|
+
"input": {
|
|
1803
|
+
"defaultValue": null,
|
|
1804
|
+
"description": null,
|
|
1805
|
+
"id_str": "addBgpPeer___input___defaultActionExclusion___bgpRouteExactAndInclusiveFilterRule___globalIpRange___input",
|
|
1806
|
+
"name": "input",
|
|
1807
|
+
"path": "addBgpPeer.input.defaultActionExclusion.bgpRouteExactAndInclusiveFilterRule.globalIpRange.input",
|
|
1808
|
+
"requestStr": "$input:String! ",
|
|
1809
|
+
"required": true,
|
|
1810
|
+
"responseStr": "input:$input ",
|
|
1811
|
+
"type": {
|
|
1812
|
+
"kind": [
|
|
1813
|
+
"NON_NULL",
|
|
1814
|
+
"SCALAR"
|
|
1815
|
+
],
|
|
1816
|
+
"name": "String",
|
|
1817
|
+
"non_null": false
|
|
1818
|
+
},
|
|
1819
|
+
"varName": "input"
|
|
1820
|
+
}
|
|
1821
|
+
},
|
|
1822
|
+
"interfaces": null,
|
|
1823
|
+
"kind": "INPUT_OBJECT",
|
|
1824
|
+
"name": "GlobalIpRangeRefInput",
|
|
1825
|
+
"possibleTypes": null
|
|
1826
|
+
},
|
|
1827
|
+
"indexType": "input_object",
|
|
1828
|
+
"kind": [
|
|
1829
|
+
"NON_NULL",
|
|
1830
|
+
"LIST",
|
|
1831
|
+
"NON_NULL",
|
|
1832
|
+
"INPUT_OBJECT"
|
|
1833
|
+
],
|
|
1834
|
+
"name": "GlobalIpRangeRefInput",
|
|
1835
|
+
"non_null": false
|
|
1836
|
+
},
|
|
1837
|
+
"varName": "globalIpRangeRefInput"
|
|
1838
|
+
},
|
|
1839
|
+
"globalIpRangeException": {
|
|
1840
|
+
"defaultValue": "[]",
|
|
1841
|
+
"description": "Global IP ranges to exclude.",
|
|
1842
|
+
"id_str": "addBgpPeer___input___defaultActionExclusion___bgpRouteExactAndInclusiveFilterRule___globalIpRangeException",
|
|
1843
|
+
"name": "globalIpRangeException",
|
|
1844
|
+
"path": "addBgpPeer.input.defaultActionExclusion.bgpRouteExactAndInclusiveFilterRule.globalIpRangeException",
|
|
1845
|
+
"requestStr": "$globalIpRangeRefInput:[GlobalIpRangeRefInput]! ",
|
|
1846
|
+
"required": true,
|
|
1847
|
+
"responseStr": "globalIpRangeException:$globalIpRangeRefInput ",
|
|
1848
|
+
"type": {
|
|
1849
|
+
"definition": {
|
|
1850
|
+
"description": null,
|
|
1851
|
+
"enumValues": null,
|
|
1852
|
+
"fields": null,
|
|
1853
|
+
"inputFields": {
|
|
1854
|
+
"by": {
|
|
1855
|
+
"defaultValue": "ID",
|
|
1856
|
+
"description": null,
|
|
1857
|
+
"id_str": "addBgpPeer___input___defaultActionExclusion___bgpRouteExactAndInclusiveFilterRule___globalIpRangeException___by",
|
|
1858
|
+
"name": "by",
|
|
1859
|
+
"path": "addBgpPeer.input.defaultActionExclusion.bgpRouteExactAndInclusiveFilterRule.globalIpRangeException.by",
|
|
1860
|
+
"requestStr": "$by:ObjectRefBy! ",
|
|
1861
|
+
"required": true,
|
|
1862
|
+
"responseStr": "by:$by ",
|
|
1863
|
+
"type": {
|
|
1864
|
+
"definition": {
|
|
1865
|
+
"description": null,
|
|
1866
|
+
"enumValues": [
|
|
1867
|
+
{
|
|
1868
|
+
"deprecationReason": null,
|
|
1869
|
+
"description": null,
|
|
1870
|
+
"isDeprecated": false,
|
|
1871
|
+
"name": "ID"
|
|
1872
|
+
},
|
|
1873
|
+
{
|
|
1874
|
+
"deprecationReason": null,
|
|
1875
|
+
"description": null,
|
|
1876
|
+
"isDeprecated": false,
|
|
1877
|
+
"name": "NAME"
|
|
1878
|
+
}
|
|
1879
|
+
],
|
|
1880
|
+
"fields": null,
|
|
1881
|
+
"inputFields": null,
|
|
1882
|
+
"interfaces": null,
|
|
1883
|
+
"kind": "ENUM",
|
|
1884
|
+
"name": "ObjectRefBy",
|
|
1885
|
+
"possibleTypes": null
|
|
1886
|
+
},
|
|
1887
|
+
"indexType": "enum",
|
|
1888
|
+
"kind": [
|
|
1889
|
+
"NON_NULL",
|
|
1890
|
+
"ENUM"
|
|
1891
|
+
],
|
|
1892
|
+
"name": "ObjectRefBy",
|
|
1893
|
+
"non_null": false
|
|
1894
|
+
},
|
|
1895
|
+
"varName": "by"
|
|
1896
|
+
},
|
|
1897
|
+
"input": {
|
|
1898
|
+
"defaultValue": null,
|
|
1899
|
+
"description": null,
|
|
1900
|
+
"id_str": "addBgpPeer___input___defaultActionExclusion___bgpRouteExactAndInclusiveFilterRule___globalIpRangeException___input",
|
|
1901
|
+
"name": "input",
|
|
1902
|
+
"path": "addBgpPeer.input.defaultActionExclusion.bgpRouteExactAndInclusiveFilterRule.globalIpRangeException.input",
|
|
1903
|
+
"requestStr": "$input:String! ",
|
|
1904
|
+
"required": true,
|
|
1905
|
+
"responseStr": "input:$input ",
|
|
1906
|
+
"type": {
|
|
1907
|
+
"kind": [
|
|
1908
|
+
"NON_NULL",
|
|
1909
|
+
"SCALAR"
|
|
1910
|
+
],
|
|
1911
|
+
"name": "String",
|
|
1912
|
+
"non_null": false
|
|
1913
|
+
},
|
|
1914
|
+
"varName": "input"
|
|
1915
|
+
}
|
|
1916
|
+
},
|
|
1917
|
+
"interfaces": null,
|
|
1918
|
+
"kind": "INPUT_OBJECT",
|
|
1919
|
+
"name": "GlobalIpRangeRefInput",
|
|
1920
|
+
"possibleTypes": null
|
|
1921
|
+
},
|
|
1922
|
+
"indexType": "input_object",
|
|
1923
|
+
"kind": [
|
|
1924
|
+
"NON_NULL",
|
|
1925
|
+
"LIST",
|
|
1926
|
+
"NON_NULL",
|
|
1927
|
+
"INPUT_OBJECT"
|
|
1928
|
+
],
|
|
1929
|
+
"name": "GlobalIpRangeRefInput",
|
|
1930
|
+
"non_null": false
|
|
1931
|
+
},
|
|
1932
|
+
"varName": "globalIpRangeRefInput"
|
|
1933
|
+
},
|
|
1934
|
+
"le": {
|
|
1935
|
+
"defaultValue": null,
|
|
1936
|
+
"description": "Maximum prefix length for the filter rule.",
|
|
1937
|
+
"id_str": "addBgpPeer___input___defaultActionExclusion___bgpRouteExactAndInclusiveFilterRule___le",
|
|
1938
|
+
"name": "le",
|
|
1939
|
+
"path": "addBgpPeer.input.defaultActionExclusion.bgpRouteExactAndInclusiveFilterRule.le",
|
|
1940
|
+
"requestStr": "$le:Int ",
|
|
1941
|
+
"required": false,
|
|
1942
|
+
"responseStr": "le:$le ",
|
|
1943
|
+
"type": {
|
|
1944
|
+
"kind": [
|
|
1945
|
+
"SCALAR"
|
|
1946
|
+
],
|
|
1947
|
+
"name": "Int",
|
|
1948
|
+
"non_null": false
|
|
1949
|
+
},
|
|
1950
|
+
"varName": "le"
|
|
1951
|
+
},
|
|
1952
|
+
"networkSubnet": {
|
|
1953
|
+
"defaultValue": "[]",
|
|
1954
|
+
"description": "Network subnets to include.",
|
|
1955
|
+
"id_str": "addBgpPeer___input___defaultActionExclusion___bgpRouteExactAndInclusiveFilterRule___networkSubnet",
|
|
1956
|
+
"name": "networkSubnet",
|
|
1957
|
+
"path": "addBgpPeer.input.defaultActionExclusion.bgpRouteExactAndInclusiveFilterRule.networkSubnet",
|
|
1958
|
+
"requestStr": "$networkSubnet:[NetworkSubnet]! ",
|
|
1959
|
+
"required": true,
|
|
1960
|
+
"responseStr": "networkSubnet:$networkSubnet ",
|
|
1961
|
+
"type": {
|
|
1962
|
+
"kind": [
|
|
1963
|
+
"NON_NULL",
|
|
1964
|
+
"LIST",
|
|
1965
|
+
"NON_NULL",
|
|
1966
|
+
"SCALAR"
|
|
1967
|
+
],
|
|
1968
|
+
"name": "NetworkSubnet",
|
|
1969
|
+
"non_null": false
|
|
1970
|
+
},
|
|
1971
|
+
"varName": "networkSubnet"
|
|
1972
|
+
},
|
|
1973
|
+
"networkSubnetException": {
|
|
1974
|
+
"defaultValue": "[]",
|
|
1975
|
+
"description": "Network subnets to exclude.",
|
|
1976
|
+
"id_str": "addBgpPeer___input___defaultActionExclusion___bgpRouteExactAndInclusiveFilterRule___networkSubnetException",
|
|
1977
|
+
"name": "networkSubnetException",
|
|
1978
|
+
"path": "addBgpPeer.input.defaultActionExclusion.bgpRouteExactAndInclusiveFilterRule.networkSubnetException",
|
|
1979
|
+
"requestStr": "$networkSubnetException:[NetworkSubnet]! ",
|
|
1980
|
+
"required": true,
|
|
1981
|
+
"responseStr": "networkSubnetException:$networkSubnetException ",
|
|
1982
|
+
"type": {
|
|
1983
|
+
"kind": [
|
|
1984
|
+
"NON_NULL",
|
|
1985
|
+
"LIST",
|
|
1986
|
+
"NON_NULL",
|
|
1987
|
+
"SCALAR"
|
|
1988
|
+
],
|
|
1989
|
+
"name": "NetworkSubnet",
|
|
1990
|
+
"non_null": false
|
|
1991
|
+
},
|
|
1992
|
+
"varName": "networkSubnetException"
|
|
1993
|
+
}
|
|
1994
|
+
},
|
|
1995
|
+
"interfaces": null,
|
|
1996
|
+
"kind": "INPUT_OBJECT",
|
|
1997
|
+
"name": "BgpRouteExactAndInclusiveFilterRuleInput",
|
|
1998
|
+
"possibleTypes": null
|
|
1999
|
+
},
|
|
2000
|
+
"indexType": "input_object",
|
|
2001
|
+
"kind": [
|
|
2002
|
+
"INPUT_OBJECT"
|
|
944
2003
|
],
|
|
945
|
-
"name": "
|
|
2004
|
+
"name": "BgpRouteExactAndInclusiveFilterRuleInput",
|
|
946
2005
|
"non_null": false
|
|
947
2006
|
},
|
|
948
|
-
"varName": "
|
|
2007
|
+
"varName": "bgpRouteExactAndInclusiveFilterRuleInput"
|
|
949
2008
|
},
|
|
950
|
-
"
|
|
951
|
-
"defaultValue":
|
|
952
|
-
"description": "
|
|
953
|
-
"id_str": "
|
|
954
|
-
"name": "
|
|
955
|
-
"path": "addBgpPeer.input.
|
|
956
|
-
"requestStr": "$
|
|
957
|
-
"required":
|
|
958
|
-
"responseStr": "
|
|
2009
|
+
"bgpRouteExactFilterRule": {
|
|
2010
|
+
"defaultValue": null,
|
|
2011
|
+
"description": "Input for exact route filter rule.",
|
|
2012
|
+
"id_str": "addBgpPeer___input___defaultActionExclusion___bgpRouteExactFilterRule",
|
|
2013
|
+
"name": "bgpRouteExactFilterRule",
|
|
2014
|
+
"path": "addBgpPeer.input.defaultActionExclusion.bgpRouteExactFilterRule",
|
|
2015
|
+
"requestStr": "$bgpRouteExactFilterRuleInput:BgpRouteExactFilterRuleInput ",
|
|
2016
|
+
"required": false,
|
|
2017
|
+
"responseStr": "bgpRouteExactFilterRule:$bgpRouteExactFilterRuleInput ",
|
|
959
2018
|
"type": {
|
|
2019
|
+
"definition": {
|
|
2020
|
+
"description": null,
|
|
2021
|
+
"enumValues": null,
|
|
2022
|
+
"fields": null,
|
|
2023
|
+
"inputFields": {
|
|
2024
|
+
"globalIpRange": {
|
|
2025
|
+
"defaultValue": "[]",
|
|
2026
|
+
"description": "Global IP ranges to include.",
|
|
2027
|
+
"id_str": "addBgpPeer___input___defaultActionExclusion___bgpRouteExactFilterRule___globalIpRange",
|
|
2028
|
+
"name": "globalIpRange",
|
|
2029
|
+
"path": "addBgpPeer.input.defaultActionExclusion.bgpRouteExactFilterRule.globalIpRange",
|
|
2030
|
+
"requestStr": "$globalIpRangeRefInput:[GlobalIpRangeRefInput]! ",
|
|
2031
|
+
"required": true,
|
|
2032
|
+
"responseStr": "globalIpRange:$globalIpRangeRefInput ",
|
|
2033
|
+
"type": {
|
|
2034
|
+
"definition": {
|
|
2035
|
+
"description": null,
|
|
2036
|
+
"enumValues": null,
|
|
2037
|
+
"fields": null,
|
|
2038
|
+
"inputFields": {
|
|
2039
|
+
"by": {
|
|
2040
|
+
"defaultValue": "ID",
|
|
2041
|
+
"description": null,
|
|
2042
|
+
"id_str": "addBgpPeer___input___defaultActionExclusion___bgpRouteExactFilterRule___globalIpRange___by",
|
|
2043
|
+
"name": "by",
|
|
2044
|
+
"path": "addBgpPeer.input.defaultActionExclusion.bgpRouteExactFilterRule.globalIpRange.by",
|
|
2045
|
+
"requestStr": "$by:ObjectRefBy! ",
|
|
2046
|
+
"required": true,
|
|
2047
|
+
"responseStr": "by:$by ",
|
|
2048
|
+
"type": {
|
|
2049
|
+
"definition": {
|
|
2050
|
+
"description": null,
|
|
2051
|
+
"enumValues": [
|
|
2052
|
+
{
|
|
2053
|
+
"deprecationReason": null,
|
|
2054
|
+
"description": null,
|
|
2055
|
+
"isDeprecated": false,
|
|
2056
|
+
"name": "ID"
|
|
2057
|
+
},
|
|
2058
|
+
{
|
|
2059
|
+
"deprecationReason": null,
|
|
2060
|
+
"description": null,
|
|
2061
|
+
"isDeprecated": false,
|
|
2062
|
+
"name": "NAME"
|
|
2063
|
+
}
|
|
2064
|
+
],
|
|
2065
|
+
"fields": null,
|
|
2066
|
+
"inputFields": null,
|
|
2067
|
+
"interfaces": null,
|
|
2068
|
+
"kind": "ENUM",
|
|
2069
|
+
"name": "ObjectRefBy",
|
|
2070
|
+
"possibleTypes": null
|
|
2071
|
+
},
|
|
2072
|
+
"indexType": "enum",
|
|
2073
|
+
"kind": [
|
|
2074
|
+
"NON_NULL",
|
|
2075
|
+
"ENUM"
|
|
2076
|
+
],
|
|
2077
|
+
"name": "ObjectRefBy",
|
|
2078
|
+
"non_null": false
|
|
2079
|
+
},
|
|
2080
|
+
"varName": "by"
|
|
2081
|
+
},
|
|
2082
|
+
"input": {
|
|
2083
|
+
"defaultValue": null,
|
|
2084
|
+
"description": null,
|
|
2085
|
+
"id_str": "addBgpPeer___input___defaultActionExclusion___bgpRouteExactFilterRule___globalIpRange___input",
|
|
2086
|
+
"name": "input",
|
|
2087
|
+
"path": "addBgpPeer.input.defaultActionExclusion.bgpRouteExactFilterRule.globalIpRange.input",
|
|
2088
|
+
"requestStr": "$input:String! ",
|
|
2089
|
+
"required": true,
|
|
2090
|
+
"responseStr": "input:$input ",
|
|
2091
|
+
"type": {
|
|
2092
|
+
"kind": [
|
|
2093
|
+
"NON_NULL",
|
|
2094
|
+
"SCALAR"
|
|
2095
|
+
],
|
|
2096
|
+
"name": "String",
|
|
2097
|
+
"non_null": false
|
|
2098
|
+
},
|
|
2099
|
+
"varName": "input"
|
|
2100
|
+
}
|
|
2101
|
+
},
|
|
2102
|
+
"interfaces": null,
|
|
2103
|
+
"kind": "INPUT_OBJECT",
|
|
2104
|
+
"name": "GlobalIpRangeRefInput",
|
|
2105
|
+
"possibleTypes": null
|
|
2106
|
+
},
|
|
2107
|
+
"indexType": "input_object",
|
|
2108
|
+
"kind": [
|
|
2109
|
+
"NON_NULL",
|
|
2110
|
+
"LIST",
|
|
2111
|
+
"NON_NULL",
|
|
2112
|
+
"INPUT_OBJECT"
|
|
2113
|
+
],
|
|
2114
|
+
"name": "GlobalIpRangeRefInput",
|
|
2115
|
+
"non_null": false
|
|
2116
|
+
},
|
|
2117
|
+
"varName": "globalIpRangeRefInput"
|
|
2118
|
+
},
|
|
2119
|
+
"networkSubnet": {
|
|
2120
|
+
"defaultValue": "[]",
|
|
2121
|
+
"description": "Network subnets to include.",
|
|
2122
|
+
"id_str": "addBgpPeer___input___defaultActionExclusion___bgpRouteExactFilterRule___networkSubnet",
|
|
2123
|
+
"name": "networkSubnet",
|
|
2124
|
+
"path": "addBgpPeer.input.defaultActionExclusion.bgpRouteExactFilterRule.networkSubnet",
|
|
2125
|
+
"requestStr": "$networkSubnet:[NetworkSubnet]! ",
|
|
2126
|
+
"required": true,
|
|
2127
|
+
"responseStr": "networkSubnet:$networkSubnet ",
|
|
2128
|
+
"type": {
|
|
2129
|
+
"kind": [
|
|
2130
|
+
"NON_NULL",
|
|
2131
|
+
"LIST",
|
|
2132
|
+
"NON_NULL",
|
|
2133
|
+
"SCALAR"
|
|
2134
|
+
],
|
|
2135
|
+
"name": "NetworkSubnet",
|
|
2136
|
+
"non_null": false
|
|
2137
|
+
},
|
|
2138
|
+
"varName": "networkSubnet"
|
|
2139
|
+
}
|
|
2140
|
+
},
|
|
2141
|
+
"interfaces": null,
|
|
2142
|
+
"kind": "INPUT_OBJECT",
|
|
2143
|
+
"name": "BgpRouteExactFilterRuleInput",
|
|
2144
|
+
"possibleTypes": null
|
|
2145
|
+
},
|
|
2146
|
+
"indexType": "input_object",
|
|
960
2147
|
"kind": [
|
|
961
|
-
"
|
|
962
|
-
"SCALAR"
|
|
2148
|
+
"INPUT_OBJECT"
|
|
963
2149
|
],
|
|
964
|
-
"name": "
|
|
2150
|
+
"name": "BgpRouteExactFilterRuleInput",
|
|
965
2151
|
"non_null": false
|
|
966
2152
|
},
|
|
967
|
-
"varName": "
|
|
2153
|
+
"varName": "bgpRouteExactFilterRuleInput"
|
|
968
2154
|
},
|
|
969
|
-
"
|
|
970
|
-
"defaultValue":
|
|
971
|
-
"description": "
|
|
972
|
-
"id_str": "
|
|
973
|
-
"name": "
|
|
974
|
-
"path": "addBgpPeer.input.
|
|
975
|
-
"requestStr": "$
|
|
976
|
-
"required":
|
|
977
|
-
"responseStr": "
|
|
2155
|
+
"communityFilterRule": {
|
|
2156
|
+
"defaultValue": null,
|
|
2157
|
+
"description": "Input for community filter rule.",
|
|
2158
|
+
"id_str": "addBgpPeer___input___defaultActionExclusion___communityFilterRule",
|
|
2159
|
+
"name": "communityFilterRule",
|
|
2160
|
+
"path": "addBgpPeer.input.defaultActionExclusion.communityFilterRule",
|
|
2161
|
+
"requestStr": "$bgpCommunityFilterRuleInput:BgpCommunityFilterRuleInput ",
|
|
2162
|
+
"required": false,
|
|
2163
|
+
"responseStr": "communityFilterRule:$bgpCommunityFilterRuleInput ",
|
|
978
2164
|
"type": {
|
|
2165
|
+
"definition": {
|
|
2166
|
+
"description": null,
|
|
2167
|
+
"enumValues": null,
|
|
2168
|
+
"fields": null,
|
|
2169
|
+
"inputFields": {
|
|
2170
|
+
"community": {
|
|
2171
|
+
"defaultValue": "[]",
|
|
2172
|
+
"description": "Community values to match.",
|
|
2173
|
+
"id_str": "addBgpPeer___input___defaultActionExclusion___communityFilterRule___community",
|
|
2174
|
+
"name": "community",
|
|
2175
|
+
"path": "addBgpPeer.input.defaultActionExclusion.communityFilterRule.community",
|
|
2176
|
+
"requestStr": "$bgpCommunityInput:[BgpCommunityInput]! ",
|
|
2177
|
+
"required": true,
|
|
2178
|
+
"responseStr": "community:$bgpCommunityInput ",
|
|
2179
|
+
"type": {
|
|
2180
|
+
"definition": {
|
|
2181
|
+
"description": null,
|
|
2182
|
+
"enumValues": null,
|
|
2183
|
+
"fields": null,
|
|
2184
|
+
"inputFields": {
|
|
2185
|
+
"from": {
|
|
2186
|
+
"defaultValue": null,
|
|
2187
|
+
"description": "Start of the community range.",
|
|
2188
|
+
"id_str": "addBgpPeer___input___defaultActionExclusion___communityFilterRule___community___from",
|
|
2189
|
+
"name": "from",
|
|
2190
|
+
"path": "addBgpPeer.input.defaultActionExclusion.communityFilterRule.community.from",
|
|
2191
|
+
"requestStr": "$from:Asn16! ",
|
|
2192
|
+
"required": true,
|
|
2193
|
+
"responseStr": "from:$from ",
|
|
2194
|
+
"type": {
|
|
2195
|
+
"kind": [
|
|
2196
|
+
"NON_NULL",
|
|
2197
|
+
"SCALAR"
|
|
2198
|
+
],
|
|
2199
|
+
"name": "Asn16",
|
|
2200
|
+
"non_null": false
|
|
2201
|
+
},
|
|
2202
|
+
"varName": "from"
|
|
2203
|
+
},
|
|
2204
|
+
"to": {
|
|
2205
|
+
"defaultValue": null,
|
|
2206
|
+
"description": "End of the community range.",
|
|
2207
|
+
"id_str": "addBgpPeer___input___defaultActionExclusion___communityFilterRule___community___to",
|
|
2208
|
+
"name": "to",
|
|
2209
|
+
"path": "addBgpPeer.input.defaultActionExclusion.communityFilterRule.community.to",
|
|
2210
|
+
"requestStr": "$to:Asn16! ",
|
|
2211
|
+
"required": true,
|
|
2212
|
+
"responseStr": "to:$to ",
|
|
2213
|
+
"type": {
|
|
2214
|
+
"kind": [
|
|
2215
|
+
"NON_NULL",
|
|
2216
|
+
"SCALAR"
|
|
2217
|
+
],
|
|
2218
|
+
"name": "Asn16",
|
|
2219
|
+
"non_null": false
|
|
2220
|
+
},
|
|
2221
|
+
"varName": "to"
|
|
2222
|
+
}
|
|
2223
|
+
},
|
|
2224
|
+
"interfaces": null,
|
|
2225
|
+
"kind": "INPUT_OBJECT",
|
|
2226
|
+
"name": "BgpCommunityInput",
|
|
2227
|
+
"possibleTypes": null
|
|
2228
|
+
},
|
|
2229
|
+
"indexType": "input_object",
|
|
2230
|
+
"kind": [
|
|
2231
|
+
"NON_NULL",
|
|
2232
|
+
"LIST",
|
|
2233
|
+
"NON_NULL",
|
|
2234
|
+
"INPUT_OBJECT"
|
|
2235
|
+
],
|
|
2236
|
+
"name": "BgpCommunityInput",
|
|
2237
|
+
"non_null": false
|
|
2238
|
+
},
|
|
2239
|
+
"varName": "bgpCommunityInput"
|
|
2240
|
+
},
|
|
2241
|
+
"predicate": {
|
|
2242
|
+
"defaultValue": null,
|
|
2243
|
+
"description": "Predicate to apply to the community filter (e.g., EQUAL, NOT_EQUAL).",
|
|
2244
|
+
"id_str": "addBgpPeer___input___defaultActionExclusion___communityFilterRule___predicate",
|
|
2245
|
+
"name": "predicate",
|
|
2246
|
+
"path": "addBgpPeer.input.defaultActionExclusion.communityFilterRule.predicate",
|
|
2247
|
+
"requestStr": "$predicate:BgpCommunityFilterPredicate ",
|
|
2248
|
+
"required": false,
|
|
2249
|
+
"responseStr": "predicate:$predicate ",
|
|
2250
|
+
"type": {
|
|
2251
|
+
"definition": {
|
|
2252
|
+
"description": null,
|
|
2253
|
+
"enumValues": [
|
|
2254
|
+
{
|
|
2255
|
+
"deprecationReason": null,
|
|
2256
|
+
"description": "Matches exactly the specified community value.",
|
|
2257
|
+
"isDeprecated": false,
|
|
2258
|
+
"name": "EQUAL"
|
|
2259
|
+
},
|
|
2260
|
+
{
|
|
2261
|
+
"deprecationReason": null,
|
|
2262
|
+
"description": "Matches any community value except the specified one.",
|
|
2263
|
+
"isDeprecated": false,
|
|
2264
|
+
"name": "NOT_EQUAL"
|
|
2265
|
+
}
|
|
2266
|
+
],
|
|
2267
|
+
"fields": null,
|
|
2268
|
+
"inputFields": null,
|
|
2269
|
+
"interfaces": null,
|
|
2270
|
+
"kind": "ENUM",
|
|
2271
|
+
"name": "BgpCommunityFilterPredicate",
|
|
2272
|
+
"possibleTypes": null
|
|
2273
|
+
},
|
|
2274
|
+
"indexType": "enum",
|
|
2275
|
+
"kind": [
|
|
2276
|
+
"ENUM"
|
|
2277
|
+
],
|
|
2278
|
+
"name": "BgpCommunityFilterPredicate",
|
|
2279
|
+
"non_null": false
|
|
2280
|
+
},
|
|
2281
|
+
"varName": "predicate"
|
|
2282
|
+
}
|
|
2283
|
+
},
|
|
2284
|
+
"interfaces": null,
|
|
2285
|
+
"kind": "INPUT_OBJECT",
|
|
2286
|
+
"name": "BgpCommunityFilterRuleInput",
|
|
2287
|
+
"possibleTypes": null
|
|
2288
|
+
},
|
|
2289
|
+
"indexType": "input_object",
|
|
979
2290
|
"kind": [
|
|
980
|
-
"
|
|
981
|
-
"SCALAR"
|
|
2291
|
+
"INPUT_OBJECT"
|
|
982
2292
|
],
|
|
983
|
-
"name": "
|
|
2293
|
+
"name": "BgpCommunityFilterRuleInput",
|
|
984
2294
|
"non_null": false
|
|
985
2295
|
},
|
|
986
|
-
"varName": "
|
|
2296
|
+
"varName": "bgpCommunityFilterRuleInput"
|
|
987
2297
|
}
|
|
988
2298
|
},
|
|
989
2299
|
"interfaces": null,
|
|
990
2300
|
"kind": "INPUT_OBJECT",
|
|
991
|
-
"name": "
|
|
2301
|
+
"name": "BgpFilterRuleInput",
|
|
992
2302
|
"possibleTypes": null
|
|
993
2303
|
},
|
|
994
2304
|
"indexType": "input_object",
|
|
995
|
-
"kind": [
|
|
996
|
-
"INPUT_OBJECT"
|
|
997
|
-
],
|
|
998
|
-
"name": "BfdSettingsInput",
|
|
999
|
-
"non_null": false
|
|
1000
|
-
},
|
|
1001
|
-
"varName": "bfdSettingsInput"
|
|
1002
|
-
},
|
|
1003
|
-
"catoAsn": {
|
|
1004
|
-
"defaultValue": null,
|
|
1005
|
-
"description": "The AS number of Cato's BGP endpoint.",
|
|
1006
|
-
"id_str": "addBgpPeer___input___catoAsn",
|
|
1007
|
-
"name": "catoAsn",
|
|
1008
|
-
"path": "addBgpPeer.input.catoAsn",
|
|
1009
|
-
"requestStr": "$catoAsn:Asn16! ",
|
|
1010
|
-
"required": true,
|
|
1011
|
-
"responseStr": "catoAsn:$catoAsn ",
|
|
1012
|
-
"type": {
|
|
1013
2305
|
"kind": [
|
|
1014
2306
|
"NON_NULL",
|
|
1015
|
-
"
|
|
1016
|
-
],
|
|
1017
|
-
"name": "Asn16",
|
|
1018
|
-
"non_null": false
|
|
1019
|
-
},
|
|
1020
|
-
"varName": "catoAsn"
|
|
1021
|
-
},
|
|
1022
|
-
"defaultAction": {
|
|
1023
|
-
"defaultValue": null,
|
|
1024
|
-
"description": "Default action for routes not matching filters (ACCEPT or DROP).",
|
|
1025
|
-
"id_str": "addBgpPeer___input___defaultAction",
|
|
1026
|
-
"name": "defaultAction",
|
|
1027
|
-
"path": "addBgpPeer.input.defaultAction",
|
|
1028
|
-
"requestStr": "$defaultAction:BgpDefaultAction! ",
|
|
1029
|
-
"required": true,
|
|
1030
|
-
"responseStr": "defaultAction:$defaultAction ",
|
|
1031
|
-
"type": {
|
|
1032
|
-
"definition": {
|
|
1033
|
-
"description": null,
|
|
1034
|
-
"enumValues": [
|
|
1035
|
-
{
|
|
1036
|
-
"deprecationReason": null,
|
|
1037
|
-
"description": "Default action to drop all unmatched routes.",
|
|
1038
|
-
"isDeprecated": false,
|
|
1039
|
-
"name": "DROP"
|
|
1040
|
-
},
|
|
1041
|
-
{
|
|
1042
|
-
"deprecationReason": null,
|
|
1043
|
-
"description": "Default action to accept all unmatched routes.",
|
|
1044
|
-
"isDeprecated": false,
|
|
1045
|
-
"name": "ACCEPT"
|
|
1046
|
-
}
|
|
1047
|
-
],
|
|
1048
|
-
"fields": null,
|
|
1049
|
-
"inputFields": null,
|
|
1050
|
-
"interfaces": null,
|
|
1051
|
-
"kind": "ENUM",
|
|
1052
|
-
"name": "BgpDefaultAction",
|
|
1053
|
-
"possibleTypes": null
|
|
1054
|
-
},
|
|
1055
|
-
"indexType": "enum",
|
|
1056
|
-
"kind": [
|
|
2307
|
+
"LIST",
|
|
1057
2308
|
"NON_NULL",
|
|
1058
|
-
"
|
|
2309
|
+
"INPUT_OBJECT"
|
|
1059
2310
|
],
|
|
1060
|
-
"name": "
|
|
2311
|
+
"name": "BgpFilterRuleInput",
|
|
1061
2312
|
"non_null": false
|
|
1062
2313
|
},
|
|
1063
|
-
"varName": "
|
|
2314
|
+
"varName": "bgpFilterRuleInput"
|
|
1064
2315
|
},
|
|
1065
2316
|
"holdTime": {
|
|
1066
2317
|
"defaultValue": "60",
|
|
@@ -1807,15 +3058,635 @@
|
|
|
1807
3058
|
"name": "BgpDefaultAction",
|
|
1808
3059
|
"possibleTypes": null
|
|
1809
3060
|
},
|
|
1810
|
-
"indexType": "enum",
|
|
3061
|
+
"indexType": "enum",
|
|
3062
|
+
"kind": [
|
|
3063
|
+
"NON_NULL",
|
|
3064
|
+
"ENUM"
|
|
3065
|
+
],
|
|
3066
|
+
"name": "BgpDefaultAction",
|
|
3067
|
+
"non_null": false
|
|
3068
|
+
},
|
|
3069
|
+
"varName": "defaultAction"
|
|
3070
|
+
},
|
|
3071
|
+
"defaultActionExclusion": {
|
|
3072
|
+
"defaultValue": "[]",
|
|
3073
|
+
"description": "Excluded rules from the default action.",
|
|
3074
|
+
"id_str": "addBgpPeer___input___defaultActionExclusion",
|
|
3075
|
+
"name": "defaultActionExclusion",
|
|
3076
|
+
"path": "addBgpPeer.input.defaultActionExclusion",
|
|
3077
|
+
"requestStr": "$bgpFilterRuleInput:[BgpFilterRuleInput]! ",
|
|
3078
|
+
"required": true,
|
|
3079
|
+
"responseStr": "defaultActionExclusion:$bgpFilterRuleInput ",
|
|
3080
|
+
"type": {
|
|
3081
|
+
"definition": {
|
|
3082
|
+
"description": null,
|
|
3083
|
+
"enumValues": null,
|
|
3084
|
+
"fields": null,
|
|
3085
|
+
"inputFields": {
|
|
3086
|
+
"bgpRouteExactAndInclusiveFilterRule": {
|
|
3087
|
+
"defaultValue": null,
|
|
3088
|
+
"description": "Input for exact and inclusive filter rule.",
|
|
3089
|
+
"id_str": "addBgpPeer___input___defaultActionExclusion___bgpRouteExactAndInclusiveFilterRule",
|
|
3090
|
+
"name": "bgpRouteExactAndInclusiveFilterRule",
|
|
3091
|
+
"path": "addBgpPeer.input.defaultActionExclusion.bgpRouteExactAndInclusiveFilterRule",
|
|
3092
|
+
"requestStr": "$bgpRouteExactAndInclusiveFilterRuleInput:BgpRouteExactAndInclusiveFilterRuleInput ",
|
|
3093
|
+
"required": false,
|
|
3094
|
+
"responseStr": "bgpRouteExactAndInclusiveFilterRule:$bgpRouteExactAndInclusiveFilterRuleInput ",
|
|
3095
|
+
"type": {
|
|
3096
|
+
"definition": {
|
|
3097
|
+
"description": null,
|
|
3098
|
+
"enumValues": null,
|
|
3099
|
+
"fields": null,
|
|
3100
|
+
"inputFields": {
|
|
3101
|
+
"ge": {
|
|
3102
|
+
"defaultValue": null,
|
|
3103
|
+
"description": "Minimum prefix length for the filter rule.",
|
|
3104
|
+
"id_str": "addBgpPeer___input___defaultActionExclusion___bgpRouteExactAndInclusiveFilterRule___ge",
|
|
3105
|
+
"name": "ge",
|
|
3106
|
+
"path": "addBgpPeer.input.defaultActionExclusion.bgpRouteExactAndInclusiveFilterRule.ge",
|
|
3107
|
+
"requestStr": "$ge:Int ",
|
|
3108
|
+
"required": false,
|
|
3109
|
+
"responseStr": "ge:$ge ",
|
|
3110
|
+
"type": {
|
|
3111
|
+
"kind": [
|
|
3112
|
+
"SCALAR"
|
|
3113
|
+
],
|
|
3114
|
+
"name": "Int",
|
|
3115
|
+
"non_null": false
|
|
3116
|
+
},
|
|
3117
|
+
"varName": "ge"
|
|
3118
|
+
},
|
|
3119
|
+
"globalIpRange": {
|
|
3120
|
+
"defaultValue": "[]",
|
|
3121
|
+
"description": "Global IP ranges to include.",
|
|
3122
|
+
"id_str": "addBgpPeer___input___defaultActionExclusion___bgpRouteExactAndInclusiveFilterRule___globalIpRange",
|
|
3123
|
+
"name": "globalIpRange",
|
|
3124
|
+
"path": "addBgpPeer.input.defaultActionExclusion.bgpRouteExactAndInclusiveFilterRule.globalIpRange",
|
|
3125
|
+
"requestStr": "$globalIpRangeRefInput:[GlobalIpRangeRefInput]! ",
|
|
3126
|
+
"required": true,
|
|
3127
|
+
"responseStr": "globalIpRange:$globalIpRangeRefInput ",
|
|
3128
|
+
"type": {
|
|
3129
|
+
"definition": {
|
|
3130
|
+
"description": null,
|
|
3131
|
+
"enumValues": null,
|
|
3132
|
+
"fields": null,
|
|
3133
|
+
"inputFields": {
|
|
3134
|
+
"by": {
|
|
3135
|
+
"defaultValue": "ID",
|
|
3136
|
+
"description": null,
|
|
3137
|
+
"id_str": "addBgpPeer___input___defaultActionExclusion___bgpRouteExactAndInclusiveFilterRule___globalIpRange___by",
|
|
3138
|
+
"name": "by",
|
|
3139
|
+
"path": "addBgpPeer.input.defaultActionExclusion.bgpRouteExactAndInclusiveFilterRule.globalIpRange.by",
|
|
3140
|
+
"requestStr": "$by:ObjectRefBy! ",
|
|
3141
|
+
"required": true,
|
|
3142
|
+
"responseStr": "by:$by ",
|
|
3143
|
+
"type": {
|
|
3144
|
+
"definition": {
|
|
3145
|
+
"description": null,
|
|
3146
|
+
"enumValues": [
|
|
3147
|
+
{
|
|
3148
|
+
"deprecationReason": null,
|
|
3149
|
+
"description": null,
|
|
3150
|
+
"isDeprecated": false,
|
|
3151
|
+
"name": "ID"
|
|
3152
|
+
},
|
|
3153
|
+
{
|
|
3154
|
+
"deprecationReason": null,
|
|
3155
|
+
"description": null,
|
|
3156
|
+
"isDeprecated": false,
|
|
3157
|
+
"name": "NAME"
|
|
3158
|
+
}
|
|
3159
|
+
],
|
|
3160
|
+
"fields": null,
|
|
3161
|
+
"inputFields": null,
|
|
3162
|
+
"interfaces": null,
|
|
3163
|
+
"kind": "ENUM",
|
|
3164
|
+
"name": "ObjectRefBy",
|
|
3165
|
+
"possibleTypes": null
|
|
3166
|
+
},
|
|
3167
|
+
"indexType": "enum",
|
|
3168
|
+
"kind": [
|
|
3169
|
+
"NON_NULL",
|
|
3170
|
+
"ENUM"
|
|
3171
|
+
],
|
|
3172
|
+
"name": "ObjectRefBy",
|
|
3173
|
+
"non_null": false
|
|
3174
|
+
},
|
|
3175
|
+
"varName": "by"
|
|
3176
|
+
},
|
|
3177
|
+
"input": {
|
|
3178
|
+
"defaultValue": null,
|
|
3179
|
+
"description": null,
|
|
3180
|
+
"id_str": "addBgpPeer___input___defaultActionExclusion___bgpRouteExactAndInclusiveFilterRule___globalIpRange___input",
|
|
3181
|
+
"name": "input",
|
|
3182
|
+
"path": "addBgpPeer.input.defaultActionExclusion.bgpRouteExactAndInclusiveFilterRule.globalIpRange.input",
|
|
3183
|
+
"requestStr": "$input:String! ",
|
|
3184
|
+
"required": true,
|
|
3185
|
+
"responseStr": "input:$input ",
|
|
3186
|
+
"type": {
|
|
3187
|
+
"kind": [
|
|
3188
|
+
"NON_NULL",
|
|
3189
|
+
"SCALAR"
|
|
3190
|
+
],
|
|
3191
|
+
"name": "String",
|
|
3192
|
+
"non_null": false
|
|
3193
|
+
},
|
|
3194
|
+
"varName": "input"
|
|
3195
|
+
}
|
|
3196
|
+
},
|
|
3197
|
+
"interfaces": null,
|
|
3198
|
+
"kind": "INPUT_OBJECT",
|
|
3199
|
+
"name": "GlobalIpRangeRefInput",
|
|
3200
|
+
"possibleTypes": null
|
|
3201
|
+
},
|
|
3202
|
+
"indexType": "input_object",
|
|
3203
|
+
"kind": [
|
|
3204
|
+
"NON_NULL",
|
|
3205
|
+
"LIST",
|
|
3206
|
+
"NON_NULL",
|
|
3207
|
+
"INPUT_OBJECT"
|
|
3208
|
+
],
|
|
3209
|
+
"name": "GlobalIpRangeRefInput",
|
|
3210
|
+
"non_null": false
|
|
3211
|
+
},
|
|
3212
|
+
"varName": "globalIpRangeRefInput"
|
|
3213
|
+
},
|
|
3214
|
+
"globalIpRangeException": {
|
|
3215
|
+
"defaultValue": "[]",
|
|
3216
|
+
"description": "Global IP ranges to exclude.",
|
|
3217
|
+
"id_str": "addBgpPeer___input___defaultActionExclusion___bgpRouteExactAndInclusiveFilterRule___globalIpRangeException",
|
|
3218
|
+
"name": "globalIpRangeException",
|
|
3219
|
+
"path": "addBgpPeer.input.defaultActionExclusion.bgpRouteExactAndInclusiveFilterRule.globalIpRangeException",
|
|
3220
|
+
"requestStr": "$globalIpRangeRefInput:[GlobalIpRangeRefInput]! ",
|
|
3221
|
+
"required": true,
|
|
3222
|
+
"responseStr": "globalIpRangeException:$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": "addBgpPeer___input___defaultActionExclusion___bgpRouteExactAndInclusiveFilterRule___globalIpRangeException___by",
|
|
3233
|
+
"name": "by",
|
|
3234
|
+
"path": "addBgpPeer.input.defaultActionExclusion.bgpRouteExactAndInclusiveFilterRule.globalIpRangeException.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": "addBgpPeer___input___defaultActionExclusion___bgpRouteExactAndInclusiveFilterRule___globalIpRangeException___input",
|
|
3276
|
+
"name": "input",
|
|
3277
|
+
"path": "addBgpPeer.input.defaultActionExclusion.bgpRouteExactAndInclusiveFilterRule.globalIpRangeException.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
|
+
"le": {
|
|
3310
|
+
"defaultValue": null,
|
|
3311
|
+
"description": "Maximum prefix length for the filter rule.",
|
|
3312
|
+
"id_str": "addBgpPeer___input___defaultActionExclusion___bgpRouteExactAndInclusiveFilterRule___le",
|
|
3313
|
+
"name": "le",
|
|
3314
|
+
"path": "addBgpPeer.input.defaultActionExclusion.bgpRouteExactAndInclusiveFilterRule.le",
|
|
3315
|
+
"requestStr": "$le:Int ",
|
|
3316
|
+
"required": false,
|
|
3317
|
+
"responseStr": "le:$le ",
|
|
3318
|
+
"type": {
|
|
3319
|
+
"kind": [
|
|
3320
|
+
"SCALAR"
|
|
3321
|
+
],
|
|
3322
|
+
"name": "Int",
|
|
3323
|
+
"non_null": false
|
|
3324
|
+
},
|
|
3325
|
+
"varName": "le"
|
|
3326
|
+
},
|
|
3327
|
+
"networkSubnet": {
|
|
3328
|
+
"defaultValue": "[]",
|
|
3329
|
+
"description": "Network subnets to include.",
|
|
3330
|
+
"id_str": "addBgpPeer___input___defaultActionExclusion___bgpRouteExactAndInclusiveFilterRule___networkSubnet",
|
|
3331
|
+
"name": "networkSubnet",
|
|
3332
|
+
"path": "addBgpPeer.input.defaultActionExclusion.bgpRouteExactAndInclusiveFilterRule.networkSubnet",
|
|
3333
|
+
"requestStr": "$networkSubnet:[NetworkSubnet]! ",
|
|
3334
|
+
"required": true,
|
|
3335
|
+
"responseStr": "networkSubnet:$networkSubnet ",
|
|
3336
|
+
"type": {
|
|
3337
|
+
"kind": [
|
|
3338
|
+
"NON_NULL",
|
|
3339
|
+
"LIST",
|
|
3340
|
+
"NON_NULL",
|
|
3341
|
+
"SCALAR"
|
|
3342
|
+
],
|
|
3343
|
+
"name": "NetworkSubnet",
|
|
3344
|
+
"non_null": false
|
|
3345
|
+
},
|
|
3346
|
+
"varName": "networkSubnet"
|
|
3347
|
+
},
|
|
3348
|
+
"networkSubnetException": {
|
|
3349
|
+
"defaultValue": "[]",
|
|
3350
|
+
"description": "Network subnets to exclude.",
|
|
3351
|
+
"id_str": "addBgpPeer___input___defaultActionExclusion___bgpRouteExactAndInclusiveFilterRule___networkSubnetException",
|
|
3352
|
+
"name": "networkSubnetException",
|
|
3353
|
+
"path": "addBgpPeer.input.defaultActionExclusion.bgpRouteExactAndInclusiveFilterRule.networkSubnetException",
|
|
3354
|
+
"requestStr": "$networkSubnetException:[NetworkSubnet]! ",
|
|
3355
|
+
"required": true,
|
|
3356
|
+
"responseStr": "networkSubnetException:$networkSubnetException ",
|
|
3357
|
+
"type": {
|
|
3358
|
+
"kind": [
|
|
3359
|
+
"NON_NULL",
|
|
3360
|
+
"LIST",
|
|
3361
|
+
"NON_NULL",
|
|
3362
|
+
"SCALAR"
|
|
3363
|
+
],
|
|
3364
|
+
"name": "NetworkSubnet",
|
|
3365
|
+
"non_null": false
|
|
3366
|
+
},
|
|
3367
|
+
"varName": "networkSubnetException"
|
|
3368
|
+
}
|
|
3369
|
+
},
|
|
3370
|
+
"interfaces": null,
|
|
3371
|
+
"kind": "INPUT_OBJECT",
|
|
3372
|
+
"name": "BgpRouteExactAndInclusiveFilterRuleInput",
|
|
3373
|
+
"possibleTypes": null
|
|
3374
|
+
},
|
|
3375
|
+
"indexType": "input_object",
|
|
3376
|
+
"kind": [
|
|
3377
|
+
"INPUT_OBJECT"
|
|
3378
|
+
],
|
|
3379
|
+
"name": "BgpRouteExactAndInclusiveFilterRuleInput",
|
|
3380
|
+
"non_null": false
|
|
3381
|
+
},
|
|
3382
|
+
"varName": "bgpRouteExactAndInclusiveFilterRuleInput"
|
|
3383
|
+
},
|
|
3384
|
+
"bgpRouteExactFilterRule": {
|
|
3385
|
+
"defaultValue": null,
|
|
3386
|
+
"description": "Input for exact route filter rule.",
|
|
3387
|
+
"id_str": "addBgpPeer___input___defaultActionExclusion___bgpRouteExactFilterRule",
|
|
3388
|
+
"name": "bgpRouteExactFilterRule",
|
|
3389
|
+
"path": "addBgpPeer.input.defaultActionExclusion.bgpRouteExactFilterRule",
|
|
3390
|
+
"requestStr": "$bgpRouteExactFilterRuleInput:BgpRouteExactFilterRuleInput ",
|
|
3391
|
+
"required": false,
|
|
3392
|
+
"responseStr": "bgpRouteExactFilterRule:$bgpRouteExactFilterRuleInput ",
|
|
3393
|
+
"type": {
|
|
3394
|
+
"definition": {
|
|
3395
|
+
"description": null,
|
|
3396
|
+
"enumValues": null,
|
|
3397
|
+
"fields": null,
|
|
3398
|
+
"inputFields": {
|
|
3399
|
+
"globalIpRange": {
|
|
3400
|
+
"defaultValue": "[]",
|
|
3401
|
+
"description": "Global IP ranges to include.",
|
|
3402
|
+
"id_str": "addBgpPeer___input___defaultActionExclusion___bgpRouteExactFilterRule___globalIpRange",
|
|
3403
|
+
"name": "globalIpRange",
|
|
3404
|
+
"path": "addBgpPeer.input.defaultActionExclusion.bgpRouteExactFilterRule.globalIpRange",
|
|
3405
|
+
"requestStr": "$globalIpRangeRefInput:[GlobalIpRangeRefInput]! ",
|
|
3406
|
+
"required": true,
|
|
3407
|
+
"responseStr": "globalIpRange:$globalIpRangeRefInput ",
|
|
3408
|
+
"type": {
|
|
3409
|
+
"definition": {
|
|
3410
|
+
"description": null,
|
|
3411
|
+
"enumValues": null,
|
|
3412
|
+
"fields": null,
|
|
3413
|
+
"inputFields": {
|
|
3414
|
+
"by": {
|
|
3415
|
+
"defaultValue": "ID",
|
|
3416
|
+
"description": null,
|
|
3417
|
+
"id_str": "addBgpPeer___input___defaultActionExclusion___bgpRouteExactFilterRule___globalIpRange___by",
|
|
3418
|
+
"name": "by",
|
|
3419
|
+
"path": "addBgpPeer.input.defaultActionExclusion.bgpRouteExactFilterRule.globalIpRange.by",
|
|
3420
|
+
"requestStr": "$by:ObjectRefBy! ",
|
|
3421
|
+
"required": true,
|
|
3422
|
+
"responseStr": "by:$by ",
|
|
3423
|
+
"type": {
|
|
3424
|
+
"definition": {
|
|
3425
|
+
"description": null,
|
|
3426
|
+
"enumValues": [
|
|
3427
|
+
{
|
|
3428
|
+
"deprecationReason": null,
|
|
3429
|
+
"description": null,
|
|
3430
|
+
"isDeprecated": false,
|
|
3431
|
+
"name": "ID"
|
|
3432
|
+
},
|
|
3433
|
+
{
|
|
3434
|
+
"deprecationReason": null,
|
|
3435
|
+
"description": null,
|
|
3436
|
+
"isDeprecated": false,
|
|
3437
|
+
"name": "NAME"
|
|
3438
|
+
}
|
|
3439
|
+
],
|
|
3440
|
+
"fields": null,
|
|
3441
|
+
"inputFields": null,
|
|
3442
|
+
"interfaces": null,
|
|
3443
|
+
"kind": "ENUM",
|
|
3444
|
+
"name": "ObjectRefBy",
|
|
3445
|
+
"possibleTypes": null
|
|
3446
|
+
},
|
|
3447
|
+
"indexType": "enum",
|
|
3448
|
+
"kind": [
|
|
3449
|
+
"NON_NULL",
|
|
3450
|
+
"ENUM"
|
|
3451
|
+
],
|
|
3452
|
+
"name": "ObjectRefBy",
|
|
3453
|
+
"non_null": false
|
|
3454
|
+
},
|
|
3455
|
+
"varName": "by"
|
|
3456
|
+
},
|
|
3457
|
+
"input": {
|
|
3458
|
+
"defaultValue": null,
|
|
3459
|
+
"description": null,
|
|
3460
|
+
"id_str": "addBgpPeer___input___defaultActionExclusion___bgpRouteExactFilterRule___globalIpRange___input",
|
|
3461
|
+
"name": "input",
|
|
3462
|
+
"path": "addBgpPeer.input.defaultActionExclusion.bgpRouteExactFilterRule.globalIpRange.input",
|
|
3463
|
+
"requestStr": "$input:String! ",
|
|
3464
|
+
"required": true,
|
|
3465
|
+
"responseStr": "input:$input ",
|
|
3466
|
+
"type": {
|
|
3467
|
+
"kind": [
|
|
3468
|
+
"NON_NULL",
|
|
3469
|
+
"SCALAR"
|
|
3470
|
+
],
|
|
3471
|
+
"name": "String",
|
|
3472
|
+
"non_null": false
|
|
3473
|
+
},
|
|
3474
|
+
"varName": "input"
|
|
3475
|
+
}
|
|
3476
|
+
},
|
|
3477
|
+
"interfaces": null,
|
|
3478
|
+
"kind": "INPUT_OBJECT",
|
|
3479
|
+
"name": "GlobalIpRangeRefInput",
|
|
3480
|
+
"possibleTypes": null
|
|
3481
|
+
},
|
|
3482
|
+
"indexType": "input_object",
|
|
3483
|
+
"kind": [
|
|
3484
|
+
"NON_NULL",
|
|
3485
|
+
"LIST",
|
|
3486
|
+
"NON_NULL",
|
|
3487
|
+
"INPUT_OBJECT"
|
|
3488
|
+
],
|
|
3489
|
+
"name": "GlobalIpRangeRefInput",
|
|
3490
|
+
"non_null": false
|
|
3491
|
+
},
|
|
3492
|
+
"varName": "globalIpRangeRefInput"
|
|
3493
|
+
},
|
|
3494
|
+
"networkSubnet": {
|
|
3495
|
+
"defaultValue": "[]",
|
|
3496
|
+
"description": "Network subnets to include.",
|
|
3497
|
+
"id_str": "addBgpPeer___input___defaultActionExclusion___bgpRouteExactFilterRule___networkSubnet",
|
|
3498
|
+
"name": "networkSubnet",
|
|
3499
|
+
"path": "addBgpPeer.input.defaultActionExclusion.bgpRouteExactFilterRule.networkSubnet",
|
|
3500
|
+
"requestStr": "$networkSubnet:[NetworkSubnet]! ",
|
|
3501
|
+
"required": true,
|
|
3502
|
+
"responseStr": "networkSubnet:$networkSubnet ",
|
|
3503
|
+
"type": {
|
|
3504
|
+
"kind": [
|
|
3505
|
+
"NON_NULL",
|
|
3506
|
+
"LIST",
|
|
3507
|
+
"NON_NULL",
|
|
3508
|
+
"SCALAR"
|
|
3509
|
+
],
|
|
3510
|
+
"name": "NetworkSubnet",
|
|
3511
|
+
"non_null": false
|
|
3512
|
+
},
|
|
3513
|
+
"varName": "networkSubnet"
|
|
3514
|
+
}
|
|
3515
|
+
},
|
|
3516
|
+
"interfaces": null,
|
|
3517
|
+
"kind": "INPUT_OBJECT",
|
|
3518
|
+
"name": "BgpRouteExactFilterRuleInput",
|
|
3519
|
+
"possibleTypes": null
|
|
3520
|
+
},
|
|
3521
|
+
"indexType": "input_object",
|
|
3522
|
+
"kind": [
|
|
3523
|
+
"INPUT_OBJECT"
|
|
3524
|
+
],
|
|
3525
|
+
"name": "BgpRouteExactFilterRuleInput",
|
|
3526
|
+
"non_null": false
|
|
3527
|
+
},
|
|
3528
|
+
"varName": "bgpRouteExactFilterRuleInput"
|
|
3529
|
+
},
|
|
3530
|
+
"communityFilterRule": {
|
|
3531
|
+
"defaultValue": null,
|
|
3532
|
+
"description": "Input for community filter rule.",
|
|
3533
|
+
"id_str": "addBgpPeer___input___defaultActionExclusion___communityFilterRule",
|
|
3534
|
+
"name": "communityFilterRule",
|
|
3535
|
+
"path": "addBgpPeer.input.defaultActionExclusion.communityFilterRule",
|
|
3536
|
+
"requestStr": "$bgpCommunityFilterRuleInput:BgpCommunityFilterRuleInput ",
|
|
3537
|
+
"required": false,
|
|
3538
|
+
"responseStr": "communityFilterRule:$bgpCommunityFilterRuleInput ",
|
|
3539
|
+
"type": {
|
|
3540
|
+
"definition": {
|
|
3541
|
+
"description": null,
|
|
3542
|
+
"enumValues": null,
|
|
3543
|
+
"fields": null,
|
|
3544
|
+
"inputFields": {
|
|
3545
|
+
"community": {
|
|
3546
|
+
"defaultValue": "[]",
|
|
3547
|
+
"description": "Community values to match.",
|
|
3548
|
+
"id_str": "addBgpPeer___input___defaultActionExclusion___communityFilterRule___community",
|
|
3549
|
+
"name": "community",
|
|
3550
|
+
"path": "addBgpPeer.input.defaultActionExclusion.communityFilterRule.community",
|
|
3551
|
+
"requestStr": "$bgpCommunityInput:[BgpCommunityInput]! ",
|
|
3552
|
+
"required": true,
|
|
3553
|
+
"responseStr": "community:$bgpCommunityInput ",
|
|
3554
|
+
"type": {
|
|
3555
|
+
"definition": {
|
|
3556
|
+
"description": null,
|
|
3557
|
+
"enumValues": null,
|
|
3558
|
+
"fields": null,
|
|
3559
|
+
"inputFields": {
|
|
3560
|
+
"from": {
|
|
3561
|
+
"defaultValue": null,
|
|
3562
|
+
"description": "Start of the community range.",
|
|
3563
|
+
"id_str": "addBgpPeer___input___defaultActionExclusion___communityFilterRule___community___from",
|
|
3564
|
+
"name": "from",
|
|
3565
|
+
"path": "addBgpPeer.input.defaultActionExclusion.communityFilterRule.community.from",
|
|
3566
|
+
"requestStr": "$from:Asn16! ",
|
|
3567
|
+
"required": true,
|
|
3568
|
+
"responseStr": "from:$from ",
|
|
3569
|
+
"type": {
|
|
3570
|
+
"kind": [
|
|
3571
|
+
"NON_NULL",
|
|
3572
|
+
"SCALAR"
|
|
3573
|
+
],
|
|
3574
|
+
"name": "Asn16",
|
|
3575
|
+
"non_null": false
|
|
3576
|
+
},
|
|
3577
|
+
"varName": "from"
|
|
3578
|
+
},
|
|
3579
|
+
"to": {
|
|
3580
|
+
"defaultValue": null,
|
|
3581
|
+
"description": "End of the community range.",
|
|
3582
|
+
"id_str": "addBgpPeer___input___defaultActionExclusion___communityFilterRule___community___to",
|
|
3583
|
+
"name": "to",
|
|
3584
|
+
"path": "addBgpPeer.input.defaultActionExclusion.communityFilterRule.community.to",
|
|
3585
|
+
"requestStr": "$to:Asn16! ",
|
|
3586
|
+
"required": true,
|
|
3587
|
+
"responseStr": "to:$to ",
|
|
3588
|
+
"type": {
|
|
3589
|
+
"kind": [
|
|
3590
|
+
"NON_NULL",
|
|
3591
|
+
"SCALAR"
|
|
3592
|
+
],
|
|
3593
|
+
"name": "Asn16",
|
|
3594
|
+
"non_null": false
|
|
3595
|
+
},
|
|
3596
|
+
"varName": "to"
|
|
3597
|
+
}
|
|
3598
|
+
},
|
|
3599
|
+
"interfaces": null,
|
|
3600
|
+
"kind": "INPUT_OBJECT",
|
|
3601
|
+
"name": "BgpCommunityInput",
|
|
3602
|
+
"possibleTypes": null
|
|
3603
|
+
},
|
|
3604
|
+
"indexType": "input_object",
|
|
3605
|
+
"kind": [
|
|
3606
|
+
"NON_NULL",
|
|
3607
|
+
"LIST",
|
|
3608
|
+
"NON_NULL",
|
|
3609
|
+
"INPUT_OBJECT"
|
|
3610
|
+
],
|
|
3611
|
+
"name": "BgpCommunityInput",
|
|
3612
|
+
"non_null": false
|
|
3613
|
+
},
|
|
3614
|
+
"varName": "bgpCommunityInput"
|
|
3615
|
+
},
|
|
3616
|
+
"predicate": {
|
|
3617
|
+
"defaultValue": null,
|
|
3618
|
+
"description": "Predicate to apply to the community filter (e.g., EQUAL, NOT_EQUAL).",
|
|
3619
|
+
"id_str": "addBgpPeer___input___defaultActionExclusion___communityFilterRule___predicate",
|
|
3620
|
+
"name": "predicate",
|
|
3621
|
+
"path": "addBgpPeer.input.defaultActionExclusion.communityFilterRule.predicate",
|
|
3622
|
+
"requestStr": "$predicate:BgpCommunityFilterPredicate ",
|
|
3623
|
+
"required": false,
|
|
3624
|
+
"responseStr": "predicate:$predicate ",
|
|
3625
|
+
"type": {
|
|
3626
|
+
"definition": {
|
|
3627
|
+
"description": null,
|
|
3628
|
+
"enumValues": [
|
|
3629
|
+
{
|
|
3630
|
+
"deprecationReason": null,
|
|
3631
|
+
"description": "Matches exactly the specified community value.",
|
|
3632
|
+
"isDeprecated": false,
|
|
3633
|
+
"name": "EQUAL"
|
|
3634
|
+
},
|
|
3635
|
+
{
|
|
3636
|
+
"deprecationReason": null,
|
|
3637
|
+
"description": "Matches any community value except the specified one.",
|
|
3638
|
+
"isDeprecated": false,
|
|
3639
|
+
"name": "NOT_EQUAL"
|
|
3640
|
+
}
|
|
3641
|
+
],
|
|
3642
|
+
"fields": null,
|
|
3643
|
+
"inputFields": null,
|
|
3644
|
+
"interfaces": null,
|
|
3645
|
+
"kind": "ENUM",
|
|
3646
|
+
"name": "BgpCommunityFilterPredicate",
|
|
3647
|
+
"possibleTypes": null
|
|
3648
|
+
},
|
|
3649
|
+
"indexType": "enum",
|
|
3650
|
+
"kind": [
|
|
3651
|
+
"ENUM"
|
|
3652
|
+
],
|
|
3653
|
+
"name": "BgpCommunityFilterPredicate",
|
|
3654
|
+
"non_null": false
|
|
3655
|
+
},
|
|
3656
|
+
"varName": "predicate"
|
|
3657
|
+
}
|
|
3658
|
+
},
|
|
3659
|
+
"interfaces": null,
|
|
3660
|
+
"kind": "INPUT_OBJECT",
|
|
3661
|
+
"name": "BgpCommunityFilterRuleInput",
|
|
3662
|
+
"possibleTypes": null
|
|
3663
|
+
},
|
|
3664
|
+
"indexType": "input_object",
|
|
3665
|
+
"kind": [
|
|
3666
|
+
"INPUT_OBJECT"
|
|
3667
|
+
],
|
|
3668
|
+
"name": "BgpCommunityFilterRuleInput",
|
|
3669
|
+
"non_null": false
|
|
3670
|
+
},
|
|
3671
|
+
"varName": "bgpCommunityFilterRuleInput"
|
|
3672
|
+
}
|
|
3673
|
+
},
|
|
3674
|
+
"interfaces": null,
|
|
3675
|
+
"kind": "INPUT_OBJECT",
|
|
3676
|
+
"name": "BgpFilterRuleInput",
|
|
3677
|
+
"possibleTypes": null
|
|
3678
|
+
},
|
|
3679
|
+
"indexType": "input_object",
|
|
1811
3680
|
"kind": [
|
|
1812
3681
|
"NON_NULL",
|
|
1813
|
-
"
|
|
3682
|
+
"LIST",
|
|
3683
|
+
"NON_NULL",
|
|
3684
|
+
"INPUT_OBJECT"
|
|
1814
3685
|
],
|
|
1815
|
-
"name": "
|
|
3686
|
+
"name": "BgpFilterRuleInput",
|
|
1816
3687
|
"non_null": false
|
|
1817
3688
|
},
|
|
1818
|
-
"varName": "
|
|
3689
|
+
"varName": "bgpFilterRuleInput"
|
|
1819
3690
|
},
|
|
1820
3691
|
"holdTime": {
|
|
1821
3692
|
"defaultValue": "60",
|
|
@@ -2468,159 +4339,819 @@
|
|
|
2468
4339
|
"responseStr": "multiplier:$multiplier ",
|
|
2469
4340
|
"type": {
|
|
2470
4341
|
"kind": [
|
|
2471
|
-
"NON_NULL",
|
|
2472
|
-
"SCALAR"
|
|
4342
|
+
"NON_NULL",
|
|
4343
|
+
"SCALAR"
|
|
4344
|
+
],
|
|
4345
|
+
"name": "Int",
|
|
4346
|
+
"non_null": false
|
|
4347
|
+
},
|
|
4348
|
+
"varName": "multiplier"
|
|
4349
|
+
},
|
|
4350
|
+
"receiveInterval": {
|
|
4351
|
+
"args": {},
|
|
4352
|
+
"deprecationReason": null,
|
|
4353
|
+
"description": "Time interval (in milliseconds) in which this peer expects to receive BFD packets.",
|
|
4354
|
+
"id_str": "addBgpPeer___bgpPeer___bfdSettings___receiveInterval",
|
|
4355
|
+
"isDeprecated": false,
|
|
4356
|
+
"name": "receiveInterval",
|
|
4357
|
+
"path": "addBgpPeer.bgpPeer.bfdSettings.receiveInterval",
|
|
4358
|
+
"requestStr": "$receiveInterval:Int! ",
|
|
4359
|
+
"required": true,
|
|
4360
|
+
"responseStr": "receiveInterval:$receiveInterval ",
|
|
4361
|
+
"type": {
|
|
4362
|
+
"kind": [
|
|
4363
|
+
"NON_NULL",
|
|
4364
|
+
"SCALAR"
|
|
4365
|
+
],
|
|
4366
|
+
"name": "Int",
|
|
4367
|
+
"non_null": false
|
|
4368
|
+
},
|
|
4369
|
+
"varName": "receiveInterval"
|
|
4370
|
+
},
|
|
4371
|
+
"transmitInterval": {
|
|
4372
|
+
"args": {},
|
|
4373
|
+
"deprecationReason": null,
|
|
4374
|
+
"description": "Time interval (in milliseconds) between BFD packets sent by this peer.",
|
|
4375
|
+
"id_str": "addBgpPeer___bgpPeer___bfdSettings___transmitInterval",
|
|
4376
|
+
"isDeprecated": false,
|
|
4377
|
+
"name": "transmitInterval",
|
|
4378
|
+
"path": "addBgpPeer.bgpPeer.bfdSettings.transmitInterval",
|
|
4379
|
+
"requestStr": "$transmitInterval:Int! ",
|
|
4380
|
+
"required": true,
|
|
4381
|
+
"responseStr": "transmitInterval:$transmitInterval ",
|
|
4382
|
+
"type": {
|
|
4383
|
+
"kind": [
|
|
4384
|
+
"NON_NULL",
|
|
4385
|
+
"SCALAR"
|
|
4386
|
+
],
|
|
4387
|
+
"name": "Int",
|
|
4388
|
+
"non_null": false
|
|
4389
|
+
},
|
|
4390
|
+
"varName": "transmitInterval"
|
|
4391
|
+
}
|
|
4392
|
+
},
|
|
4393
|
+
"inputFields": null,
|
|
4394
|
+
"interfaces": {},
|
|
4395
|
+
"kind": "OBJECT",
|
|
4396
|
+
"name": "BfdSettings",
|
|
4397
|
+
"possibleTypes": null
|
|
4398
|
+
},
|
|
4399
|
+
"indexType": "object",
|
|
4400
|
+
"kind": [
|
|
4401
|
+
"OBJECT"
|
|
4402
|
+
],
|
|
4403
|
+
"name": "BfdSettings",
|
|
4404
|
+
"non_null": false
|
|
4405
|
+
},
|
|
4406
|
+
"varName": "bfdSettings"
|
|
4407
|
+
},
|
|
4408
|
+
"catoAsn": {
|
|
4409
|
+
"args": {},
|
|
4410
|
+
"deprecationReason": null,
|
|
4411
|
+
"description": "AS number of Cato's BGP endpoint.",
|
|
4412
|
+
"id_str": "addBgpPeer___bgpPeer___catoAsn",
|
|
4413
|
+
"isDeprecated": false,
|
|
4414
|
+
"name": "catoAsn",
|
|
4415
|
+
"path": "addBgpPeer.bgpPeer.catoAsn",
|
|
4416
|
+
"requestStr": "$catoAsn:Asn16! ",
|
|
4417
|
+
"required": true,
|
|
4418
|
+
"responseStr": "catoAsn:$catoAsn ",
|
|
4419
|
+
"type": {
|
|
4420
|
+
"kind": [
|
|
4421
|
+
"NON_NULL",
|
|
4422
|
+
"SCALAR"
|
|
4423
|
+
],
|
|
4424
|
+
"name": "Asn16",
|
|
4425
|
+
"non_null": false
|
|
4426
|
+
},
|
|
4427
|
+
"varName": "catoAsn"
|
|
4428
|
+
},
|
|
4429
|
+
"catoIp": {
|
|
4430
|
+
"args": {},
|
|
4431
|
+
"deprecationReason": null,
|
|
4432
|
+
"description": "IP address of Cato's BGP endpoint.",
|
|
4433
|
+
"id_str": "addBgpPeer___bgpPeer___catoIp",
|
|
4434
|
+
"isDeprecated": false,
|
|
4435
|
+
"name": "catoIp",
|
|
4436
|
+
"path": "addBgpPeer.bgpPeer.catoIp",
|
|
4437
|
+
"requestStr": "$catoIp:IPAddress! ",
|
|
4438
|
+
"required": true,
|
|
4439
|
+
"responseStr": "catoIp:$catoIp ",
|
|
4440
|
+
"type": {
|
|
4441
|
+
"kind": [
|
|
4442
|
+
"NON_NULL",
|
|
4443
|
+
"SCALAR"
|
|
4444
|
+
],
|
|
4445
|
+
"name": "IPAddress",
|
|
4446
|
+
"non_null": false
|
|
4447
|
+
},
|
|
4448
|
+
"varName": "catoIp"
|
|
4449
|
+
},
|
|
4450
|
+
"defaultAction": {
|
|
4451
|
+
"alias": "bgpDefaultActionDefaultAction: defaultAction",
|
|
4452
|
+
"args": {},
|
|
4453
|
+
"deprecationReason": null,
|
|
4454
|
+
"description": "Default action for routes not matching filters (ACCEPT or DROP).",
|
|
4455
|
+
"id_str": "addBgpPeer___bgpPeer___defaultAction",
|
|
4456
|
+
"isDeprecated": false,
|
|
4457
|
+
"name": "defaultAction",
|
|
4458
|
+
"path": "addBgpPeer.bgpPeer.defaultAction",
|
|
4459
|
+
"requestStr": "$defaultAction:BgpDefaultAction! ",
|
|
4460
|
+
"required": true,
|
|
4461
|
+
"responseStr": "defaultAction:$defaultAction ",
|
|
4462
|
+
"type": {
|
|
4463
|
+
"definition": {
|
|
4464
|
+
"description": null,
|
|
4465
|
+
"enumValues": [
|
|
4466
|
+
{
|
|
4467
|
+
"deprecationReason": null,
|
|
4468
|
+
"description": "Default action to drop all unmatched routes.",
|
|
4469
|
+
"isDeprecated": false,
|
|
4470
|
+
"name": "DROP"
|
|
4471
|
+
},
|
|
4472
|
+
{
|
|
4473
|
+
"deprecationReason": null,
|
|
4474
|
+
"description": "Default action to accept all unmatched routes.",
|
|
4475
|
+
"isDeprecated": false,
|
|
4476
|
+
"name": "ACCEPT"
|
|
4477
|
+
}
|
|
4478
|
+
],
|
|
4479
|
+
"fields": null,
|
|
4480
|
+
"inputFields": null,
|
|
4481
|
+
"interfaces": null,
|
|
4482
|
+
"kind": "ENUM",
|
|
4483
|
+
"name": "BgpDefaultAction",
|
|
4484
|
+
"possibleTypes": null
|
|
4485
|
+
},
|
|
4486
|
+
"indexType": "enum",
|
|
4487
|
+
"kind": [
|
|
4488
|
+
"NON_NULL",
|
|
4489
|
+
"ENUM"
|
|
4490
|
+
],
|
|
4491
|
+
"name": "BgpDefaultAction",
|
|
4492
|
+
"non_null": false
|
|
4493
|
+
},
|
|
4494
|
+
"varName": "defaultAction"
|
|
4495
|
+
},
|
|
4496
|
+
"defaultActionExclusion": {
|
|
4497
|
+
"alias": "bgpFilterRuleDefaultActionExclusion: defaultActionExclusion",
|
|
4498
|
+
"args": {},
|
|
4499
|
+
"deprecationReason": null,
|
|
4500
|
+
"description": "Rules excluded from the default action.",
|
|
4501
|
+
"id_str": "addBgpPeer___bgpPeer___defaultActionExclusion",
|
|
4502
|
+
"isDeprecated": false,
|
|
4503
|
+
"name": "defaultActionExclusion",
|
|
4504
|
+
"path": "addBgpPeer.bgpPeer.defaultActionExclusion",
|
|
4505
|
+
"requestStr": "$bgpFilterRule:[BgpFilterRule]! ",
|
|
4506
|
+
"required": true,
|
|
4507
|
+
"responseStr": "defaultActionExclusion:$bgpFilterRule ",
|
|
4508
|
+
"type": {
|
|
4509
|
+
"definition": {
|
|
4510
|
+
"description": null,
|
|
4511
|
+
"enumValues": null,
|
|
4512
|
+
"fields": {
|
|
4513
|
+
"bgpRouteExactAndInclusiveFilterRule": {
|
|
4514
|
+
"alias": "bgpRouteExactAndInclusiveFilterRuleBgpRouteExactAndInclusiveFilterRule: bgpRouteExactAndInclusiveFilterRule",
|
|
4515
|
+
"args": {},
|
|
4516
|
+
"deprecationReason": null,
|
|
4517
|
+
"description": "Exact and inclusive filter rule. Please choose only one filter rule type.",
|
|
4518
|
+
"id_str": "addBgpPeer___bgpPeer___defaultActionExclusion___bgpRouteExactAndInclusiveFilterRule",
|
|
4519
|
+
"isDeprecated": false,
|
|
4520
|
+
"name": "bgpRouteExactAndInclusiveFilterRule",
|
|
4521
|
+
"path": "addBgpPeer.bgpPeer.defaultActionExclusion.bgpRouteExactAndInclusiveFilterRule",
|
|
4522
|
+
"requestStr": "$bgpRouteExactAndInclusiveFilterRule:BgpRouteExactAndInclusiveFilterRule ",
|
|
4523
|
+
"required": false,
|
|
4524
|
+
"responseStr": "bgpRouteExactAndInclusiveFilterRule:$bgpRouteExactAndInclusiveFilterRule ",
|
|
4525
|
+
"type": {
|
|
4526
|
+
"definition": {
|
|
4527
|
+
"description": null,
|
|
4528
|
+
"enumValues": null,
|
|
4529
|
+
"fields": {
|
|
4530
|
+
"ge": {
|
|
4531
|
+
"args": {},
|
|
4532
|
+
"deprecationReason": null,
|
|
4533
|
+
"description": "Minimum prefix length for the filter rule.",
|
|
4534
|
+
"id_str": "addBgpPeer___bgpPeer___defaultActionExclusion___bgpRouteExactAndInclusiveFilterRule___ge",
|
|
4535
|
+
"isDeprecated": false,
|
|
4536
|
+
"name": "ge",
|
|
4537
|
+
"path": "addBgpPeer.bgpPeer.defaultActionExclusion.bgpRouteExactAndInclusiveFilterRule.ge",
|
|
4538
|
+
"requestStr": "$ge:Int ",
|
|
4539
|
+
"required": false,
|
|
4540
|
+
"responseStr": "ge:$ge ",
|
|
4541
|
+
"type": {
|
|
4542
|
+
"kind": [
|
|
4543
|
+
"SCALAR"
|
|
4544
|
+
],
|
|
4545
|
+
"name": "Int",
|
|
4546
|
+
"non_null": false
|
|
4547
|
+
},
|
|
4548
|
+
"varName": "ge"
|
|
4549
|
+
},
|
|
4550
|
+
"globalIpRange": {
|
|
4551
|
+
"args": {},
|
|
4552
|
+
"deprecationReason": null,
|
|
4553
|
+
"description": "Global IP ranges to include.",
|
|
4554
|
+
"id_str": "addBgpPeer___bgpPeer___defaultActionExclusion___bgpRouteExactAndInclusiveFilterRule___globalIpRange",
|
|
4555
|
+
"isDeprecated": false,
|
|
4556
|
+
"name": "globalIpRange",
|
|
4557
|
+
"path": "addBgpPeer.bgpPeer.defaultActionExclusion.bgpRouteExactAndInclusiveFilterRule.globalIpRange",
|
|
4558
|
+
"requestStr": "$globalIpRangeRef:[GlobalIpRangeRef]! ",
|
|
4559
|
+
"required": true,
|
|
4560
|
+
"responseStr": "globalIpRange:$globalIpRangeRef ",
|
|
4561
|
+
"type": {
|
|
4562
|
+
"definition": {
|
|
4563
|
+
"description": "A reference identifying the GlobalIpRange object. ID: Unique GlobalIpRange Identifier, Name: The GlobalIpRange Name",
|
|
4564
|
+
"enumValues": null,
|
|
4565
|
+
"fields": {
|
|
4566
|
+
"id": {
|
|
4567
|
+
"args": {},
|
|
4568
|
+
"deprecationReason": null,
|
|
4569
|
+
"description": null,
|
|
4570
|
+
"id_str": "addBgpPeer___bgpPeer___defaultActionExclusion___bgpRouteExactAndInclusiveFilterRule___globalIpRange___id",
|
|
4571
|
+
"isDeprecated": false,
|
|
4572
|
+
"name": "id",
|
|
4573
|
+
"path": "addBgpPeer.bgpPeer.defaultActionExclusion.bgpRouteExactAndInclusiveFilterRule.globalIpRange.id",
|
|
4574
|
+
"requestStr": "$id:ID! ",
|
|
4575
|
+
"required": true,
|
|
4576
|
+
"responseStr": "id:$id ",
|
|
4577
|
+
"type": {
|
|
4578
|
+
"kind": [
|
|
4579
|
+
"NON_NULL",
|
|
4580
|
+
"SCALAR"
|
|
4581
|
+
],
|
|
4582
|
+
"name": "ID",
|
|
4583
|
+
"non_null": false
|
|
4584
|
+
},
|
|
4585
|
+
"varName": "id"
|
|
4586
|
+
},
|
|
4587
|
+
"name": {
|
|
4588
|
+
"args": {},
|
|
4589
|
+
"deprecationReason": null,
|
|
4590
|
+
"description": null,
|
|
4591
|
+
"id_str": "addBgpPeer___bgpPeer___defaultActionExclusion___bgpRouteExactAndInclusiveFilterRule___globalIpRange___name",
|
|
4592
|
+
"isDeprecated": false,
|
|
4593
|
+
"name": "name",
|
|
4594
|
+
"path": "addBgpPeer.bgpPeer.defaultActionExclusion.bgpRouteExactAndInclusiveFilterRule.globalIpRange.name",
|
|
4595
|
+
"requestStr": "$name:String! ",
|
|
4596
|
+
"required": true,
|
|
4597
|
+
"responseStr": "name:$name ",
|
|
4598
|
+
"type": {
|
|
4599
|
+
"kind": [
|
|
4600
|
+
"NON_NULL",
|
|
4601
|
+
"SCALAR"
|
|
4602
|
+
],
|
|
4603
|
+
"name": "String",
|
|
4604
|
+
"non_null": false
|
|
4605
|
+
},
|
|
4606
|
+
"varName": "name"
|
|
4607
|
+
}
|
|
4608
|
+
},
|
|
4609
|
+
"inputFields": null,
|
|
4610
|
+
"interfaces": {},
|
|
4611
|
+
"kind": "OBJECT",
|
|
4612
|
+
"name": "GlobalIpRangeRef",
|
|
4613
|
+
"possibleTypes": null
|
|
4614
|
+
},
|
|
4615
|
+
"indexType": "object",
|
|
4616
|
+
"kind": [
|
|
4617
|
+
"NON_NULL",
|
|
4618
|
+
"LIST",
|
|
4619
|
+
"NON_NULL",
|
|
4620
|
+
"OBJECT"
|
|
4621
|
+
],
|
|
4622
|
+
"name": "GlobalIpRangeRef",
|
|
4623
|
+
"non_null": false
|
|
4624
|
+
},
|
|
4625
|
+
"varName": "globalIpRangeRef"
|
|
4626
|
+
},
|
|
4627
|
+
"globalIpRangeException": {
|
|
4628
|
+
"args": {},
|
|
4629
|
+
"deprecationReason": null,
|
|
4630
|
+
"description": "Global IP ranges to exclude.",
|
|
4631
|
+
"id_str": "addBgpPeer___bgpPeer___defaultActionExclusion___bgpRouteExactAndInclusiveFilterRule___globalIpRangeException",
|
|
4632
|
+
"isDeprecated": false,
|
|
4633
|
+
"name": "globalIpRangeException",
|
|
4634
|
+
"path": "addBgpPeer.bgpPeer.defaultActionExclusion.bgpRouteExactAndInclusiveFilterRule.globalIpRangeException",
|
|
4635
|
+
"requestStr": "$globalIpRangeRef:[GlobalIpRangeRef]! ",
|
|
4636
|
+
"required": true,
|
|
4637
|
+
"responseStr": "globalIpRangeException:$globalIpRangeRef ",
|
|
4638
|
+
"type": {
|
|
4639
|
+
"definition": {
|
|
4640
|
+
"description": "A reference identifying the GlobalIpRange object. ID: Unique GlobalIpRange Identifier, Name: The GlobalIpRange Name",
|
|
4641
|
+
"enumValues": null,
|
|
4642
|
+
"fields": {
|
|
4643
|
+
"id": {
|
|
4644
|
+
"args": {},
|
|
4645
|
+
"deprecationReason": null,
|
|
4646
|
+
"description": null,
|
|
4647
|
+
"id_str": "addBgpPeer___bgpPeer___defaultActionExclusion___bgpRouteExactAndInclusiveFilterRule___globalIpRangeException___id",
|
|
4648
|
+
"isDeprecated": false,
|
|
4649
|
+
"name": "id",
|
|
4650
|
+
"path": "addBgpPeer.bgpPeer.defaultActionExclusion.bgpRouteExactAndInclusiveFilterRule.globalIpRangeException.id",
|
|
4651
|
+
"requestStr": "$id:ID! ",
|
|
4652
|
+
"required": true,
|
|
4653
|
+
"responseStr": "id:$id ",
|
|
4654
|
+
"type": {
|
|
4655
|
+
"kind": [
|
|
4656
|
+
"NON_NULL",
|
|
4657
|
+
"SCALAR"
|
|
4658
|
+
],
|
|
4659
|
+
"name": "ID",
|
|
4660
|
+
"non_null": false
|
|
4661
|
+
},
|
|
4662
|
+
"varName": "id"
|
|
4663
|
+
},
|
|
4664
|
+
"name": {
|
|
4665
|
+
"args": {},
|
|
4666
|
+
"deprecationReason": null,
|
|
4667
|
+
"description": null,
|
|
4668
|
+
"id_str": "addBgpPeer___bgpPeer___defaultActionExclusion___bgpRouteExactAndInclusiveFilterRule___globalIpRangeException___name",
|
|
4669
|
+
"isDeprecated": false,
|
|
4670
|
+
"name": "name",
|
|
4671
|
+
"path": "addBgpPeer.bgpPeer.defaultActionExclusion.bgpRouteExactAndInclusiveFilterRule.globalIpRangeException.name",
|
|
4672
|
+
"requestStr": "$name:String! ",
|
|
4673
|
+
"required": true,
|
|
4674
|
+
"responseStr": "name:$name ",
|
|
4675
|
+
"type": {
|
|
4676
|
+
"kind": [
|
|
4677
|
+
"NON_NULL",
|
|
4678
|
+
"SCALAR"
|
|
4679
|
+
],
|
|
4680
|
+
"name": "String",
|
|
4681
|
+
"non_null": false
|
|
4682
|
+
},
|
|
4683
|
+
"varName": "name"
|
|
4684
|
+
}
|
|
4685
|
+
},
|
|
4686
|
+
"inputFields": null,
|
|
4687
|
+
"interfaces": {},
|
|
4688
|
+
"kind": "OBJECT",
|
|
4689
|
+
"name": "GlobalIpRangeRef",
|
|
4690
|
+
"possibleTypes": null
|
|
4691
|
+
},
|
|
4692
|
+
"indexType": "object",
|
|
4693
|
+
"kind": [
|
|
4694
|
+
"NON_NULL",
|
|
4695
|
+
"LIST",
|
|
4696
|
+
"NON_NULL",
|
|
4697
|
+
"OBJECT"
|
|
4698
|
+
],
|
|
4699
|
+
"name": "GlobalIpRangeRef",
|
|
4700
|
+
"non_null": false
|
|
4701
|
+
},
|
|
4702
|
+
"varName": "globalIpRangeRef"
|
|
4703
|
+
},
|
|
4704
|
+
"id": {
|
|
4705
|
+
"args": {},
|
|
4706
|
+
"deprecationReason": null,
|
|
4707
|
+
"description": "Unique identifier of the filter rule.",
|
|
4708
|
+
"id_str": "addBgpPeer___bgpPeer___defaultActionExclusion___bgpRouteExactAndInclusiveFilterRule___id",
|
|
4709
|
+
"isDeprecated": false,
|
|
4710
|
+
"name": "id",
|
|
4711
|
+
"path": "addBgpPeer.bgpPeer.defaultActionExclusion.bgpRouteExactAndInclusiveFilterRule.id",
|
|
4712
|
+
"requestStr": "$id:ID! ",
|
|
4713
|
+
"required": true,
|
|
4714
|
+
"responseStr": "id:$id ",
|
|
4715
|
+
"type": {
|
|
4716
|
+
"kind": [
|
|
4717
|
+
"NON_NULL",
|
|
4718
|
+
"SCALAR"
|
|
4719
|
+
],
|
|
4720
|
+
"name": "ID",
|
|
4721
|
+
"non_null": false
|
|
4722
|
+
},
|
|
4723
|
+
"varName": "id"
|
|
4724
|
+
},
|
|
4725
|
+
"le": {
|
|
4726
|
+
"args": {},
|
|
4727
|
+
"deprecationReason": null,
|
|
4728
|
+
"description": "Maximum prefix length for the filter rule.",
|
|
4729
|
+
"id_str": "addBgpPeer___bgpPeer___defaultActionExclusion___bgpRouteExactAndInclusiveFilterRule___le",
|
|
4730
|
+
"isDeprecated": false,
|
|
4731
|
+
"name": "le",
|
|
4732
|
+
"path": "addBgpPeer.bgpPeer.defaultActionExclusion.bgpRouteExactAndInclusiveFilterRule.le",
|
|
4733
|
+
"requestStr": "$le:Int ",
|
|
4734
|
+
"required": false,
|
|
4735
|
+
"responseStr": "le:$le ",
|
|
4736
|
+
"type": {
|
|
4737
|
+
"kind": [
|
|
4738
|
+
"SCALAR"
|
|
4739
|
+
],
|
|
4740
|
+
"name": "Int",
|
|
4741
|
+
"non_null": false
|
|
4742
|
+
},
|
|
4743
|
+
"varName": "le"
|
|
4744
|
+
},
|
|
4745
|
+
"networkSubnet": {
|
|
4746
|
+
"args": {},
|
|
4747
|
+
"deprecationReason": null,
|
|
4748
|
+
"description": "Network subnets to include.",
|
|
4749
|
+
"id_str": "addBgpPeer___bgpPeer___defaultActionExclusion___bgpRouteExactAndInclusiveFilterRule___networkSubnet",
|
|
4750
|
+
"isDeprecated": false,
|
|
4751
|
+
"name": "networkSubnet",
|
|
4752
|
+
"path": "addBgpPeer.bgpPeer.defaultActionExclusion.bgpRouteExactAndInclusiveFilterRule.networkSubnet",
|
|
4753
|
+
"requestStr": "$networkSubnet:[NetworkSubnet]! ",
|
|
4754
|
+
"required": true,
|
|
4755
|
+
"responseStr": "networkSubnet:$networkSubnet ",
|
|
4756
|
+
"type": {
|
|
4757
|
+
"kind": [
|
|
4758
|
+
"NON_NULL",
|
|
4759
|
+
"LIST",
|
|
4760
|
+
"NON_NULL",
|
|
4761
|
+
"SCALAR"
|
|
4762
|
+
],
|
|
4763
|
+
"name": "NetworkSubnet",
|
|
4764
|
+
"non_null": false
|
|
4765
|
+
},
|
|
4766
|
+
"varName": "networkSubnet"
|
|
4767
|
+
},
|
|
4768
|
+
"networkSubnetException": {
|
|
4769
|
+
"args": {},
|
|
4770
|
+
"deprecationReason": null,
|
|
4771
|
+
"description": "Network subnets to exclude.",
|
|
4772
|
+
"id_str": "addBgpPeer___bgpPeer___defaultActionExclusion___bgpRouteExactAndInclusiveFilterRule___networkSubnetException",
|
|
4773
|
+
"isDeprecated": false,
|
|
4774
|
+
"name": "networkSubnetException",
|
|
4775
|
+
"path": "addBgpPeer.bgpPeer.defaultActionExclusion.bgpRouteExactAndInclusiveFilterRule.networkSubnetException",
|
|
4776
|
+
"requestStr": "$networkSubnetException:[NetworkSubnet]! ",
|
|
4777
|
+
"required": true,
|
|
4778
|
+
"responseStr": "networkSubnetException:$networkSubnetException ",
|
|
4779
|
+
"type": {
|
|
4780
|
+
"kind": [
|
|
4781
|
+
"NON_NULL",
|
|
4782
|
+
"LIST",
|
|
4783
|
+
"NON_NULL",
|
|
4784
|
+
"SCALAR"
|
|
4785
|
+
],
|
|
4786
|
+
"name": "NetworkSubnet",
|
|
4787
|
+
"non_null": false
|
|
4788
|
+
},
|
|
4789
|
+
"varName": "networkSubnetException"
|
|
4790
|
+
}
|
|
4791
|
+
},
|
|
4792
|
+
"inputFields": null,
|
|
4793
|
+
"interfaces": {},
|
|
4794
|
+
"kind": "OBJECT",
|
|
4795
|
+
"name": "BgpRouteExactAndInclusiveFilterRule",
|
|
4796
|
+
"possibleTypes": null
|
|
4797
|
+
},
|
|
4798
|
+
"indexType": "object",
|
|
4799
|
+
"kind": [
|
|
4800
|
+
"OBJECT"
|
|
2473
4801
|
],
|
|
2474
|
-
"name": "
|
|
4802
|
+
"name": "BgpRouteExactAndInclusiveFilterRule",
|
|
2475
4803
|
"non_null": false
|
|
2476
4804
|
},
|
|
2477
|
-
"varName": "
|
|
4805
|
+
"varName": "bgpRouteExactAndInclusiveFilterRule"
|
|
2478
4806
|
},
|
|
2479
|
-
"
|
|
4807
|
+
"bgpRouteExactFilterRule": {
|
|
4808
|
+
"alias": "bgpRouteExactFilterRuleBgpRouteExactFilterRule: bgpRouteExactFilterRule",
|
|
2480
4809
|
"args": {},
|
|
2481
4810
|
"deprecationReason": null,
|
|
2482
|
-
"description": "
|
|
2483
|
-
"id_str": "
|
|
4811
|
+
"description": "Exact route filter rule. Please choose only one filter rule type.",
|
|
4812
|
+
"id_str": "addBgpPeer___bgpPeer___defaultActionExclusion___bgpRouteExactFilterRule",
|
|
2484
4813
|
"isDeprecated": false,
|
|
2485
|
-
"name": "
|
|
2486
|
-
"path": "addBgpPeer.bgpPeer.
|
|
2487
|
-
"requestStr": "$
|
|
2488
|
-
"required":
|
|
2489
|
-
"responseStr": "
|
|
4814
|
+
"name": "bgpRouteExactFilterRule",
|
|
4815
|
+
"path": "addBgpPeer.bgpPeer.defaultActionExclusion.bgpRouteExactFilterRule",
|
|
4816
|
+
"requestStr": "$bgpRouteExactFilterRule:BgpRouteExactFilterRule ",
|
|
4817
|
+
"required": false,
|
|
4818
|
+
"responseStr": "bgpRouteExactFilterRule:$bgpRouteExactFilterRule ",
|
|
2490
4819
|
"type": {
|
|
4820
|
+
"definition": {
|
|
4821
|
+
"description": null,
|
|
4822
|
+
"enumValues": null,
|
|
4823
|
+
"fields": {
|
|
4824
|
+
"globalIpRange": {
|
|
4825
|
+
"args": {},
|
|
4826
|
+
"deprecationReason": null,
|
|
4827
|
+
"description": "Global IP ranges to include.",
|
|
4828
|
+
"id_str": "addBgpPeer___bgpPeer___defaultActionExclusion___bgpRouteExactFilterRule___globalIpRange",
|
|
4829
|
+
"isDeprecated": false,
|
|
4830
|
+
"name": "globalIpRange",
|
|
4831
|
+
"path": "addBgpPeer.bgpPeer.defaultActionExclusion.bgpRouteExactFilterRule.globalIpRange",
|
|
4832
|
+
"requestStr": "$globalIpRangeRef:[GlobalIpRangeRef]! ",
|
|
4833
|
+
"required": true,
|
|
4834
|
+
"responseStr": "globalIpRange:$globalIpRangeRef ",
|
|
4835
|
+
"type": {
|
|
4836
|
+
"definition": {
|
|
4837
|
+
"description": "A reference identifying the GlobalIpRange object. ID: Unique GlobalIpRange Identifier, Name: The GlobalIpRange Name",
|
|
4838
|
+
"enumValues": null,
|
|
4839
|
+
"fields": {
|
|
4840
|
+
"id": {
|
|
4841
|
+
"args": {},
|
|
4842
|
+
"deprecationReason": null,
|
|
4843
|
+
"description": null,
|
|
4844
|
+
"id_str": "addBgpPeer___bgpPeer___defaultActionExclusion___bgpRouteExactFilterRule___globalIpRange___id",
|
|
4845
|
+
"isDeprecated": false,
|
|
4846
|
+
"name": "id",
|
|
4847
|
+
"path": "addBgpPeer.bgpPeer.defaultActionExclusion.bgpRouteExactFilterRule.globalIpRange.id",
|
|
4848
|
+
"requestStr": "$id:ID! ",
|
|
4849
|
+
"required": true,
|
|
4850
|
+
"responseStr": "id:$id ",
|
|
4851
|
+
"type": {
|
|
4852
|
+
"kind": [
|
|
4853
|
+
"NON_NULL",
|
|
4854
|
+
"SCALAR"
|
|
4855
|
+
],
|
|
4856
|
+
"name": "ID",
|
|
4857
|
+
"non_null": false
|
|
4858
|
+
},
|
|
4859
|
+
"varName": "id"
|
|
4860
|
+
},
|
|
4861
|
+
"name": {
|
|
4862
|
+
"args": {},
|
|
4863
|
+
"deprecationReason": null,
|
|
4864
|
+
"description": null,
|
|
4865
|
+
"id_str": "addBgpPeer___bgpPeer___defaultActionExclusion___bgpRouteExactFilterRule___globalIpRange___name",
|
|
4866
|
+
"isDeprecated": false,
|
|
4867
|
+
"name": "name",
|
|
4868
|
+
"path": "addBgpPeer.bgpPeer.defaultActionExclusion.bgpRouteExactFilterRule.globalIpRange.name",
|
|
4869
|
+
"requestStr": "$name:String! ",
|
|
4870
|
+
"required": true,
|
|
4871
|
+
"responseStr": "name:$name ",
|
|
4872
|
+
"type": {
|
|
4873
|
+
"kind": [
|
|
4874
|
+
"NON_NULL",
|
|
4875
|
+
"SCALAR"
|
|
4876
|
+
],
|
|
4877
|
+
"name": "String",
|
|
4878
|
+
"non_null": false
|
|
4879
|
+
},
|
|
4880
|
+
"varName": "name"
|
|
4881
|
+
}
|
|
4882
|
+
},
|
|
4883
|
+
"inputFields": null,
|
|
4884
|
+
"interfaces": {},
|
|
4885
|
+
"kind": "OBJECT",
|
|
4886
|
+
"name": "GlobalIpRangeRef",
|
|
4887
|
+
"possibleTypes": null
|
|
4888
|
+
},
|
|
4889
|
+
"indexType": "object",
|
|
4890
|
+
"kind": [
|
|
4891
|
+
"NON_NULL",
|
|
4892
|
+
"LIST",
|
|
4893
|
+
"NON_NULL",
|
|
4894
|
+
"OBJECT"
|
|
4895
|
+
],
|
|
4896
|
+
"name": "GlobalIpRangeRef",
|
|
4897
|
+
"non_null": false
|
|
4898
|
+
},
|
|
4899
|
+
"varName": "globalIpRangeRef"
|
|
4900
|
+
},
|
|
4901
|
+
"id": {
|
|
4902
|
+
"args": {},
|
|
4903
|
+
"deprecationReason": null,
|
|
4904
|
+
"description": "Unique identifier of the exact filter rule.",
|
|
4905
|
+
"id_str": "addBgpPeer___bgpPeer___defaultActionExclusion___bgpRouteExactFilterRule___id",
|
|
4906
|
+
"isDeprecated": false,
|
|
4907
|
+
"name": "id",
|
|
4908
|
+
"path": "addBgpPeer.bgpPeer.defaultActionExclusion.bgpRouteExactFilterRule.id",
|
|
4909
|
+
"requestStr": "$id:ID! ",
|
|
4910
|
+
"required": true,
|
|
4911
|
+
"responseStr": "id:$id ",
|
|
4912
|
+
"type": {
|
|
4913
|
+
"kind": [
|
|
4914
|
+
"NON_NULL",
|
|
4915
|
+
"SCALAR"
|
|
4916
|
+
],
|
|
4917
|
+
"name": "ID",
|
|
4918
|
+
"non_null": false
|
|
4919
|
+
},
|
|
4920
|
+
"varName": "id"
|
|
4921
|
+
},
|
|
4922
|
+
"networkSubnet": {
|
|
4923
|
+
"args": {},
|
|
4924
|
+
"deprecationReason": null,
|
|
4925
|
+
"description": "Network subnets to include.",
|
|
4926
|
+
"id_str": "addBgpPeer___bgpPeer___defaultActionExclusion___bgpRouteExactFilterRule___networkSubnet",
|
|
4927
|
+
"isDeprecated": false,
|
|
4928
|
+
"name": "networkSubnet",
|
|
4929
|
+
"path": "addBgpPeer.bgpPeer.defaultActionExclusion.bgpRouteExactFilterRule.networkSubnet",
|
|
4930
|
+
"requestStr": "$networkSubnet:[NetworkSubnet]! ",
|
|
4931
|
+
"required": true,
|
|
4932
|
+
"responseStr": "networkSubnet:$networkSubnet ",
|
|
4933
|
+
"type": {
|
|
4934
|
+
"kind": [
|
|
4935
|
+
"NON_NULL",
|
|
4936
|
+
"LIST",
|
|
4937
|
+
"NON_NULL",
|
|
4938
|
+
"SCALAR"
|
|
4939
|
+
],
|
|
4940
|
+
"name": "NetworkSubnet",
|
|
4941
|
+
"non_null": false
|
|
4942
|
+
},
|
|
4943
|
+
"varName": "networkSubnet"
|
|
4944
|
+
}
|
|
4945
|
+
},
|
|
4946
|
+
"inputFields": null,
|
|
4947
|
+
"interfaces": {},
|
|
4948
|
+
"kind": "OBJECT",
|
|
4949
|
+
"name": "BgpRouteExactFilterRule",
|
|
4950
|
+
"possibleTypes": null
|
|
4951
|
+
},
|
|
4952
|
+
"indexType": "object",
|
|
2491
4953
|
"kind": [
|
|
2492
|
-
"
|
|
2493
|
-
"SCALAR"
|
|
4954
|
+
"OBJECT"
|
|
2494
4955
|
],
|
|
2495
|
-
"name": "
|
|
4956
|
+
"name": "BgpRouteExactFilterRule",
|
|
2496
4957
|
"non_null": false
|
|
2497
4958
|
},
|
|
2498
|
-
"varName": "
|
|
4959
|
+
"varName": "bgpRouteExactFilterRule"
|
|
2499
4960
|
},
|
|
2500
|
-
"
|
|
4961
|
+
"communityFilterRule": {
|
|
4962
|
+
"alias": "bgpCommunityFilterRuleCommunityFilterRule: communityFilterRule",
|
|
2501
4963
|
"args": {},
|
|
2502
4964
|
"deprecationReason": null,
|
|
2503
|
-
"description": "
|
|
2504
|
-
"id_str": "
|
|
4965
|
+
"description": "Community filter rule. Please choose only one filter rule type.",
|
|
4966
|
+
"id_str": "addBgpPeer___bgpPeer___defaultActionExclusion___communityFilterRule",
|
|
2505
4967
|
"isDeprecated": false,
|
|
2506
|
-
"name": "
|
|
2507
|
-
"path": "addBgpPeer.bgpPeer.
|
|
2508
|
-
"requestStr": "$
|
|
2509
|
-
"required":
|
|
2510
|
-
"responseStr": "
|
|
4968
|
+
"name": "communityFilterRule",
|
|
4969
|
+
"path": "addBgpPeer.bgpPeer.defaultActionExclusion.communityFilterRule",
|
|
4970
|
+
"requestStr": "$bgpCommunityFilterRule:BgpCommunityFilterRule ",
|
|
4971
|
+
"required": false,
|
|
4972
|
+
"responseStr": "communityFilterRule:$bgpCommunityFilterRule ",
|
|
2511
4973
|
"type": {
|
|
4974
|
+
"definition": {
|
|
4975
|
+
"description": null,
|
|
4976
|
+
"enumValues": null,
|
|
4977
|
+
"fields": {
|
|
4978
|
+
"community": {
|
|
4979
|
+
"args": {},
|
|
4980
|
+
"deprecationReason": null,
|
|
4981
|
+
"description": "Community values to match.",
|
|
4982
|
+
"id_str": "addBgpPeer___bgpPeer___defaultActionExclusion___communityFilterRule___community",
|
|
4983
|
+
"isDeprecated": false,
|
|
4984
|
+
"name": "community",
|
|
4985
|
+
"path": "addBgpPeer.bgpPeer.defaultActionExclusion.communityFilterRule.community",
|
|
4986
|
+
"requestStr": "$bgpCommunity:[BgpCommunity]! ",
|
|
4987
|
+
"required": true,
|
|
4988
|
+
"responseStr": "community:$bgpCommunity ",
|
|
4989
|
+
"type": {
|
|
4990
|
+
"definition": {
|
|
4991
|
+
"description": null,
|
|
4992
|
+
"enumValues": null,
|
|
4993
|
+
"fields": {
|
|
4994
|
+
"from": {
|
|
4995
|
+
"args": {},
|
|
4996
|
+
"deprecationReason": null,
|
|
4997
|
+
"description": "Start of the community range.",
|
|
4998
|
+
"id_str": "addBgpPeer___bgpPeer___defaultActionExclusion___communityFilterRule___community___from",
|
|
4999
|
+
"isDeprecated": false,
|
|
5000
|
+
"name": "from",
|
|
5001
|
+
"path": "addBgpPeer.bgpPeer.defaultActionExclusion.communityFilterRule.community.from",
|
|
5002
|
+
"requestStr": "$from:Asn16! ",
|
|
5003
|
+
"required": true,
|
|
5004
|
+
"responseStr": "from:$from ",
|
|
5005
|
+
"type": {
|
|
5006
|
+
"kind": [
|
|
5007
|
+
"NON_NULL",
|
|
5008
|
+
"SCALAR"
|
|
5009
|
+
],
|
|
5010
|
+
"name": "Asn16",
|
|
5011
|
+
"non_null": false
|
|
5012
|
+
},
|
|
5013
|
+
"varName": "from"
|
|
5014
|
+
},
|
|
5015
|
+
"to": {
|
|
5016
|
+
"args": {},
|
|
5017
|
+
"deprecationReason": null,
|
|
5018
|
+
"description": "End of the community range.",
|
|
5019
|
+
"id_str": "addBgpPeer___bgpPeer___defaultActionExclusion___communityFilterRule___community___to",
|
|
5020
|
+
"isDeprecated": false,
|
|
5021
|
+
"name": "to",
|
|
5022
|
+
"path": "addBgpPeer.bgpPeer.defaultActionExclusion.communityFilterRule.community.to",
|
|
5023
|
+
"requestStr": "$to:Asn16! ",
|
|
5024
|
+
"required": true,
|
|
5025
|
+
"responseStr": "to:$to ",
|
|
5026
|
+
"type": {
|
|
5027
|
+
"kind": [
|
|
5028
|
+
"NON_NULL",
|
|
5029
|
+
"SCALAR"
|
|
5030
|
+
],
|
|
5031
|
+
"name": "Asn16",
|
|
5032
|
+
"non_null": false
|
|
5033
|
+
},
|
|
5034
|
+
"varName": "to"
|
|
5035
|
+
}
|
|
5036
|
+
},
|
|
5037
|
+
"inputFields": null,
|
|
5038
|
+
"interfaces": {},
|
|
5039
|
+
"kind": "OBJECT",
|
|
5040
|
+
"name": "BgpCommunity",
|
|
5041
|
+
"possibleTypes": null
|
|
5042
|
+
},
|
|
5043
|
+
"indexType": "object",
|
|
5044
|
+
"kind": [
|
|
5045
|
+
"NON_NULL",
|
|
5046
|
+
"LIST",
|
|
5047
|
+
"NON_NULL",
|
|
5048
|
+
"OBJECT"
|
|
5049
|
+
],
|
|
5050
|
+
"name": "BgpCommunity",
|
|
5051
|
+
"non_null": false
|
|
5052
|
+
},
|
|
5053
|
+
"varName": "bgpCommunity"
|
|
5054
|
+
},
|
|
5055
|
+
"id": {
|
|
5056
|
+
"args": {},
|
|
5057
|
+
"deprecationReason": null,
|
|
5058
|
+
"description": "Unique identifier of the community filter rule.",
|
|
5059
|
+
"id_str": "addBgpPeer___bgpPeer___defaultActionExclusion___communityFilterRule___id",
|
|
5060
|
+
"isDeprecated": false,
|
|
5061
|
+
"name": "id",
|
|
5062
|
+
"path": "addBgpPeer.bgpPeer.defaultActionExclusion.communityFilterRule.id",
|
|
5063
|
+
"requestStr": "$id:ID! ",
|
|
5064
|
+
"required": true,
|
|
5065
|
+
"responseStr": "id:$id ",
|
|
5066
|
+
"type": {
|
|
5067
|
+
"kind": [
|
|
5068
|
+
"NON_NULL",
|
|
5069
|
+
"SCALAR"
|
|
5070
|
+
],
|
|
5071
|
+
"name": "ID",
|
|
5072
|
+
"non_null": false
|
|
5073
|
+
},
|
|
5074
|
+
"varName": "id"
|
|
5075
|
+
},
|
|
5076
|
+
"predicate": {
|
|
5077
|
+
"args": {},
|
|
5078
|
+
"deprecationReason": null,
|
|
5079
|
+
"description": "Predicate to apply to the community filter (e.g., EQUAL, NOT_EQUAL).",
|
|
5080
|
+
"id_str": "addBgpPeer___bgpPeer___defaultActionExclusion___communityFilterRule___predicate",
|
|
5081
|
+
"isDeprecated": false,
|
|
5082
|
+
"name": "predicate",
|
|
5083
|
+
"path": "addBgpPeer.bgpPeer.defaultActionExclusion.communityFilterRule.predicate",
|
|
5084
|
+
"requestStr": "$predicate:BgpCommunityFilterPredicate! ",
|
|
5085
|
+
"required": true,
|
|
5086
|
+
"responseStr": "predicate:$predicate ",
|
|
5087
|
+
"type": {
|
|
5088
|
+
"definition": {
|
|
5089
|
+
"description": null,
|
|
5090
|
+
"enumValues": [
|
|
5091
|
+
{
|
|
5092
|
+
"deprecationReason": null,
|
|
5093
|
+
"description": "Matches exactly the specified community value.",
|
|
5094
|
+
"isDeprecated": false,
|
|
5095
|
+
"name": "EQUAL"
|
|
5096
|
+
},
|
|
5097
|
+
{
|
|
5098
|
+
"deprecationReason": null,
|
|
5099
|
+
"description": "Matches any community value except the specified one.",
|
|
5100
|
+
"isDeprecated": false,
|
|
5101
|
+
"name": "NOT_EQUAL"
|
|
5102
|
+
}
|
|
5103
|
+
],
|
|
5104
|
+
"fields": null,
|
|
5105
|
+
"inputFields": null,
|
|
5106
|
+
"interfaces": null,
|
|
5107
|
+
"kind": "ENUM",
|
|
5108
|
+
"name": "BgpCommunityFilterPredicate",
|
|
5109
|
+
"possibleTypes": null
|
|
5110
|
+
},
|
|
5111
|
+
"indexType": "enum",
|
|
5112
|
+
"kind": [
|
|
5113
|
+
"NON_NULL",
|
|
5114
|
+
"ENUM"
|
|
5115
|
+
],
|
|
5116
|
+
"name": "BgpCommunityFilterPredicate",
|
|
5117
|
+
"non_null": false
|
|
5118
|
+
},
|
|
5119
|
+
"varName": "predicate"
|
|
5120
|
+
}
|
|
5121
|
+
},
|
|
5122
|
+
"inputFields": null,
|
|
5123
|
+
"interfaces": {},
|
|
5124
|
+
"kind": "OBJECT",
|
|
5125
|
+
"name": "BgpCommunityFilterRule",
|
|
5126
|
+
"possibleTypes": null
|
|
5127
|
+
},
|
|
5128
|
+
"indexType": "object",
|
|
2512
5129
|
"kind": [
|
|
2513
|
-
"
|
|
2514
|
-
"SCALAR"
|
|
5130
|
+
"OBJECT"
|
|
2515
5131
|
],
|
|
2516
|
-
"name": "
|
|
5132
|
+
"name": "BgpCommunityFilterRule",
|
|
2517
5133
|
"non_null": false
|
|
2518
5134
|
},
|
|
2519
|
-
"varName": "
|
|
5135
|
+
"varName": "bgpCommunityFilterRule"
|
|
2520
5136
|
}
|
|
2521
5137
|
},
|
|
2522
5138
|
"inputFields": null,
|
|
2523
5139
|
"interfaces": {},
|
|
2524
5140
|
"kind": "OBJECT",
|
|
2525
|
-
"name": "
|
|
5141
|
+
"name": "BgpFilterRule",
|
|
2526
5142
|
"possibleTypes": null
|
|
2527
5143
|
},
|
|
2528
5144
|
"indexType": "object",
|
|
2529
|
-
"kind": [
|
|
2530
|
-
"OBJECT"
|
|
2531
|
-
],
|
|
2532
|
-
"name": "BfdSettings",
|
|
2533
|
-
"non_null": false
|
|
2534
|
-
},
|
|
2535
|
-
"varName": "bfdSettings"
|
|
2536
|
-
},
|
|
2537
|
-
"catoAsn": {
|
|
2538
|
-
"args": {},
|
|
2539
|
-
"deprecationReason": null,
|
|
2540
|
-
"description": "AS number of Cato's BGP endpoint.",
|
|
2541
|
-
"id_str": "addBgpPeer___bgpPeer___catoAsn",
|
|
2542
|
-
"isDeprecated": false,
|
|
2543
|
-
"name": "catoAsn",
|
|
2544
|
-
"path": "addBgpPeer.bgpPeer.catoAsn",
|
|
2545
|
-
"requestStr": "$catoAsn:Asn16! ",
|
|
2546
|
-
"required": true,
|
|
2547
|
-
"responseStr": "catoAsn:$catoAsn ",
|
|
2548
|
-
"type": {
|
|
2549
|
-
"kind": [
|
|
2550
|
-
"NON_NULL",
|
|
2551
|
-
"SCALAR"
|
|
2552
|
-
],
|
|
2553
|
-
"name": "Asn16",
|
|
2554
|
-
"non_null": false
|
|
2555
|
-
},
|
|
2556
|
-
"varName": "catoAsn"
|
|
2557
|
-
},
|
|
2558
|
-
"catoIp": {
|
|
2559
|
-
"args": {},
|
|
2560
|
-
"deprecationReason": null,
|
|
2561
|
-
"description": "IP address of Cato's BGP endpoint.",
|
|
2562
|
-
"id_str": "addBgpPeer___bgpPeer___catoIp",
|
|
2563
|
-
"isDeprecated": false,
|
|
2564
|
-
"name": "catoIp",
|
|
2565
|
-
"path": "addBgpPeer.bgpPeer.catoIp",
|
|
2566
|
-
"requestStr": "$catoIp:IPAddress! ",
|
|
2567
|
-
"required": true,
|
|
2568
|
-
"responseStr": "catoIp:$catoIp ",
|
|
2569
|
-
"type": {
|
|
2570
5145
|
"kind": [
|
|
2571
5146
|
"NON_NULL",
|
|
2572
|
-
"
|
|
2573
|
-
],
|
|
2574
|
-
"name": "IPAddress",
|
|
2575
|
-
"non_null": false
|
|
2576
|
-
},
|
|
2577
|
-
"varName": "catoIp"
|
|
2578
|
-
},
|
|
2579
|
-
"defaultAction": {
|
|
2580
|
-
"alias": "bgpDefaultActionDefaultAction: defaultAction",
|
|
2581
|
-
"args": {},
|
|
2582
|
-
"deprecationReason": null,
|
|
2583
|
-
"description": "Default action for routes not matching filters (ACCEPT or DROP).",
|
|
2584
|
-
"id_str": "addBgpPeer___bgpPeer___defaultAction",
|
|
2585
|
-
"isDeprecated": false,
|
|
2586
|
-
"name": "defaultAction",
|
|
2587
|
-
"path": "addBgpPeer.bgpPeer.defaultAction",
|
|
2588
|
-
"requestStr": "$defaultAction:BgpDefaultAction! ",
|
|
2589
|
-
"required": true,
|
|
2590
|
-
"responseStr": "defaultAction:$defaultAction ",
|
|
2591
|
-
"type": {
|
|
2592
|
-
"definition": {
|
|
2593
|
-
"description": null,
|
|
2594
|
-
"enumValues": [
|
|
2595
|
-
{
|
|
2596
|
-
"deprecationReason": null,
|
|
2597
|
-
"description": "Default action to drop all unmatched routes.",
|
|
2598
|
-
"isDeprecated": false,
|
|
2599
|
-
"name": "DROP"
|
|
2600
|
-
},
|
|
2601
|
-
{
|
|
2602
|
-
"deprecationReason": null,
|
|
2603
|
-
"description": "Default action to accept all unmatched routes.",
|
|
2604
|
-
"isDeprecated": false,
|
|
2605
|
-
"name": "ACCEPT"
|
|
2606
|
-
}
|
|
2607
|
-
],
|
|
2608
|
-
"fields": null,
|
|
2609
|
-
"inputFields": null,
|
|
2610
|
-
"interfaces": null,
|
|
2611
|
-
"kind": "ENUM",
|
|
2612
|
-
"name": "BgpDefaultAction",
|
|
2613
|
-
"possibleTypes": null
|
|
2614
|
-
},
|
|
2615
|
-
"indexType": "enum",
|
|
2616
|
-
"kind": [
|
|
5147
|
+
"LIST",
|
|
2617
5148
|
"NON_NULL",
|
|
2618
|
-
"
|
|
5149
|
+
"OBJECT"
|
|
2619
5150
|
],
|
|
2620
|
-
"name": "
|
|
5151
|
+
"name": "BgpFilterRule",
|
|
2621
5152
|
"non_null": false
|
|
2622
5153
|
},
|
|
2623
|
-
"varName": "
|
|
5154
|
+
"varName": "bgpFilterRule"
|
|
2624
5155
|
},
|
|
2625
5156
|
"holdTime": {
|
|
2626
5157
|
"args": {},
|
|
@@ -2824,7 +5355,7 @@
|
|
|
2824
5355
|
"responseStr": "site:$siteRef ",
|
|
2825
5356
|
"type": {
|
|
2826
5357
|
"definition": {
|
|
2827
|
-
"description":
|
|
5358
|
+
"description": "A reference identifying the Site object. ID: Unique Site Identifier, Name: The Site Name",
|
|
2828
5359
|
"enumValues": null,
|
|
2829
5360
|
"fields": {
|
|
2830
5361
|
"id": {
|
|
@@ -3267,6 +5798,70 @@
|
|
|
3267
5798
|
"transmitInterval": "Int"
|
|
3268
5799
|
}
|
|
3269
5800
|
},
|
|
5801
|
+
"bgpFilterRuleInput": {
|
|
5802
|
+
"bgpRouteExactAndInclusiveFilterRule": {
|
|
5803
|
+
"ge": {
|
|
5804
|
+
"ge": "Int"
|
|
5805
|
+
},
|
|
5806
|
+
"globalIpRange": {
|
|
5807
|
+
"by": {
|
|
5808
|
+
"by": "enum(ObjectRefBy)"
|
|
5809
|
+
},
|
|
5810
|
+
"input": {
|
|
5811
|
+
"input": "String"
|
|
5812
|
+
}
|
|
5813
|
+
},
|
|
5814
|
+
"globalIpRangeException": {
|
|
5815
|
+
"by": {
|
|
5816
|
+
"by": "enum(ObjectRefBy)"
|
|
5817
|
+
},
|
|
5818
|
+
"input": {
|
|
5819
|
+
"input": "String"
|
|
5820
|
+
}
|
|
5821
|
+
},
|
|
5822
|
+
"le": {
|
|
5823
|
+
"le": "Int"
|
|
5824
|
+
},
|
|
5825
|
+
"networkSubnet": {
|
|
5826
|
+
"networkSubnet": [
|
|
5827
|
+
"NetworkSubnet"
|
|
5828
|
+
]
|
|
5829
|
+
},
|
|
5830
|
+
"networkSubnetException": {
|
|
5831
|
+
"networkSubnetException": [
|
|
5832
|
+
"NetworkSubnet"
|
|
5833
|
+
]
|
|
5834
|
+
}
|
|
5835
|
+
},
|
|
5836
|
+
"bgpRouteExactFilterRule": {
|
|
5837
|
+
"globalIpRange": {
|
|
5838
|
+
"by": {
|
|
5839
|
+
"by": "enum(ObjectRefBy)"
|
|
5840
|
+
},
|
|
5841
|
+
"input": {
|
|
5842
|
+
"input": "String"
|
|
5843
|
+
}
|
|
5844
|
+
},
|
|
5845
|
+
"networkSubnet": {
|
|
5846
|
+
"networkSubnet": [
|
|
5847
|
+
"NetworkSubnet"
|
|
5848
|
+
]
|
|
5849
|
+
}
|
|
5850
|
+
},
|
|
5851
|
+
"communityFilterRule": {
|
|
5852
|
+
"community": {
|
|
5853
|
+
"from": {
|
|
5854
|
+
"from": "Asn16"
|
|
5855
|
+
},
|
|
5856
|
+
"to": {
|
|
5857
|
+
"to": "Asn16"
|
|
5858
|
+
}
|
|
5859
|
+
},
|
|
5860
|
+
"predicate": {
|
|
5861
|
+
"predicate": "enum(BgpCommunityFilterPredicate)"
|
|
5862
|
+
}
|
|
5863
|
+
}
|
|
5864
|
+
},
|
|
3270
5865
|
"bgpSummaryRouteInput": {
|
|
3271
5866
|
"community": {
|
|
3272
5867
|
"from": {
|