catocli 1.0.13__py3-none-any.whl → 1.0.14__py3-none-any.whl

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

Potentially problematic release.


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

Files changed (107) hide show
  1. catocli/Utils/clidriver.py +11 -2
  2. catocli/__init__.py +1 -1
  3. catocli/parsers/custom/customLib.py +3 -1
  4. catocli/parsers/mutation_site/__init__.py +14 -0
  5. catocli/parsers/mutation_site_addIpsecIkeV2SiteTunnels/README.md +1 -1
  6. catocli/parsers/mutation_site_removeIpsecIkeV2SiteTunnels/README.md +18 -0
  7. catocli/parsers/mutation_sites/__init__.py +14 -0
  8. catocli/parsers/mutation_sites_addIpsecIkeV2SiteTunnels/README.md +1 -1
  9. catocli/parsers/mutation_sites_removeIpsecIkeV2SiteTunnels/README.md +18 -0
  10. {catocli-1.0.13.dist-info → catocli-1.0.14.dist-info}/METADATA +1 -1
  11. {catocli-1.0.13.dist-info → catocli-1.0.14.dist-info}/RECORD +23 -103
  12. {catocli-1.0.13.dist-info → catocli-1.0.14.dist-info}/top_level.txt +0 -2
  13. graphql_client/api_client_types.py +4 -0
  14. models/mutation.site.addIpsecIkeV2SiteTunnels.json +403 -0
  15. models/mutation.site.removeIpsecIkeV2SiteTunnels.json +861 -0
  16. models/mutation.sites.addIpsecIkeV2SiteTunnels.json +403 -0
  17. models/mutation.sites.removeIpsecIkeV2SiteTunnels.json +861 -0
  18. models/query.accountSnapshot.json +162 -2
  19. models/query.licensing.json +126 -0
  20. schema/catolib.py +11 -2
  21. build/lib/catocli/Utils/clidriver.py +0 -117
  22. build/lib/catocli/__init__.py +0 -2
  23. build/lib/catocli/__main__.py +0 -12
  24. build/lib/catocli/parsers/custom/__init__.py +0 -47
  25. build/lib/catocli/parsers/custom/customLib.py +0 -70
  26. build/lib/catocli/parsers/mutation_admin/__init__.py +0 -51
  27. build/lib/catocli/parsers/mutation_container/__init__.py +0 -23
  28. build/lib/catocli/parsers/mutation_policy/__init__.py +0 -357
  29. build/lib/catocli/parsers/mutation_site/__init__.py +0 -219
  30. build/lib/catocli/parsers/mutation_sites/__init__.py +0 -219
  31. build/lib/catocli/parsers/parserApiClient.py +0 -309
  32. build/lib/catocli/parsers/query_accountBySubdomain/__init__.py +0 -17
  33. build/lib/catocli/parsers/query_accountMetrics/__init__.py +0 -17
  34. build/lib/catocli/parsers/query_accountRoles/__init__.py +0 -17
  35. build/lib/catocli/parsers/query_accountSnapshot/__init__.py +0 -17
  36. build/lib/catocli/parsers/query_admin/__init__.py +0 -17
  37. build/lib/catocli/parsers/query_admins/__init__.py +0 -17
  38. build/lib/catocli/parsers/query_appStats/__init__.py +0 -17
  39. build/lib/catocli/parsers/query_appStatsTimeSeries/__init__.py +0 -17
  40. build/lib/catocli/parsers/query_auditFeed/__init__.py +0 -17
  41. build/lib/catocli/parsers/query_container/__init__.py +0 -17
  42. build/lib/catocli/parsers/query_entityLookup/__init__.py +0 -17
  43. build/lib/catocli/parsers/query_events/__init__.py +0 -17
  44. build/lib/catocli/parsers/query_eventsFeed/__init__.py +0 -17
  45. build/lib/catocli/parsers/query_eventsTimeSeries/__init__.py +0 -17
  46. build/lib/catocli/parsers/query_hardwareManagement/__init__.py +0 -17
  47. build/lib/catocli/parsers/query_licensing/__init__.py +0 -17
  48. build/lib/catocli/parsers/query_policy/__init__.py +0 -17
  49. build/lib/catocli/parsers/query_siteLocation/__init__.py +0 -17
  50. build/lib/catocli/parsers/query_subDomains/__init__.py +0 -17
  51. build/lib/catocli/parsers/query_xdr/__init__.py +0 -37
  52. build/lib/catocli/parsers/raw/__init__.py +0 -9
  53. build/lib/graphql_client/__init__.py +0 -11
  54. build/lib/graphql_client/api/__init__.py +0 -3
  55. build/lib/graphql_client/api/call_api.py +0 -73
  56. build/lib/graphql_client/api_client.py +0 -192
  57. build/lib/graphql_client/api_client_types.py +0 -404
  58. build/lib/graphql_client/configuration.py +0 -230
  59. build/lib/graphql_client/models/__init__.py +0 -13
  60. build/lib/graphql_client/models/no_schema.py +0 -71
  61. build/lib/schema/catolib.py +0 -1016
  62. build/lib/schema/importSchema.py +0 -60
  63. build/lib/vendor/certifi/__init__.py +0 -4
  64. build/lib/vendor/certifi/__main__.py +0 -12
  65. build/lib/vendor/certifi/core.py +0 -114
  66. build/lib/vendor/certifi/py.typed +0 -0
  67. build/lib/vendor/six.py +0 -998
  68. build/lib/vendor/urllib3/__init__.py +0 -211
  69. build/lib/vendor/urllib3/_base_connection.py +0 -172
  70. build/lib/vendor/urllib3/_collections.py +0 -483
  71. build/lib/vendor/urllib3/_request_methods.py +0 -278
  72. build/lib/vendor/urllib3/_version.py +0 -16
  73. build/lib/vendor/urllib3/connection.py +0 -1033
  74. build/lib/vendor/urllib3/connectionpool.py +0 -1182
  75. build/lib/vendor/urllib3/contrib/__init__.py +0 -0
  76. build/lib/vendor/urllib3/contrib/emscripten/__init__.py +0 -18
  77. build/lib/vendor/urllib3/contrib/emscripten/connection.py +0 -254
  78. build/lib/vendor/urllib3/contrib/emscripten/fetch.py +0 -418
  79. build/lib/vendor/urllib3/contrib/emscripten/request.py +0 -22
  80. build/lib/vendor/urllib3/contrib/emscripten/response.py +0 -285
  81. build/lib/vendor/urllib3/contrib/pyopenssl.py +0 -552
  82. build/lib/vendor/urllib3/contrib/socks.py +0 -228
  83. build/lib/vendor/urllib3/exceptions.py +0 -321
  84. build/lib/vendor/urllib3/fields.py +0 -341
  85. build/lib/vendor/urllib3/filepost.py +0 -89
  86. build/lib/vendor/urllib3/http2/__init__.py +0 -53
  87. build/lib/vendor/urllib3/http2/connection.py +0 -356
  88. build/lib/vendor/urllib3/http2/probe.py +0 -87
  89. build/lib/vendor/urllib3/poolmanager.py +0 -637
  90. build/lib/vendor/urllib3/py.typed +0 -2
  91. build/lib/vendor/urllib3/response.py +0 -1265
  92. build/lib/vendor/urllib3/util/__init__.py +0 -42
  93. build/lib/vendor/urllib3/util/connection.py +0 -137
  94. build/lib/vendor/urllib3/util/proxy.py +0 -43
  95. build/lib/vendor/urllib3/util/request.py +0 -256
  96. build/lib/vendor/urllib3/util/response.py +0 -101
  97. build/lib/vendor/urllib3/util/retry.py +0 -533
  98. build/lib/vendor/urllib3/util/ssl_.py +0 -513
  99. build/lib/vendor/urllib3/util/ssl_match_hostname.py +0 -159
  100. build/lib/vendor/urllib3/util/ssltransport.py +0 -276
  101. build/lib/vendor/urllib3/util/timeout.py +0 -275
  102. build/lib/vendor/urllib3/util/url.py +0 -471
  103. build/lib/vendor/urllib3/util/util.py +0 -42
  104. build/lib/vendor/urllib3/util/wait.py +0 -124
  105. {catocli-1.0.13.dist-info → catocli-1.0.14.dist-info}/LICENSE +0 -0
  106. {catocli-1.0.13.dist-info → catocli-1.0.14.dist-info}/WHEEL +0 -0
  107. {catocli-1.0.13.dist-info → catocli-1.0.14.dist-info}/entry_points.txt +0 -0
