catocli 1.0.15__py3-none-any.whl → 1.0.18__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 (140) hide show
  1. catocli/Utils/clidriver.py +14 -1
  2. catocli/__init__.py +1 -1
  3. catocli/parsers/mutation_policy/__init__.py +348 -0
  4. catocli/parsers/mutation_policy_appTenantRestriction/README.md +7 -0
  5. catocli/parsers/mutation_policy_appTenantRestriction_addRule/README.md +18 -0
  6. catocli/parsers/mutation_policy_appTenantRestriction_addSection/README.md +18 -0
  7. catocli/parsers/mutation_policy_appTenantRestriction_createPolicyRevision/README.md +18 -0
  8. catocli/parsers/mutation_policy_appTenantRestriction_discardPolicyRevision/README.md +18 -0
  9. catocli/parsers/mutation_policy_appTenantRestriction_moveRule/README.md +18 -0
  10. catocli/parsers/mutation_policy_appTenantRestriction_moveSection/README.md +18 -0
  11. catocli/parsers/mutation_policy_appTenantRestriction_publishPolicyRevision/README.md +18 -0
  12. catocli/parsers/mutation_policy_appTenantRestriction_removeRule/README.md +18 -0
  13. catocli/parsers/mutation_policy_appTenantRestriction_removeSection/README.md +18 -0
  14. catocli/parsers/mutation_policy_appTenantRestriction_updatePolicy/README.md +18 -0
  15. catocli/parsers/mutation_policy_appTenantRestriction_updateRule/README.md +18 -0
  16. catocli/parsers/mutation_policy_appTenantRestriction_updateSection/README.md +18 -0
  17. catocli/parsers/mutation_policy_remotePortFwd/README.md +7 -0
  18. catocli/parsers/mutation_policy_remotePortFwd_addRule/README.md +18 -0
  19. catocli/parsers/mutation_policy_remotePortFwd_addSection/README.md +18 -0
  20. catocli/parsers/mutation_policy_remotePortFwd_createPolicyRevision/README.md +18 -0
  21. catocli/parsers/mutation_policy_remotePortFwd_discardPolicyRevision/README.md +18 -0
  22. catocli/parsers/mutation_policy_remotePortFwd_moveRule/README.md +18 -0
  23. catocli/parsers/mutation_policy_remotePortFwd_moveSection/README.md +18 -0
  24. catocli/parsers/mutation_policy_remotePortFwd_publishPolicyRevision/README.md +18 -0
  25. catocli/parsers/mutation_policy_remotePortFwd_removeRule/README.md +18 -0
  26. catocli/parsers/mutation_policy_remotePortFwd_removeSection/README.md +18 -0
  27. catocli/parsers/mutation_policy_remotePortFwd_updatePolicy/README.md +18 -0
  28. catocli/parsers/mutation_policy_remotePortFwd_updateRule/README.md +18 -0
  29. catocli/parsers/mutation_policy_remotePortFwd_updateSection/README.md +18 -0
  30. catocli/parsers/mutation_site/__init__.py +98 -0
  31. catocli/parsers/mutation_site_addBgpPeer/README.md +17 -0
  32. catocli/parsers/mutation_site_addCloudInterconnectPhysicalConnection/README.md +17 -0
  33. catocli/parsers/mutation_site_addCloudInterconnectSite/README.md +17 -0
  34. catocli/parsers/mutation_site_removeBgpPeer/README.md +17 -0
  35. catocli/parsers/mutation_site_removeCloudInterconnectPhysicalConnection/README.md +17 -0
  36. catocli/parsers/mutation_site_updateBgpPeer/README.md +17 -0
  37. catocli/parsers/mutation_site_updateCloudInterconnectPhysicalConnection/README.md +17 -0
  38. catocli/parsers/mutation_site_updateIpsecIkeV2SiteTunnels/README.md +1 -1
  39. catocli/parsers/mutation_sites/__init__.py +98 -0
  40. catocli/parsers/mutation_sites_addBgpPeer/README.md +17 -0
  41. catocli/parsers/mutation_sites_addCloudInterconnectPhysicalConnection/README.md +17 -0
  42. catocli/parsers/mutation_sites_addCloudInterconnectSite/README.md +17 -0
  43. catocli/parsers/mutation_sites_removeBgpPeer/README.md +17 -0
  44. catocli/parsers/mutation_sites_removeCloudInterconnectPhysicalConnection/README.md +17 -0
  45. catocli/parsers/mutation_sites_updateBgpPeer/README.md +17 -0
  46. catocli/parsers/mutation_sites_updateCloudInterconnectPhysicalConnection/README.md +17 -0
  47. catocli/parsers/mutation_sites_updateIpsecIkeV2SiteTunnels/README.md +1 -1
  48. catocli/parsers/query_eventsFeed/README.md +1 -1
  49. catocli/parsers/query_hardwareManagement/README.md +1 -1
  50. catocli/parsers/query_policy/README.md +3 -1
  51. catocli/parsers/query_site/README.md +22 -0
  52. catocli/parsers/query_site/__init__.py +17 -0
  53. {catocli-1.0.15.dist-info → catocli-1.0.18.dist-info}/METADATA +11 -2
  54. {catocli-1.0.15.dist-info → catocli-1.0.18.dist-info}/RECORD +140 -59
  55. {catocli-1.0.15.dist-info → catocli-1.0.18.dist-info}/WHEEL +1 -1
  56. graphql_client/api_client_types.py +1 -1
  57. models/mutation.policy.appTenantRestriction.addRule.json +8674 -0
  58. models/mutation.policy.appTenantRestriction.addSection.json +1358 -0
  59. models/mutation.policy.appTenantRestriction.createPolicyRevision.json +3327 -0
  60. models/mutation.policy.appTenantRestriction.discardPolicyRevision.json +3261 -0
  61. models/mutation.policy.appTenantRestriction.moveRule.json +3059 -0
  62. models/mutation.policy.appTenantRestriction.moveSection.json +1259 -0
  63. models/mutation.policy.appTenantRestriction.publishPolicyRevision.json +3318 -0
  64. models/mutation.policy.appTenantRestriction.removeRule.json +2707 -0
  65. models/mutation.policy.appTenantRestriction.removeSection.json +958 -0
  66. models/mutation.policy.appTenantRestriction.updatePolicy.json +3337 -0
  67. models/mutation.policy.appTenantRestriction.updateRule.json +8295 -0
  68. models/mutation.policy.appTenantRestriction.updateSection.json +1111 -0
  69. models/mutation.policy.remotePortFwd.addRule.json +5502 -0
  70. models/mutation.policy.remotePortFwd.addSection.json +1358 -0
  71. models/mutation.policy.remotePortFwd.createPolicyRevision.json +2628 -0
  72. models/mutation.policy.remotePortFwd.discardPolicyRevision.json +2562 -0
  73. models/mutation.policy.remotePortFwd.moveRule.json +2360 -0
  74. models/mutation.policy.remotePortFwd.moveSection.json +1259 -0
  75. models/mutation.policy.remotePortFwd.publishPolicyRevision.json +2619 -0
  76. models/mutation.policy.remotePortFwd.removeRule.json +2008 -0
  77. models/mutation.policy.remotePortFwd.removeSection.json +958 -0
  78. models/mutation.policy.remotePortFwd.updatePolicy.json +2638 -0
  79. models/mutation.policy.remotePortFwd.updateRule.json +5138 -0
  80. models/mutation.policy.remotePortFwd.updateSection.json +1111 -0
  81. models/mutation.site.addBgpPeer.json +3334 -0
  82. models/mutation.site.addCloudInterconnectPhysicalConnection.json +1441 -0
  83. models/mutation.site.addCloudInterconnectSite.json +911 -0
  84. models/mutation.site.addIpsecIkeV2Site.json +2 -2
  85. models/mutation.site.addIpsecIkeV2SiteTunnels.json +2 -2
  86. models/mutation.site.addNetworkRange.json +2 -2
  87. models/mutation.site.addSocketSite.json +2 -2
  88. models/mutation.site.addStaticHost.json +2 -2
  89. models/mutation.site.removeBgpPeer.json +1158 -0
  90. models/mutation.site.removeCloudInterconnectPhysicalConnection.json +298 -0
  91. models/mutation.site.removeIpsecIkeV2SiteTunnels.json +2 -2
  92. models/mutation.site.removeNetworkRange.json +2 -2
  93. models/mutation.site.removeSite.json +2 -2
  94. models/mutation.site.removeStaticHost.json +2 -2
  95. models/mutation.site.updateBgpPeer.json +3063 -0
  96. models/mutation.site.updateCloudInterconnectPhysicalConnection.json +1056 -0
  97. models/mutation.site.updateHa.json +2 -2
  98. models/mutation.site.updateIpsecIkeV2SiteGeneralDetails.json +2 -2
  99. models/mutation.site.updateIpsecIkeV2SiteTunnels.json +405 -2
  100. models/mutation.site.updateNetworkRange.json +2 -2
  101. models/mutation.site.updateSiteGeneralDetails.json +2 -2
  102. models/mutation.site.updateSocketInterface.json +2 -2
  103. models/mutation.site.updateStaticHost.json +2 -2
  104. models/mutation.sites.addBgpPeer.json +3334 -0
  105. models/mutation.sites.addCloudInterconnectPhysicalConnection.json +1441 -0
  106. models/mutation.sites.addCloudInterconnectSite.json +911 -0
  107. models/mutation.sites.addIpsecIkeV2Site.json +2 -2
  108. models/mutation.sites.addIpsecIkeV2SiteTunnels.json +2 -2
  109. models/mutation.sites.addNetworkRange.json +2 -2
  110. models/mutation.sites.addSocketSite.json +2 -2
  111. models/mutation.sites.addStaticHost.json +2 -2
  112. models/mutation.sites.removeBgpPeer.json +1158 -0
  113. models/mutation.sites.removeCloudInterconnectPhysicalConnection.json +298 -0
  114. models/mutation.sites.removeIpsecIkeV2SiteTunnels.json +2 -2
  115. models/mutation.sites.removeNetworkRange.json +2 -2
  116. models/mutation.sites.removeSite.json +2 -2
  117. models/mutation.sites.removeStaticHost.json +2 -2
  118. models/mutation.sites.updateBgpPeer.json +3063 -0
  119. models/mutation.sites.updateCloudInterconnectPhysicalConnection.json +1056 -0
  120. models/mutation.sites.updateHa.json +2 -2
  121. models/mutation.sites.updateIpsecIkeV2SiteGeneralDetails.json +2 -2
  122. models/mutation.sites.updateIpsecIkeV2SiteTunnels.json +405 -2
  123. models/mutation.sites.updateNetworkRange.json +2 -2
  124. models/mutation.sites.updateSiteGeneralDetails.json +2 -2
  125. models/mutation.sites.updateSocketInterface.json +2 -2
  126. models/mutation.sites.updateStaticHost.json +2 -2
  127. models/query.auditFeed.json +36 -12
  128. models/query.events.json +144 -48
  129. models/query.eventsFeed.json +36 -12
  130. models/query.eventsTimeSeries.json +108 -36
  131. models/query.hardwareManagement.json +192 -0
  132. models/query.licensing.json +304 -325
  133. models/query.policy.json +9605 -4234
  134. models/query.site.json +4138 -0
  135. models/query.xdr.stories.json +27 -27
  136. models/query.xdr.story.json +27 -27
  137. schema/catolib.py +11 -1
  138. {catocli-1.0.15.dist-info → catocli-1.0.18.dist-info}/LICENSE +0 -0
  139. {catocli-1.0.15.dist-info → catocli-1.0.18.dist-info}/entry_points.txt +0 -0
  140. {catocli-1.0.15.dist-info → catocli-1.0.18.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,1056 @@
1
+ {
2
+ "args": {
3
+ "accountId": {
4
+ "defaultValue": null,
5
+ "description": null,
6
+ "id_str": "accountId",
7
+ "name": "accountId",
8
+ "path": "accountId",
9
+ "requestStr": "$accountId:ID! ",
10
+ "required": true,
11
+ "responseStr": "accountId:$accountId ",
12
+ "type": {
13
+ "kind": [
14
+ "NON_NULL",
15
+ "SCALAR"
16
+ ],
17
+ "name": "ID",
18
+ "non_null": false
19
+ },
20
+ "varName": "accountId"
21
+ }
22
+ },
23
+ "childOperations": {
24
+ "updateCloudInterconnectPhysicalConnection": {
25
+ "args": {
26
+ "updateCloudInterconnectPhysicalConnection___input": {
27
+ "defaultValue": null,
28
+ "description": null,
29
+ "id_str": "updateCloudInterconnectPhysicalConnection___input",
30
+ "name": "input",
31
+ "path": "updateCloudInterconnectPhysicalConnection.input",
32
+ "requestStr": "$updateCloudInterconnectPhysicalConnectionInput:UpdateCloudInterconnectPhysicalConnectionInput! ",
33
+ "required": true,
34
+ "responseStr": "input:$updateCloudInterconnectPhysicalConnectionInput ",
35
+ "type": {
36
+ "definition": {
37
+ "description": "Input for updating an existing physical connection at a cloud interconnect site.",
38
+ "enumValues": null,
39
+ "fields": null,
40
+ "inputFields": {
41
+ "downstreamBwLimit": {
42
+ "defaultValue": null,
43
+ "description": "Downstream bandwidth limit.",
44
+ "id_str": "updateCloudInterconnectPhysicalConnection___input___downstreamBwLimit",
45
+ "name": "downstreamBwLimit",
46
+ "path": "updateCloudInterconnectPhysicalConnection.input.downstreamBwLimit",
47
+ "requestStr": "$downstreamBwLimit:NetworkBandwidth ",
48
+ "required": false,
49
+ "responseStr": "downstreamBwLimit:$downstreamBwLimit ",
50
+ "type": {
51
+ "kind": [
52
+ "SCALAR"
53
+ ],
54
+ "name": "NetworkBandwidth",
55
+ "non_null": false
56
+ },
57
+ "varName": "downstreamBwLimit"
58
+ },
59
+ "encapsulationMethod": {
60
+ "defaultValue": null,
61
+ "description": "Method of encapsulation.",
62
+ "id_str": "updateCloudInterconnectPhysicalConnection___input___encapsulationMethod",
63
+ "name": "encapsulationMethod",
64
+ "path": "updateCloudInterconnectPhysicalConnection.input.encapsulationMethod",
65
+ "requestStr": "$encapsulationMethod:TaggingMethod ",
66
+ "required": false,
67
+ "responseStr": "encapsulationMethod:$encapsulationMethod ",
68
+ "type": {
69
+ "definition": {
70
+ "description": null,
71
+ "enumValues": [
72
+ {
73
+ "deprecationReason": null,
74
+ "description": null,
75
+ "isDeprecated": false,
76
+ "name": "DOT1Q"
77
+ },
78
+ {
79
+ "deprecationReason": null,
80
+ "description": null,
81
+ "isDeprecated": false,
82
+ "name": "QINQ"
83
+ }
84
+ ],
85
+ "fields": null,
86
+ "inputFields": null,
87
+ "interfaces": null,
88
+ "kind": "ENUM",
89
+ "name": "TaggingMethod",
90
+ "possibleTypes": null
91
+ },
92
+ "indexType": "enum",
93
+ "kind": [
94
+ "ENUM"
95
+ ],
96
+ "name": "TaggingMethod",
97
+ "non_null": false
98
+ },
99
+ "varName": "encapsulationMethod"
100
+ },
101
+ "id": {
102
+ "defaultValue": null,
103
+ "description": "ID of the connection to be updated.",
104
+ "id_str": "updateCloudInterconnectPhysicalConnection___input___id",
105
+ "name": "id",
106
+ "path": "updateCloudInterconnectPhysicalConnection.input.id",
107
+ "requestStr": "$id:ID! ",
108
+ "required": true,
109
+ "responseStr": "id:$id ",
110
+ "type": {
111
+ "kind": [
112
+ "NON_NULL",
113
+ "SCALAR"
114
+ ],
115
+ "name": "ID",
116
+ "non_null": false
117
+ },
118
+ "varName": "id"
119
+ },
120
+ "popLocation": {
121
+ "defaultValue": null,
122
+ "description": "Identifying data for the POP location.",
123
+ "id_str": "updateCloudInterconnectPhysicalConnection___input___popLocation",
124
+ "name": "popLocation",
125
+ "path": "updateCloudInterconnectPhysicalConnection.input.popLocation",
126
+ "requestStr": "$popLocationRefInput:PopLocationRefInput ",
127
+ "required": false,
128
+ "responseStr": "popLocation:$popLocationRefInput ",
129
+ "type": {
130
+ "definition": {
131
+ "description": null,
132
+ "enumValues": null,
133
+ "fields": null,
134
+ "inputFields": {
135
+ "by": {
136
+ "defaultValue": "ID",
137
+ "description": null,
138
+ "id_str": "updateCloudInterconnectPhysicalConnection___input___popLocation___by",
139
+ "name": "by",
140
+ "path": "updateCloudInterconnectPhysicalConnection.input.popLocation.by",
141
+ "requestStr": "$by:ObjectRefBy! ",
142
+ "required": true,
143
+ "responseStr": "by:$by ",
144
+ "type": {
145
+ "definition": {
146
+ "description": null,
147
+ "enumValues": [
148
+ {
149
+ "deprecationReason": null,
150
+ "description": null,
151
+ "isDeprecated": false,
152
+ "name": "ID"
153
+ },
154
+ {
155
+ "deprecationReason": null,
156
+ "description": null,
157
+ "isDeprecated": false,
158
+ "name": "NAME"
159
+ }
160
+ ],
161
+ "fields": null,
162
+ "inputFields": null,
163
+ "interfaces": null,
164
+ "kind": "ENUM",
165
+ "name": "ObjectRefBy",
166
+ "possibleTypes": null
167
+ },
168
+ "indexType": "enum",
169
+ "kind": [
170
+ "NON_NULL",
171
+ "ENUM"
172
+ ],
173
+ "name": "ObjectRefBy",
174
+ "non_null": false
175
+ },
176
+ "varName": "by"
177
+ },
178
+ "input": {
179
+ "defaultValue": null,
180
+ "description": null,
181
+ "id_str": "updateCloudInterconnectPhysicalConnection___input___popLocation___input",
182
+ "name": "input",
183
+ "path": "updateCloudInterconnectPhysicalConnection.input.popLocation.input",
184
+ "requestStr": "$input:String! ",
185
+ "required": true,
186
+ "responseStr": "input:$input ",
187
+ "type": {
188
+ "kind": [
189
+ "NON_NULL",
190
+ "SCALAR"
191
+ ],
192
+ "name": "String",
193
+ "non_null": false
194
+ },
195
+ "varName": "input"
196
+ }
197
+ },
198
+ "interfaces": null,
199
+ "kind": "INPUT_OBJECT",
200
+ "name": "PopLocationRefInput",
201
+ "possibleTypes": null
202
+ },
203
+ "indexType": "input_object",
204
+ "kind": [
205
+ "INPUT_OBJECT"
206
+ ],
207
+ "name": "PopLocationRefInput",
208
+ "non_null": false
209
+ },
210
+ "varName": "popLocationRefInput"
211
+ },
212
+ "privateCatoIp": {
213
+ "defaultValue": null,
214
+ "description": "Private IP address of Cato.",
215
+ "id_str": "updateCloudInterconnectPhysicalConnection___input___privateCatoIp",
216
+ "name": "privateCatoIp",
217
+ "path": "updateCloudInterconnectPhysicalConnection.input.privateCatoIp",
218
+ "requestStr": "$privateCatoIp:IPAddress ",
219
+ "required": false,
220
+ "responseStr": "privateCatoIp:$privateCatoIp ",
221
+ "type": {
222
+ "kind": [
223
+ "SCALAR"
224
+ ],
225
+ "name": "IPAddress",
226
+ "non_null": false
227
+ },
228
+ "varName": "privateCatoIp"
229
+ },
230
+ "privateSiteIp": {
231
+ "defaultValue": null,
232
+ "description": "Private IP address of the site.",
233
+ "id_str": "updateCloudInterconnectPhysicalConnection___input___privateSiteIp",
234
+ "name": "privateSiteIp",
235
+ "path": "updateCloudInterconnectPhysicalConnection.input.privateSiteIp",
236
+ "requestStr": "$privateSiteIp:IPAddress ",
237
+ "required": false,
238
+ "responseStr": "privateSiteIp:$privateSiteIp ",
239
+ "type": {
240
+ "kind": [
241
+ "SCALAR"
242
+ ],
243
+ "name": "IPAddress",
244
+ "non_null": false
245
+ },
246
+ "varName": "privateSiteIp"
247
+ },
248
+ "serviceProviderName": {
249
+ "defaultValue": null,
250
+ "description": "Name of the service provider.",
251
+ "id_str": "updateCloudInterconnectPhysicalConnection___input___serviceProviderName",
252
+ "name": "serviceProviderName",
253
+ "path": "updateCloudInterconnectPhysicalConnection.input.serviceProviderName",
254
+ "requestStr": "$serviceProviderName:String ",
255
+ "required": false,
256
+ "responseStr": "serviceProviderName:$serviceProviderName ",
257
+ "type": {
258
+ "kind": [
259
+ "SCALAR"
260
+ ],
261
+ "name": "String",
262
+ "non_null": false
263
+ },
264
+ "varName": "serviceProviderName"
265
+ },
266
+ "subnet": {
267
+ "defaultValue": null,
268
+ "description": "Subnet for the connection.",
269
+ "id_str": "updateCloudInterconnectPhysicalConnection___input___subnet",
270
+ "name": "subnet",
271
+ "path": "updateCloudInterconnectPhysicalConnection.input.subnet",
272
+ "requestStr": "$subnet:NetworkSubnet ",
273
+ "required": false,
274
+ "responseStr": "subnet:$subnet ",
275
+ "type": {
276
+ "kind": [
277
+ "SCALAR"
278
+ ],
279
+ "name": "NetworkSubnet",
280
+ "non_null": false
281
+ },
282
+ "varName": "subnet"
283
+ },
284
+ "upstreamBwLimit": {
285
+ "defaultValue": null,
286
+ "description": "Upstream bandwidth limit.",
287
+ "id_str": "updateCloudInterconnectPhysicalConnection___input___upstreamBwLimit",
288
+ "name": "upstreamBwLimit",
289
+ "path": "updateCloudInterconnectPhysicalConnection.input.upstreamBwLimit",
290
+ "requestStr": "$upstreamBwLimit:NetworkBandwidth ",
291
+ "required": false,
292
+ "responseStr": "upstreamBwLimit:$upstreamBwLimit ",
293
+ "type": {
294
+ "kind": [
295
+ "SCALAR"
296
+ ],
297
+ "name": "NetworkBandwidth",
298
+ "non_null": false
299
+ },
300
+ "varName": "upstreamBwLimit"
301
+ }
302
+ },
303
+ "interfaces": null,
304
+ "kind": "INPUT_OBJECT",
305
+ "name": "UpdateCloudInterconnectPhysicalConnectionInput",
306
+ "possibleTypes": null
307
+ },
308
+ "indexType": "input_object",
309
+ "kind": [
310
+ "NON_NULL",
311
+ "INPUT_OBJECT"
312
+ ],
313
+ "name": "UpdateCloudInterconnectPhysicalConnectionInput",
314
+ "non_null": false
315
+ },
316
+ "varName": "updateCloudInterconnectPhysicalConnectionInput"
317
+ }
318
+ },
319
+ "deprecationReason": null,
320
+ "description": "Update an existing physical connection at a cloud interconnect site.",
321
+ "isDeprecated": false,
322
+ "name": "updateCloudInterconnectPhysicalConnection",
323
+ "type": {
324
+ "kind": "OBJECT",
325
+ "name": "UpdateCloudInterconnectPhysicalConnectionPayload",
326
+ "ofType": null
327
+ }
328
+ }
329
+ },
330
+ "deprecationReason": "in favor of site",
331
+ "description": null,
332
+ "fieldTypes": {
333
+ "ObjectRefBy": true,
334
+ "PopLocationRefInput": true,
335
+ "TaggingMethod": true,
336
+ "UpdateCloudInterconnectPhysicalConnectionPayload": true
337
+ },
338
+ "isDeprecated": true,
339
+ "name": "sites",
340
+ "operationArgs": {
341
+ "accountId": {
342
+ "defaultValue": null,
343
+ "description": null,
344
+ "id_str": "accountId",
345
+ "name": "accountId",
346
+ "path": "accountId",
347
+ "requestStr": "$accountId:ID! ",
348
+ "required": true,
349
+ "responseStr": "accountId:$accountId ",
350
+ "type": {
351
+ "kind": [
352
+ "NON_NULL",
353
+ "SCALAR"
354
+ ],
355
+ "name": "ID",
356
+ "non_null": false
357
+ },
358
+ "varName": "accountId"
359
+ },
360
+ "updateCloudInterconnectPhysicalConnectionInput": {
361
+ "defaultValue": null,
362
+ "description": null,
363
+ "id_str": "updateCloudInterconnectPhysicalConnection___input",
364
+ "name": "input",
365
+ "path": "updateCloudInterconnectPhysicalConnection.input",
366
+ "requestStr": "$updateCloudInterconnectPhysicalConnectionInput:UpdateCloudInterconnectPhysicalConnectionInput! ",
367
+ "required": true,
368
+ "responseStr": "input:$updateCloudInterconnectPhysicalConnectionInput ",
369
+ "type": {
370
+ "definition": {
371
+ "description": "Input for updating an existing physical connection at a cloud interconnect site.",
372
+ "enumValues": null,
373
+ "fields": null,
374
+ "inputFields": {
375
+ "downstreamBwLimit": {
376
+ "defaultValue": null,
377
+ "description": "Downstream bandwidth limit.",
378
+ "id_str": "updateCloudInterconnectPhysicalConnection___input___downstreamBwLimit",
379
+ "name": "downstreamBwLimit",
380
+ "path": "updateCloudInterconnectPhysicalConnection.input.downstreamBwLimit",
381
+ "requestStr": "$downstreamBwLimit:NetworkBandwidth ",
382
+ "required": false,
383
+ "responseStr": "downstreamBwLimit:$downstreamBwLimit ",
384
+ "type": {
385
+ "kind": [
386
+ "SCALAR"
387
+ ],
388
+ "name": "NetworkBandwidth",
389
+ "non_null": false
390
+ },
391
+ "varName": "downstreamBwLimit"
392
+ },
393
+ "encapsulationMethod": {
394
+ "defaultValue": null,
395
+ "description": "Method of encapsulation.",
396
+ "id_str": "updateCloudInterconnectPhysicalConnection___input___encapsulationMethod",
397
+ "name": "encapsulationMethod",
398
+ "path": "updateCloudInterconnectPhysicalConnection.input.encapsulationMethod",
399
+ "requestStr": "$encapsulationMethod:TaggingMethod ",
400
+ "required": false,
401
+ "responseStr": "encapsulationMethod:$encapsulationMethod ",
402
+ "type": {
403
+ "definition": {
404
+ "description": null,
405
+ "enumValues": [
406
+ {
407
+ "deprecationReason": null,
408
+ "description": null,
409
+ "isDeprecated": false,
410
+ "name": "DOT1Q"
411
+ },
412
+ {
413
+ "deprecationReason": null,
414
+ "description": null,
415
+ "isDeprecated": false,
416
+ "name": "QINQ"
417
+ }
418
+ ],
419
+ "fields": null,
420
+ "inputFields": null,
421
+ "interfaces": null,
422
+ "kind": "ENUM",
423
+ "name": "TaggingMethod",
424
+ "possibleTypes": null
425
+ },
426
+ "indexType": "enum",
427
+ "kind": [
428
+ "ENUM"
429
+ ],
430
+ "name": "TaggingMethod",
431
+ "non_null": false
432
+ },
433
+ "varName": "encapsulationMethod"
434
+ },
435
+ "id": {
436
+ "defaultValue": null,
437
+ "description": "ID of the connection to be updated.",
438
+ "id_str": "updateCloudInterconnectPhysicalConnection___input___id",
439
+ "name": "id",
440
+ "path": "updateCloudInterconnectPhysicalConnection.input.id",
441
+ "requestStr": "$id:ID! ",
442
+ "required": true,
443
+ "responseStr": "id:$id ",
444
+ "type": {
445
+ "kind": [
446
+ "NON_NULL",
447
+ "SCALAR"
448
+ ],
449
+ "name": "ID",
450
+ "non_null": false
451
+ },
452
+ "varName": "id"
453
+ },
454
+ "popLocation": {
455
+ "defaultValue": null,
456
+ "description": "Identifying data for the POP location.",
457
+ "id_str": "updateCloudInterconnectPhysicalConnection___input___popLocation",
458
+ "name": "popLocation",
459
+ "path": "updateCloudInterconnectPhysicalConnection.input.popLocation",
460
+ "requestStr": "$popLocationRefInput:PopLocationRefInput ",
461
+ "required": false,
462
+ "responseStr": "popLocation:$popLocationRefInput ",
463
+ "type": {
464
+ "definition": {
465
+ "description": null,
466
+ "enumValues": null,
467
+ "fields": null,
468
+ "inputFields": {
469
+ "by": {
470
+ "defaultValue": "ID",
471
+ "description": null,
472
+ "id_str": "updateCloudInterconnectPhysicalConnection___input___popLocation___by",
473
+ "name": "by",
474
+ "path": "updateCloudInterconnectPhysicalConnection.input.popLocation.by",
475
+ "requestStr": "$by:ObjectRefBy! ",
476
+ "required": true,
477
+ "responseStr": "by:$by ",
478
+ "type": {
479
+ "definition": {
480
+ "description": null,
481
+ "enumValues": [
482
+ {
483
+ "deprecationReason": null,
484
+ "description": null,
485
+ "isDeprecated": false,
486
+ "name": "ID"
487
+ },
488
+ {
489
+ "deprecationReason": null,
490
+ "description": null,
491
+ "isDeprecated": false,
492
+ "name": "NAME"
493
+ }
494
+ ],
495
+ "fields": null,
496
+ "inputFields": null,
497
+ "interfaces": null,
498
+ "kind": "ENUM",
499
+ "name": "ObjectRefBy",
500
+ "possibleTypes": null
501
+ },
502
+ "indexType": "enum",
503
+ "kind": [
504
+ "NON_NULL",
505
+ "ENUM"
506
+ ],
507
+ "name": "ObjectRefBy",
508
+ "non_null": false
509
+ },
510
+ "varName": "by"
511
+ },
512
+ "input": {
513
+ "defaultValue": null,
514
+ "description": null,
515
+ "id_str": "updateCloudInterconnectPhysicalConnection___input___popLocation___input",
516
+ "name": "input",
517
+ "path": "updateCloudInterconnectPhysicalConnection.input.popLocation.input",
518
+ "requestStr": "$input:String! ",
519
+ "required": true,
520
+ "responseStr": "input:$input ",
521
+ "type": {
522
+ "kind": [
523
+ "NON_NULL",
524
+ "SCALAR"
525
+ ],
526
+ "name": "String",
527
+ "non_null": false
528
+ },
529
+ "varName": "input"
530
+ }
531
+ },
532
+ "interfaces": null,
533
+ "kind": "INPUT_OBJECT",
534
+ "name": "PopLocationRefInput",
535
+ "possibleTypes": null
536
+ },
537
+ "indexType": "input_object",
538
+ "kind": [
539
+ "INPUT_OBJECT"
540
+ ],
541
+ "name": "PopLocationRefInput",
542
+ "non_null": false
543
+ },
544
+ "varName": "popLocationRefInput"
545
+ },
546
+ "privateCatoIp": {
547
+ "defaultValue": null,
548
+ "description": "Private IP address of Cato.",
549
+ "id_str": "updateCloudInterconnectPhysicalConnection___input___privateCatoIp",
550
+ "name": "privateCatoIp",
551
+ "path": "updateCloudInterconnectPhysicalConnection.input.privateCatoIp",
552
+ "requestStr": "$privateCatoIp:IPAddress ",
553
+ "required": false,
554
+ "responseStr": "privateCatoIp:$privateCatoIp ",
555
+ "type": {
556
+ "kind": [
557
+ "SCALAR"
558
+ ],
559
+ "name": "IPAddress",
560
+ "non_null": false
561
+ },
562
+ "varName": "privateCatoIp"
563
+ },
564
+ "privateSiteIp": {
565
+ "defaultValue": null,
566
+ "description": "Private IP address of the site.",
567
+ "id_str": "updateCloudInterconnectPhysicalConnection___input___privateSiteIp",
568
+ "name": "privateSiteIp",
569
+ "path": "updateCloudInterconnectPhysicalConnection.input.privateSiteIp",
570
+ "requestStr": "$privateSiteIp:IPAddress ",
571
+ "required": false,
572
+ "responseStr": "privateSiteIp:$privateSiteIp ",
573
+ "type": {
574
+ "kind": [
575
+ "SCALAR"
576
+ ],
577
+ "name": "IPAddress",
578
+ "non_null": false
579
+ },
580
+ "varName": "privateSiteIp"
581
+ },
582
+ "serviceProviderName": {
583
+ "defaultValue": null,
584
+ "description": "Name of the service provider.",
585
+ "id_str": "updateCloudInterconnectPhysicalConnection___input___serviceProviderName",
586
+ "name": "serviceProviderName",
587
+ "path": "updateCloudInterconnectPhysicalConnection.input.serviceProviderName",
588
+ "requestStr": "$serviceProviderName:String ",
589
+ "required": false,
590
+ "responseStr": "serviceProviderName:$serviceProviderName ",
591
+ "type": {
592
+ "kind": [
593
+ "SCALAR"
594
+ ],
595
+ "name": "String",
596
+ "non_null": false
597
+ },
598
+ "varName": "serviceProviderName"
599
+ },
600
+ "subnet": {
601
+ "defaultValue": null,
602
+ "description": "Subnet for the connection.",
603
+ "id_str": "updateCloudInterconnectPhysicalConnection___input___subnet",
604
+ "name": "subnet",
605
+ "path": "updateCloudInterconnectPhysicalConnection.input.subnet",
606
+ "requestStr": "$subnet:NetworkSubnet ",
607
+ "required": false,
608
+ "responseStr": "subnet:$subnet ",
609
+ "type": {
610
+ "kind": [
611
+ "SCALAR"
612
+ ],
613
+ "name": "NetworkSubnet",
614
+ "non_null": false
615
+ },
616
+ "varName": "subnet"
617
+ },
618
+ "upstreamBwLimit": {
619
+ "defaultValue": null,
620
+ "description": "Upstream bandwidth limit.",
621
+ "id_str": "updateCloudInterconnectPhysicalConnection___input___upstreamBwLimit",
622
+ "name": "upstreamBwLimit",
623
+ "path": "updateCloudInterconnectPhysicalConnection.input.upstreamBwLimit",
624
+ "requestStr": "$upstreamBwLimit:NetworkBandwidth ",
625
+ "required": false,
626
+ "responseStr": "upstreamBwLimit:$upstreamBwLimit ",
627
+ "type": {
628
+ "kind": [
629
+ "SCALAR"
630
+ ],
631
+ "name": "NetworkBandwidth",
632
+ "non_null": false
633
+ },
634
+ "varName": "upstreamBwLimit"
635
+ }
636
+ },
637
+ "interfaces": null,
638
+ "kind": "INPUT_OBJECT",
639
+ "name": "UpdateCloudInterconnectPhysicalConnectionInput",
640
+ "possibleTypes": null
641
+ },
642
+ "indexType": "input_object",
643
+ "kind": [
644
+ "NON_NULL",
645
+ "INPUT_OBJECT"
646
+ ],
647
+ "name": "UpdateCloudInterconnectPhysicalConnectionInput",
648
+ "non_null": false
649
+ },
650
+ "varName": "updateCloudInterconnectPhysicalConnectionInput"
651
+ }
652
+ },
653
+ "path": "mutation.sites.updateCloudInterconnectPhysicalConnection",
654
+ "type": {
655
+ "definition": {
656
+ "description": null,
657
+ "enumValues": null,
658
+ "fields": {
659
+ "updateCloudInterconnectPhysicalConnection": {
660
+ "args": {
661
+ "updateCloudInterconnectPhysicalConnection___input": {
662
+ "defaultValue": null,
663
+ "description": null,
664
+ "id_str": "updateCloudInterconnectPhysicalConnection___input",
665
+ "name": "input",
666
+ "path": "updateCloudInterconnectPhysicalConnection.input",
667
+ "requestStr": "$updateCloudInterconnectPhysicalConnectionInput:UpdateCloudInterconnectPhysicalConnectionInput! ",
668
+ "required": true,
669
+ "responseStr": "input:$updateCloudInterconnectPhysicalConnectionInput ",
670
+ "type": {
671
+ "definition": {
672
+ "description": "Input for updating an existing physical connection at a cloud interconnect site.",
673
+ "enumValues": null,
674
+ "fields": null,
675
+ "inputFields": {
676
+ "downstreamBwLimit": {
677
+ "defaultValue": null,
678
+ "description": "Downstream bandwidth limit.",
679
+ "id_str": "updateCloudInterconnectPhysicalConnection___input___downstreamBwLimit",
680
+ "name": "downstreamBwLimit",
681
+ "path": "updateCloudInterconnectPhysicalConnection.input.downstreamBwLimit",
682
+ "requestStr": "$downstreamBwLimit:NetworkBandwidth ",
683
+ "required": false,
684
+ "responseStr": "downstreamBwLimit:$downstreamBwLimit ",
685
+ "type": {
686
+ "kind": [
687
+ "SCALAR"
688
+ ],
689
+ "name": "NetworkBandwidth",
690
+ "non_null": false
691
+ },
692
+ "varName": "downstreamBwLimit"
693
+ },
694
+ "encapsulationMethod": {
695
+ "defaultValue": null,
696
+ "description": "Method of encapsulation.",
697
+ "id_str": "updateCloudInterconnectPhysicalConnection___input___encapsulationMethod",
698
+ "name": "encapsulationMethod",
699
+ "path": "updateCloudInterconnectPhysicalConnection.input.encapsulationMethod",
700
+ "requestStr": "$encapsulationMethod:TaggingMethod ",
701
+ "required": false,
702
+ "responseStr": "encapsulationMethod:$encapsulationMethod ",
703
+ "type": {
704
+ "definition": {
705
+ "description": null,
706
+ "enumValues": [
707
+ {
708
+ "deprecationReason": null,
709
+ "description": null,
710
+ "isDeprecated": false,
711
+ "name": "DOT1Q"
712
+ },
713
+ {
714
+ "deprecationReason": null,
715
+ "description": null,
716
+ "isDeprecated": false,
717
+ "name": "QINQ"
718
+ }
719
+ ],
720
+ "fields": null,
721
+ "inputFields": null,
722
+ "interfaces": null,
723
+ "kind": "ENUM",
724
+ "name": "TaggingMethod",
725
+ "possibleTypes": null
726
+ },
727
+ "indexType": "enum",
728
+ "kind": [
729
+ "ENUM"
730
+ ],
731
+ "name": "TaggingMethod",
732
+ "non_null": false
733
+ },
734
+ "varName": "encapsulationMethod"
735
+ },
736
+ "id": {
737
+ "defaultValue": null,
738
+ "description": "ID of the connection to be updated.",
739
+ "id_str": "updateCloudInterconnectPhysicalConnection___input___id",
740
+ "name": "id",
741
+ "path": "updateCloudInterconnectPhysicalConnection.input.id",
742
+ "requestStr": "$id:ID! ",
743
+ "required": true,
744
+ "responseStr": "id:$id ",
745
+ "type": {
746
+ "kind": [
747
+ "NON_NULL",
748
+ "SCALAR"
749
+ ],
750
+ "name": "ID",
751
+ "non_null": false
752
+ },
753
+ "varName": "id"
754
+ },
755
+ "popLocation": {
756
+ "defaultValue": null,
757
+ "description": "Identifying data for the POP location.",
758
+ "id_str": "updateCloudInterconnectPhysicalConnection___input___popLocation",
759
+ "name": "popLocation",
760
+ "path": "updateCloudInterconnectPhysicalConnection.input.popLocation",
761
+ "requestStr": "$popLocationRefInput:PopLocationRefInput ",
762
+ "required": false,
763
+ "responseStr": "popLocation:$popLocationRefInput ",
764
+ "type": {
765
+ "definition": {
766
+ "description": null,
767
+ "enumValues": null,
768
+ "fields": null,
769
+ "inputFields": {
770
+ "by": {
771
+ "defaultValue": "ID",
772
+ "description": null,
773
+ "id_str": "updateCloudInterconnectPhysicalConnection___input___popLocation___by",
774
+ "name": "by",
775
+ "path": "updateCloudInterconnectPhysicalConnection.input.popLocation.by",
776
+ "requestStr": "$by:ObjectRefBy! ",
777
+ "required": true,
778
+ "responseStr": "by:$by ",
779
+ "type": {
780
+ "definition": {
781
+ "description": null,
782
+ "enumValues": [
783
+ {
784
+ "deprecationReason": null,
785
+ "description": null,
786
+ "isDeprecated": false,
787
+ "name": "ID"
788
+ },
789
+ {
790
+ "deprecationReason": null,
791
+ "description": null,
792
+ "isDeprecated": false,
793
+ "name": "NAME"
794
+ }
795
+ ],
796
+ "fields": null,
797
+ "inputFields": null,
798
+ "interfaces": null,
799
+ "kind": "ENUM",
800
+ "name": "ObjectRefBy",
801
+ "possibleTypes": null
802
+ },
803
+ "indexType": "enum",
804
+ "kind": [
805
+ "NON_NULL",
806
+ "ENUM"
807
+ ],
808
+ "name": "ObjectRefBy",
809
+ "non_null": false
810
+ },
811
+ "varName": "by"
812
+ },
813
+ "input": {
814
+ "defaultValue": null,
815
+ "description": null,
816
+ "id_str": "updateCloudInterconnectPhysicalConnection___input___popLocation___input",
817
+ "name": "input",
818
+ "path": "updateCloudInterconnectPhysicalConnection.input.popLocation.input",
819
+ "requestStr": "$input:String! ",
820
+ "required": true,
821
+ "responseStr": "input:$input ",
822
+ "type": {
823
+ "kind": [
824
+ "NON_NULL",
825
+ "SCALAR"
826
+ ],
827
+ "name": "String",
828
+ "non_null": false
829
+ },
830
+ "varName": "input"
831
+ }
832
+ },
833
+ "interfaces": null,
834
+ "kind": "INPUT_OBJECT",
835
+ "name": "PopLocationRefInput",
836
+ "possibleTypes": null
837
+ },
838
+ "indexType": "input_object",
839
+ "kind": [
840
+ "INPUT_OBJECT"
841
+ ],
842
+ "name": "PopLocationRefInput",
843
+ "non_null": false
844
+ },
845
+ "varName": "popLocationRefInput"
846
+ },
847
+ "privateCatoIp": {
848
+ "defaultValue": null,
849
+ "description": "Private IP address of Cato.",
850
+ "id_str": "updateCloudInterconnectPhysicalConnection___input___privateCatoIp",
851
+ "name": "privateCatoIp",
852
+ "path": "updateCloudInterconnectPhysicalConnection.input.privateCatoIp",
853
+ "requestStr": "$privateCatoIp:IPAddress ",
854
+ "required": false,
855
+ "responseStr": "privateCatoIp:$privateCatoIp ",
856
+ "type": {
857
+ "kind": [
858
+ "SCALAR"
859
+ ],
860
+ "name": "IPAddress",
861
+ "non_null": false
862
+ },
863
+ "varName": "privateCatoIp"
864
+ },
865
+ "privateSiteIp": {
866
+ "defaultValue": null,
867
+ "description": "Private IP address of the site.",
868
+ "id_str": "updateCloudInterconnectPhysicalConnection___input___privateSiteIp",
869
+ "name": "privateSiteIp",
870
+ "path": "updateCloudInterconnectPhysicalConnection.input.privateSiteIp",
871
+ "requestStr": "$privateSiteIp:IPAddress ",
872
+ "required": false,
873
+ "responseStr": "privateSiteIp:$privateSiteIp ",
874
+ "type": {
875
+ "kind": [
876
+ "SCALAR"
877
+ ],
878
+ "name": "IPAddress",
879
+ "non_null": false
880
+ },
881
+ "varName": "privateSiteIp"
882
+ },
883
+ "serviceProviderName": {
884
+ "defaultValue": null,
885
+ "description": "Name of the service provider.",
886
+ "id_str": "updateCloudInterconnectPhysicalConnection___input___serviceProviderName",
887
+ "name": "serviceProviderName",
888
+ "path": "updateCloudInterconnectPhysicalConnection.input.serviceProviderName",
889
+ "requestStr": "$serviceProviderName:String ",
890
+ "required": false,
891
+ "responseStr": "serviceProviderName:$serviceProviderName ",
892
+ "type": {
893
+ "kind": [
894
+ "SCALAR"
895
+ ],
896
+ "name": "String",
897
+ "non_null": false
898
+ },
899
+ "varName": "serviceProviderName"
900
+ },
901
+ "subnet": {
902
+ "defaultValue": null,
903
+ "description": "Subnet for the connection.",
904
+ "id_str": "updateCloudInterconnectPhysicalConnection___input___subnet",
905
+ "name": "subnet",
906
+ "path": "updateCloudInterconnectPhysicalConnection.input.subnet",
907
+ "requestStr": "$subnet:NetworkSubnet ",
908
+ "required": false,
909
+ "responseStr": "subnet:$subnet ",
910
+ "type": {
911
+ "kind": [
912
+ "SCALAR"
913
+ ],
914
+ "name": "NetworkSubnet",
915
+ "non_null": false
916
+ },
917
+ "varName": "subnet"
918
+ },
919
+ "upstreamBwLimit": {
920
+ "defaultValue": null,
921
+ "description": "Upstream bandwidth limit.",
922
+ "id_str": "updateCloudInterconnectPhysicalConnection___input___upstreamBwLimit",
923
+ "name": "upstreamBwLimit",
924
+ "path": "updateCloudInterconnectPhysicalConnection.input.upstreamBwLimit",
925
+ "requestStr": "$upstreamBwLimit:NetworkBandwidth ",
926
+ "required": false,
927
+ "responseStr": "upstreamBwLimit:$upstreamBwLimit ",
928
+ "type": {
929
+ "kind": [
930
+ "SCALAR"
931
+ ],
932
+ "name": "NetworkBandwidth",
933
+ "non_null": false
934
+ },
935
+ "varName": "upstreamBwLimit"
936
+ }
937
+ },
938
+ "interfaces": null,
939
+ "kind": "INPUT_OBJECT",
940
+ "name": "UpdateCloudInterconnectPhysicalConnectionInput",
941
+ "possibleTypes": null
942
+ },
943
+ "indexType": "input_object",
944
+ "kind": [
945
+ "NON_NULL",
946
+ "INPUT_OBJECT"
947
+ ],
948
+ "name": "UpdateCloudInterconnectPhysicalConnectionInput",
949
+ "non_null": false
950
+ },
951
+ "varName": "updateCloudInterconnectPhysicalConnectionInput"
952
+ }
953
+ },
954
+ "deprecationReason": null,
955
+ "description": "Update an existing physical connection at a cloud interconnect site.",
956
+ "id_str": "updateCloudInterconnectPhysicalConnection",
957
+ "isDeprecated": false,
958
+ "name": "updateCloudInterconnectPhysicalConnection",
959
+ "path": "updateCloudInterconnectPhysicalConnection",
960
+ "requestStr": "$updateCloudInterconnectPhysicalConnectionPayload:UpdateCloudInterconnectPhysicalConnectionPayload ",
961
+ "required": false,
962
+ "responseStr": "updateCloudInterconnectPhysicalConnection:$updateCloudInterconnectPhysicalConnectionPayload ",
963
+ "type": {
964
+ "definition": {
965
+ "description": "Payload for updating an existing physical connection at a cloud interconnect site.",
966
+ "enumValues": null,
967
+ "fields": {
968
+ "id": {
969
+ "args": {},
970
+ "deprecationReason": null,
971
+ "description": "ID of the updated connection.",
972
+ "id_str": "updateCloudInterconnectPhysicalConnection___id",
973
+ "isDeprecated": false,
974
+ "name": "id",
975
+ "path": "updateCloudInterconnectPhysicalConnection.id",
976
+ "requestStr": "$id:ID! ",
977
+ "required": true,
978
+ "responseStr": "id:$id ",
979
+ "type": {
980
+ "kind": [
981
+ "NON_NULL",
982
+ "SCALAR"
983
+ ],
984
+ "name": "ID",
985
+ "non_null": false
986
+ },
987
+ "varName": "id"
988
+ }
989
+ },
990
+ "inputFields": null,
991
+ "interfaces": {},
992
+ "kind": "OBJECT",
993
+ "name": "UpdateCloudInterconnectPhysicalConnectionPayload",
994
+ "possibleTypes": null
995
+ },
996
+ "indexType": "object",
997
+ "kind": [
998
+ "OBJECT"
999
+ ],
1000
+ "name": "UpdateCloudInterconnectPhysicalConnectionPayload",
1001
+ "non_null": false
1002
+ },
1003
+ "varName": "updateCloudInterconnectPhysicalConnectionPayload"
1004
+ }
1005
+ },
1006
+ "inputFields": null,
1007
+ "interfaces": [],
1008
+ "kind": "OBJECT",
1009
+ "name": "SiteMutations",
1010
+ "possibleTypes": null
1011
+ },
1012
+ "indexType": "object",
1013
+ "kind": [
1014
+ "NON_NULL",
1015
+ "OBJECT"
1016
+ ],
1017
+ "name": "SiteMutations",
1018
+ "non_null": false
1019
+ },
1020
+ "variablesPayload": {
1021
+ "updateCloudInterconnectPhysicalConnectionInput": {
1022
+ "downstreamBwLimit": {
1023
+ "downstreamBwLimit": "NetworkBandwidth"
1024
+ },
1025
+ "encapsulationMethod": {
1026
+ "encapsulationMethod": "enum(TaggingMethod)"
1027
+ },
1028
+ "id": {
1029
+ "id": "ID"
1030
+ },
1031
+ "popLocationRefInput": {
1032
+ "by": {
1033
+ "by": "enum(ObjectRefBy)"
1034
+ },
1035
+ "input": {
1036
+ "input": "String"
1037
+ }
1038
+ },
1039
+ "privateCatoIp": {
1040
+ "privateCatoIp": "IPAddress"
1041
+ },
1042
+ "privateSiteIp": {
1043
+ "privateSiteIp": "IPAddress"
1044
+ },
1045
+ "serviceProviderName": {
1046
+ "serviceProviderName": "String"
1047
+ },
1048
+ "subnet": {
1049
+ "subnet": "NetworkSubnet"
1050
+ },
1051
+ "upstreamBwLimit": {
1052
+ "upstreamBwLimit": "NetworkBandwidth"
1053
+ }
1054
+ }
1055
+ }
1056
+ }