@@ -212,6 +212,24 @@
212
212
  },
213
213
  "varName": "LastMileBwInput"
214
214
  },
215
+ "name": {
216
+ "defaultValue": null,
217
+ "description": "Tunnel name",
218
+ "id_str": "addIpsecIkeV2SiteTunnels___input___primary___tunnels___name",
219
+ "name": "name",
220
+ "path": "addIpsecIkeV2SiteTunnels.input.primary.tunnels.name",
221
+ "requestStr": "$name:String ",
222
+ "required": false,
223
+ "responseStr": "name:$name ",
224
+ "type": {
225
+ "kind": [
226
+ "SCALAR"
227
+ ],
228
+ "name": "String",
229
+ "non_null": false
230
+ },
231
+ "varName": "name"
232
+ },
215
233
  "privateCatoIp": {
216
234
  "defaultValue": null,
217
235
  "description": "Cato\u2019s private IP, used for BGP routing. Applicable for sites using BGP only",
@@ -284,6 +302,54 @@
284
302
  "non_null": false
285
303
  },
286
304
  "varName": "publicSiteIp"
305
+ },
306
+ "role": {
307
+ "defaultValue": null,
308
+ "description": "Tunnel role",
309
+ "id_str": "addIpsecIkeV2SiteTunnels___input___primary___tunnels___role",
310
+ "name": "role",
311
+ "path": "addIpsecIkeV2SiteTunnels.input.primary.tunnels.role",
312
+ "requestStr": "$role:IPSecV2TunnelRole ",
313
+ "required": false,
314
+ "responseStr": "role:$role ",
315
+ "type": {
316
+ "definition": {
317
+ "description": null,
318
+ "enumValues": [
319
+ {
320
+ "deprecationReason": null,
321
+ "description": null,
322
+ "isDeprecated": false,
323
+ "name": "WAN1"
324
+ },
325
+ {
326
+ "deprecationReason": null,
327
+ "description": null,
328
+ "isDeprecated": false,
329
+ "name": "WAN2"
330
+ },
331
+ {
332
+ "deprecationReason": null,
333
+ "description": null,
334
+ "isDeprecated": false,
335
+ "name": "WAN3"
336
+ }
337
+ ],
338
+ "fields": null,
339
+ "inputFields": null,
340
+ "interfaces": null,
341
+ "kind": "ENUM",
342
+ "name": "IPSecV2TunnelRole",
343
+ "possibleTypes": null
344
+ },
345
+ "indexType": "enum",
346
+ "kind": [
347
+ "ENUM"
348
+ ],
349
+ "name": "IPSecV2TunnelRole",
350
+ "non_null": false
351
+ },
352
+ "varName": "role"
287
353
  }
288
354
  },
289
355
  "interfaces": null,
@@ -492,6 +558,24 @@
492
558
  },
493
559
  "varName": "LastMileBwInput"
494
560
  },
561
+ "name": {
562
+ "defaultValue": null,
563
+ "description": "Tunnel name",
564
+ "id_str": "addIpsecIkeV2SiteTunnels___input___secondary___tunnels___name",
565
+ "name": "name",
566
+ "path": "addIpsecIkeV2SiteTunnels.input.secondary.tunnels.name",
567
+ "requestStr": "$name:String ",
568
+ "required": false,
569
+ "responseStr": "name:$name ",
570
+ "type": {
571
+ "kind": [
572
+ "SCALAR"
573
+ ],
574
+ "name": "String",
575
+ "non_null": false
576
+ },
577
+ "varName": "name"
578
+ },
495
579
  "privateCatoIp": {
496
580
  "defaultValue": null,
497
581
  "description": "Cato\u2019s private IP, used for BGP routing. Applicable for sites using BGP only",
@@ -564,6 +648,54 @@
564
648
  "non_null": false
565
649
  },
566
650
  "varName": "publicSiteIp"
651
+ },
652
+ "role": {
653
+ "defaultValue": null,
654
+ "description": "Tunnel role",
655
+ "id_str": "addIpsecIkeV2SiteTunnels___input___secondary___tunnels___role",
656
+ "name": "role",
657
+ "path": "addIpsecIkeV2SiteTunnels.input.secondary.tunnels.role",
658
+ "requestStr": "$role:IPSecV2TunnelRole ",
659
+ "required": false,
660
+ "responseStr": "role:$role ",
661
+ "type": {
662
+ "definition": {
663
+ "description": null,
664
+ "enumValues": [
665
+ {
666
+ "deprecationReason": null,
667
+ "description": null,
668
+ "isDeprecated": false,
669
+ "name": "WAN1"
670
+ },
671
+ {
672
+ "deprecationReason": null,
673
+ "description": null,
674
+ "isDeprecated": false,
675
+ "name": "WAN2"
676
+ },
677
+ {
678
+ "deprecationReason": null,
679
+ "description": null,
680
+ "isDeprecated": false,
681
+ "name": "WAN3"
682
+ }
683
+ ],
684
+ "fields": null,
685
+ "inputFields": null,
686
+ "interfaces": null,
687
+ "kind": "ENUM",
688
+ "name": "IPSecV2TunnelRole",
689
+ "possibleTypes": null
690
+ },
691
+ "indexType": "enum",
692
+ "kind": [
693
+ "ENUM"
694
+ ],
695
+ "name": "IPSecV2TunnelRole",
696
+ "non_null": false
697
+ },
698
+ "varName": "role"
567
699
  }
568
700
  },
569
701
  "interfaces": null,
@@ -655,6 +787,7 @@
655
787
  "AddIpsecIkeV2TunnelsInput": true,
656
788
  "DestinationType": true,
657
789
  "IPSecV2InterfaceId": true,
790
+ "IPSecV2TunnelRole": true,
658
791
  "LastMileBwInput": true
659
792
  },
660
793
  "isDeprecated": false,
@@ -849,6 +982,24 @@
849
982
  },
850
983
  "varName": "LastMileBwInput"
851
984
  },
985
+ "name": {
986
+ "defaultValue": null,
987
+ "description": "Tunnel name",
988
+ "id_str": "addIpsecIkeV2SiteTunnels___input___primary___tunnels___name",
989
+ "name": "name",
990
+ "path": "addIpsecIkeV2SiteTunnels.input.primary.tunnels.name",
991
+ "requestStr": "$name:String ",
992
+ "required": false,
993
+ "responseStr": "name:$name ",
994
+ "type": {
995
+ "kind": [
996
+ "SCALAR"
997
+ ],
998
+ "name": "String",
999
+ "non_null": false
1000
+ },
1001
+ "varName": "name"
1002
+ },
852
1003
  "privateCatoIp": {
853
1004
  "defaultValue": null,
854
1005
  "description": "Cato\u2019s private IP, used for BGP routing. Applicable for sites using BGP only",
@@ -921,6 +1072,54 @@
921
1072
  "non_null": false
922
1073
  },
923
1074
  "varName": "publicSiteIp"
1075
+ },
1076
+ "role": {
1077
+ "defaultValue": null,
1078
+ "description": "Tunnel role",
1079
+ "id_str": "addIpsecIkeV2SiteTunnels___input___primary___tunnels___role",
1080
+ "name": "role",
1081
+ "path": "addIpsecIkeV2SiteTunnels.input.primary.tunnels.role",
1082
+ "requestStr": "$role:IPSecV2TunnelRole ",
1083
+ "required": false,
1084
+ "responseStr": "role:$role ",
1085
+ "type": {
1086
+ "definition": {
1087
+ "description": null,
1088
+ "enumValues": [
1089
+ {
1090
+ "deprecationReason": null,
1091
+ "description": null,
1092
+ "isDeprecated": false,
1093
+ "name": "WAN1"
1094
+ },
1095
+ {
1096
+ "deprecationReason": null,
1097
+ "description": null,
1098
+ "isDeprecated": false,
1099
+ "name": "WAN2"
1100
+ },
1101
+ {
1102
+ "deprecationReason": null,
1103
+ "description": null,
1104
+ "isDeprecated": false,
1105
+ "name": "WAN3"
1106
+ }
1107
+ ],
1108
+ "fields": null,
1109
+ "inputFields": null,
1110
+ "interfaces": null,
1111
+ "kind": "ENUM",
1112
+ "name": "IPSecV2TunnelRole",
1113
+ "possibleTypes": null
1114
+ },
1115
+ "indexType": "enum",
1116
+ "kind": [
1117
+ "ENUM"
1118
+ ],
1119
+ "name": "IPSecV2TunnelRole",
1120
+ "non_null": false
1121
+ },
1122
+ "varName": "role"
924
1123
  }
925
1124
  },
926
1125
  "interfaces": null,
@@ -1129,6 +1328,24 @@
1129
1328
  },
1130
1329
  "varName": "LastMileBwInput"
1131
1330
  },
1331
+ "name": {
1332
+ "defaultValue": null,
1333
+ "description": "Tunnel name",
1334
+ "id_str": "addIpsecIkeV2SiteTunnels___input___secondary___tunnels___name",
1335
+ "name": "name",
1336
+ "path": "addIpsecIkeV2SiteTunnels.input.secondary.tunnels.name",
1337
+ "requestStr": "$name:String ",
1338
+ "required": false,
1339
+ "responseStr": "name:$name ",
1340
+ "type": {
1341
+ "kind": [
1342
+ "SCALAR"
1343
+ ],
1344
+ "name": "String",
1345
+ "non_null": false
1346
+ },
1347
+ "varName": "name"
1348
+ },
1132
1349
  "privateCatoIp": {
1133
1350
  "defaultValue": null,
1134
1351
  "description": "Cato\u2019s private IP, used for BGP routing. Applicable for sites using BGP only",
@@ -1201,6 +1418,54 @@
1201
1418
  "non_null": false
1202
1419
  },
1203
1420
  "varName": "publicSiteIp"
1421
+ },
1422
+ "role": {
1423
+ "defaultValue": null,
1424
+ "description": "Tunnel role",
1425
+ "id_str": "addIpsecIkeV2SiteTunnels___input___secondary___tunnels___role",
1426
+ "name": "role",
1427
+ "path": "addIpsecIkeV2SiteTunnels.input.secondary.tunnels.role",
1428
+ "requestStr": "$role:IPSecV2TunnelRole ",
1429
+ "required": false,
1430
+ "responseStr": "role:$role ",
1431
+ "type": {
1432
+ "definition": {
1433
+ "description": null,
1434
+ "enumValues": [
1435
+ {
1436
+ "deprecationReason": null,
1437
+ "description": null,
1438
+ "isDeprecated": false,
1439
+ "name": "WAN1"
1440
+ },
1441
+ {
1442
+ "deprecationReason": null,
1443
+ "description": null,
1444
+ "isDeprecated": false,
1445
+ "name": "WAN2"
1446
+ },
1447
+ {
1448
+ "deprecationReason": null,
1449
+ "description": null,
1450
+ "isDeprecated": false,
1451
+ "name": "WAN3"
1452
+ }
1453
+ ],
1454
+ "fields": null,
1455
+ "inputFields": null,
1456
+ "interfaces": null,
1457
+ "kind": "ENUM",
1458
+ "name": "IPSecV2TunnelRole",
1459
+ "possibleTypes": null
1460
+ },
1461
+ "indexType": "enum",
1462
+ "kind": [
1463
+ "ENUM"
1464
+ ],
1465
+ "name": "IPSecV2TunnelRole",
1466
+ "non_null": false
1467
+ },
1468
+ "varName": "role"
1204
1469
  }
1205
1470
  },
1206
1471
  "interfaces": null,
@@ -1487,6 +1752,24 @@
1487
1752
  },
1488
1753
  "varName": "LastMileBwInput"
1489
1754
  },
1755
+ "name": {
1756
+ "defaultValue": null,
1757
+ "description": "Tunnel name",
1758
+ "id_str": "addIpsecIkeV2SiteTunnels___input___primary___tunnels___name",
1759
+ "name": "name",
1760
+ "path": "addIpsecIkeV2SiteTunnels.input.primary.tunnels.name",
1761
+ "requestStr": "$name:String ",
1762
+ "required": false,
1763
+ "responseStr": "name:$name ",
1764
+ "type": {
1765
+ "kind": [
1766
+ "SCALAR"
1767
+ ],
1768
+ "name": "String",
1769
+ "non_null": false
1770
+ },
1771
+ "varName": "name"
1772
+ },
1490
1773
  "privateCatoIp": {
1491
1774
  "defaultValue": null,
1492
1775
  "description": "Cato\u2019s private IP, used for BGP routing. Applicable for sites using BGP only",
@@ -1559,6 +1842,54 @@
1559
1842
  "non_null": false
1560
1843
  },
1561
1844
  "varName": "publicSiteIp"
1845
+ },
1846
+ "role": {
1847
+ "defaultValue": null,
1848
+ "description": "Tunnel role",
1849
+ "id_str": "addIpsecIkeV2SiteTunnels___input___primary___tunnels___role",
1850
+ "name": "role",
1851
+ "path": "addIpsecIkeV2SiteTunnels.input.primary.tunnels.role",
1852
+ "requestStr": "$role:IPSecV2TunnelRole ",
1853
+ "required": false,
1854
+ "responseStr": "role:$role ",
1855
+ "type": {
1856
+ "definition": {
1857
+ "description": null,
1858
+ "enumValues": [
1859
+ {
1860
+ "deprecationReason": null,
1861
+ "description": null,
1862
+ "isDeprecated": false,
1863
+ "name": "WAN1"
1864
+ },
1865
+ {
1866
+ "deprecationReason": null,
1867
+ "description": null,
1868
+ "isDeprecated": false,
1869
+ "name": "WAN2"
1870
+ },
1871
+ {
1872
+ "deprecationReason": null,
1873
+ "description": null,
1874
+ "isDeprecated": false,
1875
+ "name": "WAN3"
1876
+ }
1877
+ ],
1878
+ "fields": null,
1879
+ "inputFields": null,
1880
+ "interfaces": null,
1881
+ "kind": "ENUM",
1882
+ "name": "IPSecV2TunnelRole",
1883
+ "possibleTypes": null
1884
+ },
1885
+ "indexType": "enum",
1886
+ "kind": [
1887
+ "ENUM"
1888
+ ],
1889
+ "name": "IPSecV2TunnelRole",
1890
+ "non_null": false
1891
+ },
1892
+ "varName": "role"
1562
1893
  }
1563
1894
  },
1564
1895
  "interfaces": null,
@@ -1767,6 +2098,24 @@
1767
2098
  },
1768
2099
  "varName": "LastMileBwInput"
1769
2100
  },
2101
+ "name": {
2102
+ "defaultValue": null,
2103
+ "description": "Tunnel name",
2104
+ "id_str": "addIpsecIkeV2SiteTunnels___input___secondary___tunnels___name",
2105
+ "name": "name",
2106
+ "path": "addIpsecIkeV2SiteTunnels.input.secondary.tunnels.name",
2107
+ "requestStr": "$name:String ",
2108
+ "required": false,
2109
+ "responseStr": "name:$name ",
2110
+ "type": {
2111
+ "kind": [
2112
+ "SCALAR"
2113
+ ],
2114
+ "name": "String",
2115
+ "non_null": false
2116
+ },
2117
+ "varName": "name"
2118
+ },
1770
2119
  "privateCatoIp": {
1771
2120
  "defaultValue": null,
1772
2121
  "description": "Cato\u2019s private IP, used for BGP routing. Applicable for sites using BGP only",
@@ -1839,6 +2188,54 @@
1839
2188
  "non_null": false
1840
2189
  },
1841
2190
  "varName": "publicSiteIp"
2191
+ },
2192
+ "role": {
2193
+ "defaultValue": null,
2194
+ "description": "Tunnel role",
2195
+ "id_str": "addIpsecIkeV2SiteTunnels___input___secondary___tunnels___role",
2196
+ "name": "role",
2197
+ "path": "addIpsecIkeV2SiteTunnels.input.secondary.tunnels.role",
2198
+ "requestStr": "$role:IPSecV2TunnelRole ",
2199
+ "required": false,
2200
+ "responseStr": "role:$role ",
2201
+ "type": {
2202
+ "definition": {
2203
+ "description": null,
2204
+ "enumValues": [
2205
+ {
2206
+ "deprecationReason": null,
2207
+ "description": null,
2208
+ "isDeprecated": false,
2209
+ "name": "WAN1"
2210
+ },
2211
+ {
2212
+ "deprecationReason": null,
2213
+ "description": null,
2214
+ "isDeprecated": false,
2215
+ "name": "WAN2"
2216
+ },
2217
+ {
2218
+ "deprecationReason": null,
2219
+ "description": null,
2220
+ "isDeprecated": false,
2221
+ "name": "WAN3"
2222
+ }
2223
+ ],
2224
+ "fields": null,
2225
+ "inputFields": null,
2226
+ "interfaces": null,
2227
+ "kind": "ENUM",
2228
+ "name": "IPSecV2TunnelRole",
2229
+ "possibleTypes": null
2230
+ },
2231
+ "indexType": "enum",
2232
+ "kind": [
2233
+ "ENUM"
2234
+ ],
2235
+ "name": "IPSecV2TunnelRole",
2236
+ "non_null": false
2237
+ },
2238
+ "varName": "role"
1842
2239
  }
1843
2240
  },
1844
2241
  "interfaces": null,
@@ -2348,6 +2745,9 @@
2348
2745
  "upstream": "Int"
2349
2746
  }
2350
2747
  },
2748
+ "name": {
2749
+ "name": "String"
2750
+ },
2351
2751
  "privateCatoIp": {
2352
2752
  "privateCatoIp": "IPAddress"
2353
2753
  },
@@ -2359,6 +2759,9 @@
2359
2759
  },
2360
2760
  "publicSiteIp": {
2361
2761
  "publicSiteIp": "IPAddress"
2762
+ },
2763
+ "role": {
2764
+ "role": "enum(IPSecV2TunnelRole)"
2362
2765
  }
2363
2766
  }
2364
2767
  }