graphiant-sdk 25.12.1__py3-none-any.whl → 26.1.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.
Files changed (56) hide show
  1. graphiant_sdk/__init__.py +2982 -1471
  2. graphiant_sdk/api/default_api.py +1712 -23
  3. graphiant_sdk/api_client.py +16 -9
  4. graphiant_sdk/configuration.py +9 -3
  5. graphiant_sdk/exceptions.py +6 -3
  6. graphiant_sdk/models/__init__.py +19 -1
  7. graphiant_sdk/models/assurance_dns_proxy_entry.py +97 -0
  8. graphiant_sdk/models/iam_customer.py +6 -2
  9. graphiant_sdk/models/mana_v2_b2b_extranet_service_customer_match_details.py +15 -2
  10. graphiant_sdk/models/mana_v2_device.py +7 -1
  11. graphiant_sdk/models/mana_v2_edge_device_config.py +7 -1
  12. graphiant_sdk/models/mana_v2_interface.py +7 -1
  13. graphiant_sdk/models/mana_v2_interface_config.py +7 -1
  14. graphiant_sdk/models/mana_v2_interface_ma_csec.py +115 -0
  15. graphiant_sdk/models/mana_v2_lag_interface_config.py +7 -1
  16. graphiant_sdk/models/mana_v2_ma_csec_configuration.py +150 -0
  17. graphiant_sdk/models/mana_v2_nullable_ma_csec_configuration.py +91 -0
  18. graphiant_sdk/models/mana_v2_nullable_psk_configuration.py +91 -0
  19. graphiant_sdk/models/mana_v2_nullable_sak_configuration.py +91 -0
  20. graphiant_sdk/models/mana_v2_nullable_sla_conformance.py +91 -0
  21. graphiant_sdk/models/mana_v2_psk_configuration.py +99 -0
  22. graphiant_sdk/models/mana_v2_sak_configuration.py +93 -0
  23. graphiant_sdk/models/mana_v2_sla_conformance.py +91 -0
  24. graphiant_sdk/models/v1_auth_login_post_response.py +10 -2
  25. graphiant_sdk/models/v1_extranets_b2b_peering_consumer_id_prefixes_put_request.py +95 -0
  26. graphiant_sdk/models/v1_extranets_b2b_peering_consumer_id_prefixes_put_response.py +87 -0
  27. graphiant_sdk/models/v1_extranets_b2b_peering_match_service_to_customer_service_status_put_request.py +89 -0
  28. graphiant_sdk/models/v1_extranets_b2b_peering_match_service_to_customer_service_status_put_response.py +87 -0
  29. graphiant_sdk/models/v2_assurance_create_dnsproxy_entry_post_request.py +91 -0
  30. graphiant_sdk/models/v2_assurance_create_dnsproxy_entry_post_response.py +87 -0
  31. graphiant_sdk/models/v2_assurance_read_dnsproxy_list_get_response.py +95 -0
  32. graphiant_sdk/models/v2_assurance_update_dnsproxy_entry_post_request.py +91 -0
  33. graphiant_sdk/rest.py +7 -2
  34. {graphiant_sdk-25.12.1.dist-info → graphiant_sdk-26.1.1.dist-info}/METADATA +5 -3
  35. {graphiant_sdk-25.12.1.dist-info → graphiant_sdk-26.1.1.dist-info}/RECORD +56 -20
  36. {graphiant_sdk-25.12.1.dist-info → graphiant_sdk-26.1.1.dist-info}/WHEEL +1 -1
  37. test/test_assurance_dns_proxy_entry.py +70 -0
  38. test/test_mana_v2_interface_ma_csec.py +72 -0
  39. test/test_mana_v2_ma_csec_configuration.py +124 -0
  40. test/test_mana_v2_nullable_ma_csec_configuration.py +90 -0
  41. test/test_mana_v2_nullable_psk_configuration.py +58 -0
  42. test/test_mana_v2_nullable_sak_configuration.py +55 -0
  43. test/test_mana_v2_nullable_sla_conformance.py +54 -0
  44. test/test_mana_v2_psk_configuration.py +57 -0
  45. test/test_mana_v2_sak_configuration.py +54 -0
  46. test/test_mana_v2_sla_conformance.py +53 -0
  47. test/test_v1_extranets_b2b_peering_consumer_id_prefixes_put_request.py +60 -0
  48. test/test_v1_extranets_b2b_peering_consumer_id_prefixes_put_response.py +51 -0
  49. test/test_v1_extranets_b2b_peering_match_service_to_customer_service_status_put_request.py +54 -0
  50. test/test_v1_extranets_b2b_peering_match_service_to_customer_service_status_put_response.py +51 -0
  51. test/test_v2_assurance_create_dnsproxy_entry_post_request.py +61 -0
  52. test/test_v2_assurance_create_dnsproxy_entry_post_response.py +51 -0
  53. test/test_v2_assurance_read_dnsproxy_list_get_response.py +63 -0
  54. test/test_v2_assurance_update_dnsproxy_entry_post_request.py +61 -0
  55. {graphiant_sdk-25.12.1.dist-info → graphiant_sdk-26.1.1.dist-info}/licenses/LICENSE +0 -0
  56. {graphiant_sdk-25.12.1.dist-info → graphiant_sdk-26.1.1.dist-info}/top_level.txt +0 -0
@@ -1,13 +1,13 @@
1
- graphiant_sdk/__init__.py,sha256=wmBlyssMMjwzGMAOhI8CgBjdsfyFHXemHeZZ4Iv45OQ,152994
2
- graphiant_sdk/api_client.py,sha256=RaBzptGCROoQQWkZRt_Zxdj-ARx39rAkabYA5cZxMLk,27399
1
+ graphiant_sdk/__init__.py,sha256=PQqPCcHzx9807-b71iBFkCHT7mTg1qpxMYWT6uvxE1U,268373
2
+ graphiant_sdk/api_client.py,sha256=pceXPb-s8SM9SgHqW7y3N8m6atjHxqvH0BJYn1eMTx8,27713
3
3
  graphiant_sdk/api_response.py,sha256=eMxw1mpmJcoGZ3gs9z6jM4oYoZ10Gjk333s9sKxGv7s,652
4
- graphiant_sdk/configuration.py,sha256=sloOIMO1kNfLN57bQFCvGCb5TwtnRGkNc2PSJyrUCG0,18797
5
- graphiant_sdk/exceptions.py,sha256=94v9dcySG1bi4ul58kGqTWtPXQFjASomWGxV2mE2tHc,6400
4
+ graphiant_sdk/configuration.py,sha256=-XiHuD18ta27HHq_s6HTwqjMg_6Ns7QoGVmhJXX1yHE,19066
5
+ graphiant_sdk/exceptions.py,sha256=IhGUOlFk96faq_p3qXwiJqhv9pgeT8bIczrYX0YSONc,6467
6
6
  graphiant_sdk/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
7
- graphiant_sdk/rest.py,sha256=JJvVzpugJsvnyAOrlVMKwgdgXumttSJTjqarpFLw20U,9396
7
+ graphiant_sdk/rest.py,sha256=3BHpoKt94I8tj9RysusSkyDJtRtXhF4VkTIbv04QM30,9583
8
8
  graphiant_sdk/api/__init__.py,sha256=O2ov3CsQr-PeW7SlDmJah0lfKHm-MCJg_5C5T_gO2vk,101
9
- graphiant_sdk/api/default_api.py,sha256=aNoIoxOvkuGUEQ09yrHr8y9KEEDxNaaFsk-i_IsWUFU,6130318
10
- graphiant_sdk/models/__init__.py,sha256=g6rHK-wfHv1TAqsLCiQEsfOurZTg03dBwXLtitFY52M,152404
9
+ graphiant_sdk/api/default_api.py,sha256=pRBafS_2cZQdmdLsSZxQR1k99umwCSTEmfBuj5TFJv8,6203760
10
+ graphiant_sdk/models/__init__.py,sha256=Xf5DRG1Z0UIVCBYnwfIMlSLnQvb50GEq-moTAFg8XWE,154427
11
11
  graphiant_sdk/models/alarms_alarm_data.py,sha256=eeiA5txvQmySrzzCnG66_B-IwjP23khURVJfT7YWnO0,6649
12
12
  graphiant_sdk/models/alarms_alarm_history.py,sha256=CXqAIfTmn9yitnqRu7St43IFKKIPZkz1hgdsgBamprA,3912
13
13
  graphiant_sdk/models/alertservice_alert_record.py,sha256=em1eoh8lIFDbh0fHwjkCKyESQbwBUvv0XnR277GrYwA,9190
@@ -46,6 +46,7 @@ graphiant_sdk/models/assurance_client_session_endpoint_details.py,sha256=7J98zuC
46
46
  graphiant_sdk/models/assurance_client_session_endpoint_details_statistics.py,sha256=LZ9QJEwozf2dsEHCF3G-rF406rYhGlEAOume68Xge04,2792
47
47
  graphiant_sdk/models/assurance_client_session_endpoint_link.py,sha256=fia70sY1qJDperqn7AViGr4zQ2F1CfSS3eFKYOpEK2M,3064
48
48
  graphiant_sdk/models/assurance_client_session_pop_link.py,sha256=n5dSG1tZA_YPSBxJVpwZ7_Kdvqln8Oz-y_Rfag_nSK4,3081
49
+ graphiant_sdk/models/assurance_dns_proxy_entry.py,sha256=czKwYuREs3kb0LgT1d2qRfNAJbBncVIkmbDV3DpCRKs,3207
49
50
  graphiant_sdk/models/assurance_edge.py,sha256=rDaS0JjyipTKSNXSnrq80v5RmDwD5Ou6wUXbSTQyK8E,2634
50
51
  graphiant_sdk/models/assurance_enterprise_summary.py,sha256=oS3GsSLWJizSG9MnxvGPLW9p_cAMgJU1Msq3qze7iiI,3285
51
52
  graphiant_sdk/models/assurance_exchange_service_identifier.py,sha256=ahzDR2CgN1T3nGQTlS80D_GsAYe8ewpvHcXm6bsY7MU,2810
@@ -113,7 +114,7 @@ graphiant_sdk/models/healthcheck_status_details.py,sha256=QB1Z_CZwSE3yOQIIlRB05b
113
114
  graphiant_sdk/models/healthcheck_t2_status_details.py,sha256=UA5FK2u3dTJfvdg-RM2cW5FMPGuHgTtwsQb3RHQ6eq4,2637
114
115
  graphiant_sdk/models/iam_api_key_info.py,sha256=Xcizy4YQBjyC44pVBmgoxxbJTIpPYzr8a30LK8llVXo,2953
115
116
  graphiant_sdk/models/iam_counts.py,sha256=QPXOm2yRIj_94zz_9z1X7svziTAJOfOLzISUqfSUFNw,4438
116
- graphiant_sdk/models/iam_customer.py,sha256=pr5pFeF2oJCHKJFvY4cQiYIVBRL0J3aX00clg7uN-kI,3363
117
+ graphiant_sdk/models/iam_customer.py,sha256=Lr9Eo-QUT_G7aJa-YZh0qfFNvf76bipuKFiIgD3tGQs,3630
117
118
  graphiant_sdk/models/iam_enterprise.py,sha256=vZIgCdyw_v0kv13rZwRF__xIZ7dlutwXacPlUsZNnfw,6583
118
119
  graphiant_sdk/models/iam_enterprise_permissions.py,sha256=aC1md3Ex2oZz3ujqy9T4zpVkATmZ27uLhgX0HBFNj78,2999
119
120
  graphiant_sdk/models/iam_group.py,sha256=5ockLTlGG_cMSN5JtaiiNVrNuT0pp1Snwq-LXaYajxM,4706
@@ -173,7 +174,7 @@ graphiant_sdk/models/mana_v2_b2b_extranet_peering_service_producer_policy.py,sha
173
174
  graphiant_sdk/models/mana_v2_b2b_extranet_policy_response.py,sha256=ZsaOlR9_O7FiKa7fompKg4jeO3j6-9MOFZ3E-IGUhwM,4723
174
175
  graphiant_sdk/models/mana_v2_b2b_extranet_prefix_tag.py,sha256=moDm4OfOeqmY1MXIHtOj7lIL4IlWkXPFFOzy5DlLKw0,2668
175
176
  graphiant_sdk/models/mana_v2_b2b_extranet_producer_policy.py,sha256=cv8aChmuBYj5cQX8scScARwwuaoZ7_C00ud6mHmekOs,8063
176
- graphiant_sdk/models/mana_v2_b2b_extranet_service_customer_match_details.py,sha256=sLpnnJ8Gl1dXlcj73wXJzStcClSRFTVGFhMXoAYfho0,4677
177
+ graphiant_sdk/models/mana_v2_b2b_extranet_service_customer_match_details.py,sha256=dFaKHs2whlfUSvvnaPnjRlR5o8ot6COKmqbN2kqlESY,5822
177
178
  graphiant_sdk/models/mana_v2_b2b_extranet_status_summary.py,sha256=bbMYwxSjz681_P3t12tQ_Ej9q0hJg9IdFkO-ZuYHdCs,3387
178
179
  graphiant_sdk/models/mana_v2_b2b_nat.py,sha256=QUpkn9Tg2nWcnDpk6BWlgkYmDGhdbYIfHK4sY8sZsgw,2716
179
180
  graphiant_sdk/models/mana_v2_b2b_site_information.py,sha256=_sr39aALyVTYEnDO6SCPmQSQ2dsyP__0cGT47R26riw,4091
@@ -214,7 +215,7 @@ graphiant_sdk/models/mana_v2_core_interface_config.py,sha256=HBpBFlyDWtipVCTTwP3
214
215
  graphiant_sdk/models/mana_v2_core_link_cost.py,sha256=-706Ek7ztM-FyWVoEATE_bJ6aJBadmXKViTVTLc9rIs,2947
215
216
  graphiant_sdk/models/mana_v2_core_vlan_interface_config.py,sha256=VG_vLtrmq1LxLDhTjdztgSHRuVTw3mPJhdEdTxm7MCI,5272
216
217
  graphiant_sdk/models/mana_v2_customer_match_info.py,sha256=xTHsHPi0988IUm8mqpfH64UctpyiNiyH8tBjh0NhwfQ,3864
217
- graphiant_sdk/models/mana_v2_device.py,sha256=-1YaFwy6u1cbvc75ZgMpbIXkddjAno53C2g0BoAnkhM,17281
218
+ graphiant_sdk/models/mana_v2_device.py,sha256=cXXoXgCYv7s9c6SWGV7xlUy3Csst3ewVX2X6C1-DbEE,17807
218
219
  graphiant_sdk/models/mana_v2_device_filter.py,sha256=LeuLqFRgnjL9I6gItTWesug_DIK9axzKpY4O-2-slAk,2764
219
220
  graphiant_sdk/models/mana_v2_device_snapshot.py,sha256=NCZIGTPahWVihkM8bXEVitvxk1uqKUw8cyuLWg20XcE,4080
220
221
  graphiant_sdk/models/mana_v2_device_snapshot_data.py,sha256=GRuvHS301FJVfiFxkF4KP5vbDqIyx4RZrCTI60p4CRQ,5001
@@ -242,7 +243,7 @@ graphiant_sdk/models/mana_v2_dpi_application_config.py,sha256=lCX51kRyKmw1HWBubw
242
243
  graphiant_sdk/models/mana_v2_dpi_custom_application.py,sha256=VU7676QqgopUmuhV8OG-JTGxRRmL2lcCnvPpQP0Sl3o,4302
243
244
  graphiant_sdk/models/mana_v2_dscp.py,sha256=eeExgCIzJbJT47UGriQ5JvSgjDOIprvdA8rxXKFgArw,2534
244
245
  graphiant_sdk/models/mana_v2_dynamic_dns_servers.py,sha256=hJn7Xv6DwPSFJ-gFhczWyxFnTvhNOvSQzhN9YIBY89k,3227
245
- graphiant_sdk/models/mana_v2_edge_device_config.py,sha256=f3R8LFAO9plXvyZpusd3hzd_aBJo9T4G4_VOA3Igqds,16854
246
+ graphiant_sdk/models/mana_v2_edge_device_config.py,sha256=Zvsd3_Al8Z0EEMjxvTywaZFl00oO-7c-3Afd8tidktE,17413
246
247
  graphiant_sdk/models/mana_v2_enterprise_configuration.py,sha256=-R_ancOmWLSONnFzRVl_BMWSbNOuOVveIvpRCzSKugc,2689
247
248
  graphiant_sdk/models/mana_v2_enterprise_prefix_set.py,sha256=sCRSUvgicdD7HC_LCTmUpRZ9MxU6OmtJyJcjdCJazmc,3402
248
249
  graphiant_sdk/models/mana_v2_enterprise_prefix_set_config.py,sha256=wtGEU4tcxSGDWT5Lw7ZxEUpU-Gc_nF-ppxvss6rSFXQ,2924
@@ -284,9 +285,9 @@ graphiant_sdk/models/mana_v2_i_psec_gateway_tunnel_details.py,sha256=YVEcQMHhnQI
284
285
  graphiant_sdk/models/mana_v2_i_psec_profile.py,sha256=7hzTQ71b-97p5lNyHCm0m_olY6YtQWq0wbIMQgvTTwc,4462
285
286
  graphiant_sdk/models/mana_v2_i_psec_static_route_config.py,sha256=4GKZx_ICBeqQwf8cKWtrAbuP4lANB8V36hjbmQ8JV8w,2592
286
287
  graphiant_sdk/models/mana_v2_i_psec_tunnel.py,sha256=o3GnL4YIjQhrOuus1xSLQJFx-sia2rmPhpJdsgCKgzQ,5254
287
- graphiant_sdk/models/mana_v2_interface.py,sha256=JyMgh_afsDiAUhX6PuenUDoHWaytDkAdSSxt8bBt-dA,10268
288
+ graphiant_sdk/models/mana_v2_interface.py,sha256=-yrKI7jdopnxl8wJR7NGKjS4JeLgln5NuZ3Et3aVdL4,10684
288
289
  graphiant_sdk/models/mana_v2_interface_address.py,sha256=FpUDiHTpeTEbMsDCEIU8FiiCT77FsqiASvgRtgwgDBQ,3779
289
- graphiant_sdk/models/mana_v2_interface_config.py,sha256=7cizOe4nSgOtJ7VSO7iBlJD6cRAlYhXvCyo1HMX0viQ,7245
290
+ graphiant_sdk/models/mana_v2_interface_config.py,sha256=FuR5cUAZbIix-Qj-6P153dMhmnFf_3E3l7RPEjp8sSc,7710
290
291
  graphiant_sdk/models/mana_v2_interface_core_config.py,sha256=rZ1GTrBUwii3Vpi6uo21W-JPUtYu7yAttSgKdJpOzlg,12543
291
292
  graphiant_sdk/models/mana_v2_interface_core_flex_algo_config.py,sha256=YOCNUnRnP2Ukya07-3v5Ykng3HE8XAR8NDHAhraXw4g,2593
292
293
  graphiant_sdk/models/mana_v2_interface_core_to_core_peer_config.py,sha256=oKwg324FeX-vYEiCZotxJtmd2e0HUPmFenmdDKp19vY,3470
@@ -296,6 +297,7 @@ graphiant_sdk/models/mana_v2_interface_i_psec.py,sha256=vjwwp-ET_OfhQN1hySAhJkxM
296
297
  graphiant_sdk/models/mana_v2_interface_i_psec_config.py,sha256=3akRqmFkHBwzahNk53lV0iiGSHRYU3vYWEho2ax6ew0,5490
297
298
  graphiant_sdk/models/mana_v2_interface_ip_config.py,sha256=zAtTSqST3DvMO_7RXIq9N0xdHj8RgaOoouFOxeTmO7g,3640
298
299
  graphiant_sdk/models/mana_v2_interface_lagvlan_config.py,sha256=gTMQqkmTliMx9ly8RZOTsi7ElDoBk8-i2NUdltxU2cM,3739
300
+ graphiant_sdk/models/mana_v2_interface_ma_csec.py,sha256=_wOLP9y1jb5CxjlikBA7u-PnKBJAVRZc-KhN4SRNp40,4861
299
301
  graphiant_sdk/models/mana_v2_interface_sfp_optical_strength.py,sha256=zxjVPgHBmXE8mMwAlMFnuIBhwBck5iceR1VQEzLDgnU,3156
300
302
  graphiant_sdk/models/mana_v2_interface_tunnel.py,sha256=GEZHaxQCEphpl1-laTroiWhUtqeNgjgUbOSx6Zbej4k,6046
301
303
  graphiant_sdk/models/mana_v2_interface_vlan.py,sha256=grkMAXGp5KXMOM0-6g_ndELOd1GdL-J6usq_1zTAuJs,7041
@@ -313,10 +315,11 @@ graphiant_sdk/models/mana_v2_l4_port_list.py,sha256=rKjEUJBqIgWfTwUWmo-VJyZo80Bi
313
315
  graphiant_sdk/models/mana_v2_l4_port_list_config.py,sha256=mZW0xqPQ4vb4dOjv3FCXHdD5o5r3Hdd8fICLfRJUtW4,2630
314
316
  graphiant_sdk/models/mana_v2_lacp_config.py,sha256=rxjCoSR91_CxN8DUj67hh2CAebpRwr6ivCXnheJlSvA,2522
315
317
  graphiant_sdk/models/mana_v2_lag_interface.py,sha256=9QqpQoIatIV0lX3nEiQ3YCE42yK_2aOO0cp2o2ewLP4,3246
316
- graphiant_sdk/models/mana_v2_lag_interface_config.py,sha256=J9ioHXUkZ0drqeUGI66woFcZRP4xTi3wo7BoSJtL_Ho,6087
318
+ graphiant_sdk/models/mana_v2_lag_interface_config.py,sha256=UitXma-rvjx5zohV-HIYPxxJO4xnXCblgCLVsrm5rZY,6552
317
319
  graphiant_sdk/models/mana_v2_latency_bandwidth.py,sha256=S0U4Utc6PD1KDEkzTkOwaHogfE8SbTr8Lh5cbRsQSWY,2574
318
320
  graphiant_sdk/models/mana_v2_lldp_neighbor.py,sha256=SatK6LqRNbC3TkhWQvAkEYLrZLCRQX6MMxHI8fkZR1I,3149
319
321
  graphiant_sdk/models/mana_v2_location.py,sha256=SuNqu8m5QWcGaXuXPLwvE3mzdxdMXhyM34QkqbGFzjc,3712
322
+ graphiant_sdk/models/mana_v2_ma_csec_configuration.py,sha256=o8uuKNzyfTVhuFxA7QWv-Db0S1ptLlPARmLbdNcKTac,8244
320
323
  graphiant_sdk/models/mana_v2_mana_configuration.py,sha256=Wqvl7SjQLO5uY1b1_lBtjt6-LQXSxPjSa9Qt395gzEI,3331
321
324
  graphiant_sdk/models/mana_v2_nat_policy.py,sha256=XzouaoEXYLm2wWe4gUrO3n02yCOvKRW_RDQpGDDxmVI,3142
322
325
  graphiant_sdk/models/mana_v2_nat_policy_config.py,sha256=7c1iGUHERnHV7XMTITcjtErMwmZ5_51GF5kmtJ6WpLM,3294
@@ -380,6 +383,7 @@ graphiant_sdk/models/mana_v2_nullable_l4_port_list_config.py,sha256=wnviawwreG0a
380
383
  graphiant_sdk/models/mana_v2_nullable_lag_interface_config.py,sha256=I0eJ3akTbgLqA-XEOv9_jGXIaSn4wDYgJUXA1uKVRU0,2862
381
384
  graphiant_sdk/models/mana_v2_nullable_lag_member_interface.py,sha256=ztt6xasF9Zg5QCtPq9ryhYEXCkqSHxUbPk5-dABoxIo,2520
382
385
  graphiant_sdk/models/mana_v2_nullable_local_preferance.py,sha256=kIZh_VxCF3aL1tHzI0_tnRj9L07LEE-YmWeBvheX-Us,2610
386
+ graphiant_sdk/models/mana_v2_nullable_ma_csec_configuration.py,sha256=edaLGQgN-rzD0i6bE1Fe1B8-jjDp6V2xlJg8QBX7wCY,2843
383
387
  graphiant_sdk/models/mana_v2_nullable_max_prefix.py,sha256=Kq0w7YjtN2gyW0pjrUOe-hnam1LXoAxGSJQpHqKFc9s,2586
384
388
  graphiant_sdk/models/mana_v2_nullable_md5_password.py,sha256=Xax4H1JugPw1ISdRejp9-D4HZuBmi2Ekl58q3RQZeIk,2544
385
389
  graphiant_sdk/models/mana_v2_nullable_meter_rates.py,sha256=iD-7RtGr-BNn9RM09BCBJukX0UrSq9K0VFB6LUlFIkA,2535
@@ -403,9 +407,11 @@ graphiant_sdk/models/mana_v2_nullable_prometheus_rule_config.py,sha256=yvJIvjzle
403
407
  graphiant_sdk/models/mana_v2_nullable_prometheus_rule_group_config.py,sha256=aba8rooP3g7fpJqqQhYSZJzc20j9EJS3AtoDBe__yB8,2964
404
408
  graphiant_sdk/models/mana_v2_nullable_prometheus_sys_db_monitor_config.py,sha256=mKhEsE52qskkyYhGeIAYLfQOSEqaHeYpRE9GJn1PEC4,3019
405
409
  graphiant_sdk/models/mana_v2_nullable_protocol_route_type.py,sha256=53w6pp0A0pmK7RdbhYAstRi0ya4i9a5cu-y_X8Ct0RQ,2558
410
+ graphiant_sdk/models/mana_v2_nullable_psk_configuration.py,sha256=g-RbormHd2DOdcga5lsl0rPIY1IF0jjAh2IJQKJkG0Q,2791
406
411
  graphiant_sdk/models/mana_v2_nullable_route_tag_set.py,sha256=_sqezOcT2HxVE9y-CGAY5Gr9B6dWqhEMBhTE60HcOg4,2757
407
412
  graphiant_sdk/models/mana_v2_nullable_routing_policy_config.py,sha256=RTvFejWQt-bxGa9L_qSivPHvvpRTVtrnri3pDSubjCc,2843
408
413
  graphiant_sdk/models/mana_v2_nullable_routing_protocol.py,sha256=XecOH06WejHWmvLEhdaFG1_6p8K0h5EQEe5eEAnjQiI,2504
414
+ graphiant_sdk/models/mana_v2_nullable_sak_configuration.py,sha256=-QM2b4lMF071znMucpRVu7QrWn5qK-xkhU1UYuXIUNE,2791
409
415
  graphiant_sdk/models/mana_v2_nullable_security_policy_ruleset_config.py,sha256=7qhRdl7ZGYmyPjrPyIRuMgQz-PON0RDuGT5XmPevQow,2917
410
416
  graphiant_sdk/models/mana_v2_nullable_security_zone_config.py,sha256=DzVn7ah-GOfZJzLU3e9-W-BbVHrMgkASfWeI35xyc14,2817
411
417
  graphiant_sdk/models/mana_v2_nullable_security_zone_pair_config.py,sha256=gP_9WdJn4k_JVYMHUGmbaTmWDGLClUaBWsLCaJpS0FQ,2850
@@ -415,6 +421,7 @@ graphiant_sdk/models/mana_v2_nullable_set_circuit_label_config.py,sha256=KWtmA4_
415
421
  graphiant_sdk/models/mana_v2_nullable_set_dscp_config.py,sha256=dnPs-ObvJwTxU_7GN1DLDqnesNEps6M7EDiVxJmT3r0,2730
416
422
  graphiant_sdk/models/mana_v2_nullable_set_sla_class_config.py,sha256=8VCSiCAhlk51xQzQxU1WmG1zx07rZfb0oKtz4YiQYLQ,2541
417
423
  graphiant_sdk/models/mana_v2_nullable_site_interface_name.py,sha256=eEe77Dg2fElhMlqnzGfyUtPhNu0m6K6hOJzPwZU9v10,2516
424
+ graphiant_sdk/models/mana_v2_nullable_sla_conformance.py,sha256=WFuOY-fBDrXudrjqvDNU8HNuX6lDlnwzFFHuPe_akH4,2924
418
425
  graphiant_sdk/models/mana_v2_nullable_snmp_community_config_value.py,sha256=MGKGYeJKefwMx25fJ6YmWDtBiVAw8tZkX0ZsvPOvzDc,2524
419
426
  graphiant_sdk/models/mana_v2_nullable_snmp_config.py,sha256=mMeXhiD3jRDJjV4AVGjrXbbeu4Gj4-sqftQbLRrY550,2770
420
427
  graphiant_sdk/models/mana_v2_nullable_snmp_engine_endpoint_config_value.py,sha256=6TaHC4XhlUmYT-hNmDIaddPFlozJn0gEAkQsoyU5iWU,3026
@@ -467,6 +474,7 @@ graphiant_sdk/models/mana_v2_prometheus_remote_write_sink_config.py,sha256=zr6JN
467
474
  graphiant_sdk/models/mana_v2_prometheus_rule_config.py,sha256=ADOWjHYLZbvWdqBINTgGK_ChWHH0oQ0mRCsLjZBR6Co,3117
468
475
  graphiant_sdk/models/mana_v2_prometheus_rule_group_config.py,sha256=QAwcQwCnJ7SDAPLyuMHpuiymGsmhpSiYuaIo_nXp5R0,3630
469
476
  graphiant_sdk/models/mana_v2_prometheus_sys_db_monitor_config.py,sha256=J4E0gbHaa7NoqwrNYxB0JpEcitn5fQpbiX2dHfcgtMs,2849
477
+ graphiant_sdk/models/mana_v2_psk_configuration.py,sha256=Jyrg06EL_h4wVtlCQBbeTZQh6zuwVn_W39MLXRRY97Y,3616
470
478
  graphiant_sdk/models/mana_v2_qo_s_profile.py,sha256=t_TQc-P0QXGT9m2apD32Hz7dxDGZUsYIaedcnrMTg9g,3135
471
479
  graphiant_sdk/models/mana_v2_qo_s_profile_queue.py,sha256=N8iKVVvN9I3iBR8hgiU3oqWl3zLJTRi53LDPM-U81os,2921
472
480
  graphiant_sdk/models/mana_v2_region.py,sha256=_971KJ0-4iZtTeDRwJ14bteSDsHPZT7A0QO2CmSelgM,2628
@@ -488,6 +496,7 @@ graphiant_sdk/models/mana_v2_routing_policy_config_nullable_statement_statement_
488
496
  graphiant_sdk/models/mana_v2_routing_policy_statement.py,sha256=fyxgPwkSWixdxMOkDnPt4cwzuXpKe5ZZLBv5B9D75xE,3966
489
497
  graphiant_sdk/models/mana_v2_routing_policy_statement_action.py,sha256=4GLbW0GYGjQ8SMe5K-dvn0fAs8s2cILS41JWeSi3Txk,4557
490
498
  graphiant_sdk/models/mana_v2_routing_policy_statement_match.py,sha256=MFi5C_b2UOzR8TfRq15Wor9roPjhX1Ov3nxaf0CUlv0,4012
499
+ graphiant_sdk/models/mana_v2_sak_configuration.py,sha256=OPYhtox42E2Q3DmN5QbUWzwn9TucyWgfoFo1QWvjr8w,3464
491
500
  graphiant_sdk/models/mana_v2_security_policy_rule.py,sha256=bqlC8DGypj-7aQqvz6PGxPgyzeGxixK_7aXF2mHQlfo,3312
492
501
  graphiant_sdk/models/mana_v2_security_policy_rule_row.py,sha256=_f_jTqM7BomfdO4vYAHFAPibJ3bAiR5ruBTxDYuYhnw,3531
493
502
  graphiant_sdk/models/mana_v2_security_policy_ruleset.py,sha256=9WSmuuksjPTgjSsgdgfWECug3Xuj2OV9uC7XjvRcLFA,3846
@@ -508,6 +517,7 @@ graphiant_sdk/models/mana_v2_site_list_site_entry.py,sha256=Q6a7jaqxmucX2AsI3KfC
508
517
  graphiant_sdk/models/mana_v2_site_to_site_i_psec.py,sha256=G5Bmf9YM4H8v1le873NwUIvXcESgBXnZpxyUkQHkKx4,5774
509
518
  graphiant_sdk/models/mana_v2_site_to_site_i_psec_i_psec_bgp_routes.py,sha256=9RBaqUTMbOj0Kfbkb59_mGsxXPFqztwamBlGcZNyq6s,4109
510
519
  graphiant_sdk/models/mana_v2_site_to_site_i_psec_i_psec_static_routes.py,sha256=cnr9Tm1HPpkfGAGT4SUOvKMYdsoc2-b107qRVKa5jwc,2632
520
+ graphiant_sdk/models/mana_v2_sla_conformance.py,sha256=NXm85thTb_3htJsYmn8K5VyYLn7dmZwUIR3zMs4Roec,2740
511
521
  graphiant_sdk/models/mana_v2_sla_information.py,sha256=N1l2YSp_29FGdYAfwTVg1Cr6_oDtKrIl35oQwLP0adI,2970
512
522
  graphiant_sdk/models/mana_v2_snmp.py,sha256=WJcWi-ZPohIganMYadqwU9jXXkBjmwrKqFoYrivnJc4,11038
513
523
  graphiant_sdk/models/mana_v2_snmp_community.py,sha256=AOUqhp_MGucEQZrQi5HHzkY5qqpJlR0UcqihxJ25Qag,2625
@@ -753,7 +763,7 @@ graphiant_sdk/models/v1_auth_gcs_post_request.py,sha256=kFHXTmTxE8IbXFmZDu-bG3AZ
753
763
  graphiant_sdk/models/v1_auth_get_response.py,sha256=RGhg7tXM2JmoxgCrOCf04n4OtjnZ3hhBRlQBnNYlHtg,2806
754
764
  graphiant_sdk/models/v1_auth_login_callback_post500_response.py,sha256=dBF5NJF5rQNUYk5yoPIMGK1EGtPHUgBagu9wNDKEi4Y,2512
755
765
  graphiant_sdk/models/v1_auth_login_post_request.py,sha256=SwQRrQEFhJ3flLgSntV25Er6H3HDp6QTg-kpflhhNV4,2530
756
- graphiant_sdk/models/v1_auth_login_post_response.py,sha256=vgm8iaMjDNwY7QKkrVeG2DIgcyrcq4NPG_afw-eJ8sw,3137
766
+ graphiant_sdk/models/v1_auth_login_post_response.py,sha256=3dYmS9jLJRt3tGrCJ5zAhO1NccdH8QaybE7FNf-B-c8,3855
757
767
  graphiant_sdk/models/v1_auth_login_pre_get_response.py,sha256=wZpFu7KK8Iwz3gJNP-nTT8in0c2MNexh5E7Z5dzApkk,3421
758
768
  graphiant_sdk/models/v1_auth_login_saml_get401_response.py,sha256=g7Kfxa1T9BRTEJc6JrSChUecb0CfvyRMM7wczpClWHk,2492
759
769
  graphiant_sdk/models/v1_auth_login_saml_get500_response.py,sha256=r4t0oYafw4l017MSu2oYygZoBVutjaWcWIpwfu47D24,2492
@@ -1090,6 +1100,8 @@ graphiant_sdk/models/v1_extranets_b2b_id_put_response.py,sha256=w-XoV7IVlAMCCpvj
1090
1100
  graphiant_sdk/models/v1_extranets_b2b_peering_consumer_customer_id_consumer_details_get_request.py,sha256=CDANOuTjn5s7vsfEinSKy07bDKbpbAeCSCvkshT3gwQ,2764
1091
1101
  graphiant_sdk/models/v1_extranets_b2b_peering_consumer_customer_id_consumer_details_get_response.py,sha256=jg_d3UIdtdjvLjiT0LYIMXMF0eMKDAVU7MvFTO-vODo,9129
1092
1102
  graphiant_sdk/models/v1_extranets_b2b_peering_consumer_customer_id_consumer_details_get_response_ipsec_vpn_tunnel_config.py,sha256=jttBkcCXV4Cb7t_gpeQUDYR5Oo4qTDTA26NoooXl-Zg,8454
1103
+ graphiant_sdk/models/v1_extranets_b2b_peering_consumer_id_prefixes_put_request.py,sha256=3GH88B1XsKihTTin5A12E8YFmu_SqkdryjWp8Ki0yQA,3170
1104
+ graphiant_sdk/models/v1_extranets_b2b_peering_consumer_id_prefixes_put_response.py,sha256=uJ2UK2G6sWqOxkNncOZ_ua13JGrlLX0l5tr36CsXIuQ,2675
1093
1105
  graphiant_sdk/models/v1_extranets_b2b_peering_consumer_match_id_match_details_get_request.py,sha256=luD1sC1hxRcJtS9lRkarg8m8u-oyO4uphuOH3M8Oh1s,2671
1094
1106
  graphiant_sdk/models/v1_extranets_b2b_peering_consumer_match_id_match_details_get_response.py,sha256=AvlyD7quukd-2BDJ1pIgnQVPvum0nRGS_vSr-IVPLFA,3226
1095
1107
  graphiant_sdk/models/v1_extranets_b2b_peering_consumer_match_id_post_request.py,sha256=98DbJCnx_64SkWmsvlWHLzlljo1rk7nEC2znx2Kp-FE,6331
@@ -1103,6 +1115,8 @@ graphiant_sdk/models/v1_extranets_b2b_peering_match_service_to_customer_id_get_r
1103
1115
  graphiant_sdk/models/v1_extranets_b2b_peering_match_service_to_customer_id_get_response.py,sha256=FvesD_BynlHV6n8wde9NfcWleimT6iL3Pa-Qmd-do1o,3634
1104
1116
  graphiant_sdk/models/v1_extranets_b2b_peering_match_service_to_customer_post_request.py,sha256=AKsgv2xydpasJj_L3gZjnQQOcQ-vAZTVyC-kVcXcIH4,3096
1105
1117
  graphiant_sdk/models/v1_extranets_b2b_peering_match_service_to_customer_post_response.py,sha256=txJjXyCAVvCKcqVXXQcc6I47lS_fLRxCuL_fyVVcGvQ,3335
1118
+ graphiant_sdk/models/v1_extranets_b2b_peering_match_service_to_customer_service_status_put_request.py,sha256=gBviEifPUveneb9v_hjt6HJkYWZvzp6-WVHC5VpNLaM,2855
1119
+ graphiant_sdk/models/v1_extranets_b2b_peering_match_service_to_customer_service_status_put_response.py,sha256=Lv3PVGMqjL-goBOqMJnJ46NKJFqftV1XegmIHGB5vvI,2648
1106
1120
  graphiant_sdk/models/v1_extranets_b2b_peering_match_services_summary_id_get_response.py,sha256=GXeNld75z2L84ozOqi-DOATzZuh7j6aakjPbUyl3zUg,3222
1107
1121
  graphiant_sdk/models/v1_extranets_b2b_peering_producer_id_get_response.py,sha256=s5T7JAb9XD-LwvM8Mu6GD6CGXHgbSpqVgM0lE94v0Vs,3148
1108
1122
  graphiant_sdk/models/v1_extranets_b2b_peering_producer_id_matching_customers_summary_get_response.py,sha256=10rWoCoEv1QcjtxihS0Do0WUuQrqL73AJsDzqEzUEB4,3131
@@ -1419,6 +1433,8 @@ graphiant_sdk/models/v2_assurance_bucket_topologies_post_request.py,sha256=gN7v_
1419
1433
  graphiant_sdk/models/v2_assurance_bucket_topologies_post_response.py,sha256=cn0O8dswB3nBphbNF_n-1LHvLkjinSXLFffxVofXPt0,3110
1420
1434
  graphiant_sdk/models/v2_assurance_bucketdetails_post_request.py,sha256=eqQZBWNlA4_aafxuGBscnBTNDOgZ1H0fQe0NucEH2CQ,3235
1421
1435
  graphiant_sdk/models/v2_assurance_bucketdetails_post_response.py,sha256=pEeOa9YS45MO2tRDX8WFZnnOQJHetBZskz5NyZplTBM,2953
1436
+ graphiant_sdk/models/v2_assurance_create_dnsproxy_entry_post_request.py,sha256=y0e_j0XmClzlhyfHSjJ1HXL8KnSFjSjINUpYo0wBIyQ,2974
1437
+ graphiant_sdk/models/v2_assurance_create_dnsproxy_entry_post_response.py,sha256=uEC1TZp0tH3RkIa_-nFP5u0BC3sh5oPFzwzWWOE7-LM,2684
1422
1438
  graphiant_sdk/models/v2_assurance_create_user_report_post_request.py,sha256=qSTgCdan7Wy27XqJ4f9UkdMlRPo6faHyiYItOYSwf_E,3516
1423
1439
  graphiant_sdk/models/v2_assurance_create_user_report_post_response.py,sha256=i5DHWi0t2T3ULE3d01e85suYYHgvHX8-ya8Xd5KVHSk,2585
1424
1440
  graphiant_sdk/models/v2_assurance_createclassifiedapplication_post_request.py,sha256=twXcwww2XDnTIC53As7bxWIcBgP6M15b8p9KS24--ow,3075
@@ -1434,6 +1450,7 @@ graphiant_sdk/models/v2_assurance_flow_summary_post_response.py,sha256=z6twtkM1d
1434
1450
  graphiant_sdk/models/v2_assurance_flow_summary_post_response_endpoint_details.py,sha256=riEpNQndsn-U5123VIwnPSKXiwJnfcgDIayTRIY-exg,5269
1435
1451
  graphiant_sdk/models/v2_assurance_flow_summary_post_response_endpoint_details_statistics.py,sha256=l1ktRe9JX1ZeEtPEVIK7rp4N_06MnlPetsv_roJB_Zg,2840
1436
1452
  graphiant_sdk/models/v2_assurance_getclassifiedapplicationlist_get_response.py,sha256=IDNTlA0ZTwnN4aCAo1xAYmC5WWQOwBc1s8ODw1Q2lDQ,3416
1453
+ graphiant_sdk/models/v2_assurance_read_dnsproxy_list_get_response.py,sha256=uBlWNVl9ggH-XGpOZHngwSNVW2ZE8KJe7DuOoavUso0,3161
1437
1454
  graphiant_sdk/models/v2_assurance_read_user_report_list_get_response.py,sha256=1EteilB6JRixfiqTx58CIteJTV3-JIcPF8w_9ITDtR0,3189
1438
1455
  graphiant_sdk/models/v2_assurance_scoredetails_post_request.py,sha256=nwuoe1r4oGx4s_4mWme3uMslyzcML0jpOzy0yd4aR1o,2903
1439
1456
  graphiant_sdk/models/v2_assurance_scoredetails_post_response.py,sha256=1xva3K7KOmm9iq6mTdPLY3PkkTw10fATjmhlXg4l6H4,2935
@@ -1460,6 +1477,7 @@ graphiant_sdk/models/v2_assurance_topology_site_summaries_post_response.py,sha25
1460
1477
  graphiant_sdk/models/v2_assurance_topology_site_summaries_post_response_summary.py,sha256=sFDvAowPmuOmw4O5zbHgMVFH_T3EOjUk5Idb5wHGPwg,3307
1461
1478
  graphiant_sdk/models/v2_assurance_unclassifiedapplicationprofilesummary_post_request.py,sha256=09zyaxonavDGWB4F7WMjPAJ6jp5qM6petZ9t6VOF3as,3003
1462
1479
  graphiant_sdk/models/v2_assurance_unclassifiedapplicationprofilesummary_post_response.py,sha256=nDstVxXmN-IhMNJTX3m_J_7Gx9Za-wTAuu2RrVPJBO4,3222
1480
+ graphiant_sdk/models/v2_assurance_update_dnsproxy_entry_post_request.py,sha256=LiwKqNYVVMBtPN7VgfDBrXbZhiW0MZt_HXVqe7HpUX0,2974
1463
1481
  graphiant_sdk/models/v2_assurance_updateclassifiedapplication_post_request.py,sha256=2rdQOcC5WMbrseDTVM9-xt3bSD7Tekzo3LyBC5uqW1g,3412
1464
1482
  graphiant_sdk/models/v2_assurance_version_post_response.py,sha256=LVvD-I65k5WVKMD5PVEM8pmLcmKxTdvjZtjLZV8dCBI,2554
1465
1483
  graphiant_sdk/models/v2_audit_logs_post_request.py,sha256=U6DHmG3z5SJC3sr2m0FOWBwDJCfREuptDJuBF7gGel0,4019
@@ -1578,7 +1596,7 @@ graphiant_sdk/models/v2_site_site_id_topology_post_request.py,sha256=DuTrmchVaeo
1578
1596
  graphiant_sdk/models/v2_site_site_id_topology_post_response.py,sha256=aawjDOtgZPfhIolOWcGmIqZEleeasfdQWvi6gexFHxE,4250
1579
1597
  graphiant_sdk/models/v2_site_site_id_topology_post_response_snapshot.py,sha256=CnxJm8Lwvp8nNVp4Lad-4fUkWW3QkA4RWLBCj9O0TDo,3068
1580
1598
  graphiant_sdk/models/v2_version_post_response.py,sha256=HiXAk8FOS75HVd0HKXQ5Xlabvtxhz1uwGMbvgW0PzcU,2518
1581
- graphiant_sdk-25.12.1.dist-info/licenses/LICENSE,sha256=sZgvgabNl0j-NCL8oAaYooNPZ-wMv9vquju79cDCkSI,1069
1599
+ graphiant_sdk-26.1.1.dist-info/licenses/LICENSE,sha256=sZgvgabNl0j-NCL8oAaYooNPZ-wMv9vquju79cDCkSI,1069
1582
1600
  test/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
1583
1601
  test/test_alarms_alarm_data.py,sha256=PNXS2idEppNt-zDTjYEg_YN91Dz8ZaTduUhV-wg7FlI,2575
1584
1602
  test/test_alarms_alarm_history.py,sha256=tuUH_jC3vvT1lR6s-hf1M-7BXL4KEyRyxQQL9vK6NXA,1786
@@ -1618,6 +1636,7 @@ test/test_assurance_client_session_endpoint_details.py,sha256=ttA1a8HV8e9Bw24ASg
1618
1636
  test/test_assurance_client_session_endpoint_details_statistics.py,sha256=Iuv696bElfpQbiU45yFrz4MJAQwJ4YS0x5oJSGe8xgk,1769
1619
1637
  test/test_assurance_client_session_endpoint_link.py,sha256=PQvggd1ptbV60_XFQlRCwI78t81LME-OM1Rpa2ix03U,1714
1620
1638
  test/test_assurance_client_session_pop_link.py,sha256=NFx7d6AY7omPHo25VaSuv2wKeCylhA6tqM07zHf0Z0I,1663
1639
+ test/test_assurance_dns_proxy_entry.py,sha256=o4FycENoCkbJwu6ZnuXiZsIMu-yMpNCDNBZGEbMk50M,2124
1621
1640
  test/test_assurance_edge.py,sha256=VLq52lkNMEhvkw79ipvY1tGgOmR8Rkr-K0VEmn1rHZU,1361
1622
1641
  test/test_assurance_enterprise_summary.py,sha256=Km_d-NA2RSXD3uQK7UW8_62n7QNoDJvP-1fTjBLDl0Y,1705
1623
1642
  test/test_assurance_exchange_service_identifier.py,sha256=AtNHYNBbW29SWKreJWPUOOVSa8xkcu0N78PMUaS3l2o,1635
@@ -1869,6 +1888,7 @@ test/test_mana_v2_interface_i_psec.py,sha256=_aw0Iu_b26oi07g-qeFIYunDdptobhduzwB
1869
1888
  test/test_mana_v2_interface_i_psec_config.py,sha256=PkMc6rsusCbOI9MWIq4GtcD3lV78EWuvsZwPSxJffgc,2303
1870
1889
  test/test_mana_v2_interface_ip_config.py,sha256=bO0H3SH7jJhHNZ72oKkKtN1_FtHEmPWX_Bhjqc7PBUY,2799
1871
1890
  test/test_mana_v2_interface_lagvlan_config.py,sha256=TtPHKRaGZeixrHfAWB1B2vGmjqpXoq5D1cJs6rjEW7Q,4844
1891
+ test/test_mana_v2_interface_ma_csec.py,sha256=5SpK5KfuaCflW_UjGpm9yUwGw34HxFiaIN-BrZ421sc,2577
1872
1892
  test/test_mana_v2_interface_sfp_optical_strength.py,sha256=mV9EDJf_Ij8N1hyEioOjzncb3VWmJ3-dtHut6s4pv78,1677
1873
1893
  test/test_mana_v2_interface_tunnel.py,sha256=OptAiDsK993zbPwVJ1XfQFRbIJ9NHA6d6w0w6S_20jc,18397
1874
1894
  test/test_mana_v2_interface_vlan.py,sha256=QuPjk9YZ34Ym9X_k1oybM7kFRwYWlzufCyT8ezKY-OM,9841
@@ -1890,6 +1910,7 @@ test/test_mana_v2_lag_interface_config.py,sha256=-qdymTXttNHdCYOskqYL5KS8HZOvNcM
1890
1910
  test/test_mana_v2_latency_bandwidth.py,sha256=emQ4MvWNOOgIp__1IJUoxEB1SRCOfyz8aQiQXAo8_oc,1444
1891
1911
  test/test_mana_v2_lldp_neighbor.py,sha256=6D9ijKaiZB9yjPWo0RkHYgSBCIDts-0y6Q7YRAjFYfA,1641
1892
1912
  test/test_mana_v2_location.py,sha256=R2tpGT_ABcBFjpzLzv6S9nBfQc9LSiHmcy-Ge1-jjRc,1769
1913
+ test/test_mana_v2_ma_csec_configuration.py,sha256=iluWxEmYXmbyVTWBQvyBAnE3WNG3RNqVFgsiQ3OqzfI,6283
1893
1914
  test/test_mana_v2_mana_configuration.py,sha256=sufLm395T0EJj3ErI9Vx5leiahsmyyqfDcmOS0a-iiw,53635
1894
1915
  test/test_mana_v2_nat_policy.py,sha256=HJ12yJmOBQduuPijQsF_W28GiDxarxQPuWhXEhGD8vs,2476
1895
1916
  test/test_mana_v2_nat_policy_config.py,sha256=eO-1vEhIYpIm2bp7A3M8B3_v1rdzhsDbt6NtbcJvgEg,2864
@@ -1953,6 +1974,7 @@ test/test_mana_v2_nullable_l4_port_list_config.py,sha256=TADBx9KPn98pcauttLwqlEc
1953
1974
  test/test_mana_v2_nullable_lag_interface_config.py,sha256=zvxaMqOs1mGm9mzrxDvUUWjfHCL-vxqIf7AeL5q4KCM,4169
1954
1975
  test/test_mana_v2_nullable_lag_member_interface.py,sha256=s4QwdxvyC-1SmM4n4oikX6MgMAW4BNn1cxuCcVZHEDc,1545
1955
1976
  test/test_mana_v2_nullable_local_preferance.py,sha256=xiUEv6ndl6G7z4_OU4mwmrVCsnVgBM0A5kxiblTSaDs,1499
1977
+ test/test_mana_v2_nullable_ma_csec_configuration.py,sha256=hTIRygJYiSMZq8biTyd2HBoZv7yLhmR5tF98VBrjwVA,4212
1956
1978
  test/test_mana_v2_nullable_max_prefix.py,sha256=dHrAmg5ZfU7EGBA7nDWYGDStzRNDgioA1Qnj0lAF1tM,1427
1957
1979
  test/test_mana_v2_nullable_md5_password.py,sha256=BJVEG0nDbTcxruKDbfVI5rxDAYkR_TMy0WB-pBn-wh0,1466
1958
1980
  test/test_mana_v2_nullable_meter_rates.py,sha256=vZlavXwIMGly8WRsr1o6wb1qB4DQsvwRq881RKK1wDs,1433
@@ -1976,9 +1998,11 @@ test/test_mana_v2_nullable_prometheus_rule_config.py,sha256=lJgMlQBlozMMndBBm0OD
1976
1998
  test/test_mana_v2_nullable_prometheus_rule_group_config.py,sha256=sXl_9j1p9MiLpg_YqX37V5IYxmTPTGiVVeD1giCroJw,2041
1977
1999
  test/test_mana_v2_nullable_prometheus_sys_db_monitor_config.py,sha256=YLGaqmt3t74Fw3XW0WKhQivlXNw-8c99TIJDLnh9HV0,1947
1978
2000
  test/test_mana_v2_nullable_protocol_route_type.py,sha256=w9IRfYN3-V2w9NH5gaI4pYiN-Cb7ymxdgkYbty5-lv8,1533
2001
+ test/test_mana_v2_nullable_psk_configuration.py,sha256=ydV-95Wxljo0jlxL_07ZGnkBwn-9Lbqz46n3yPQ7LeM,1984
1979
2002
  test/test_mana_v2_nullable_route_tag_set.py,sha256=C6fV6eEsgkeBsuopUnV3WIb6nOiiRIUXETFvK1UGT1o,1653
1980
2003
  test/test_mana_v2_nullable_routing_policy_config.py,sha256=iAkOYtd5-lx-fZJYoCeg19beZvEtv3ro6jw4WmVAqtk,6885
1981
2004
  test/test_mana_v2_nullable_routing_protocol.py,sha256=rzeoaNe6Dn6FQrfv0IbM-6TC7yCqE8aSgVJMU9NYswI,1506
2005
+ test/test_mana_v2_nullable_sak_configuration.py,sha256=MsCaS39SNHiMEPW1IygDDMO78kaJd3CG2JXeS_uwfCo,1775
1982
2006
  test/test_mana_v2_nullable_security_policy_ruleset_config.py,sha256=aoGoIRg4b7i59eUP8joX0vJswNQp9CEubgeWXNVkvyM,5044
1983
2007
  test/test_mana_v2_nullable_security_zone_config.py,sha256=uNCPfaqZT01nQvr_GIcMa_rcxbk8P6dZ5-0NCIrleI0,2145
1984
2008
  test/test_mana_v2_nullable_security_zone_pair_config.py,sha256=xC5wbx7YYRf5zf_Uro1njHzNTflHG0dnslqs0XpwUjA,1803
@@ -1988,6 +2012,7 @@ test/test_mana_v2_nullable_set_circuit_label_config.py,sha256=nUm6y2APjIscBx83y6
1988
2012
  test/test_mana_v2_nullable_set_dscp_config.py,sha256=qrLZPahy9j5zyJ4qpGDm2QaN9aedhdIYV3ZIQfunT4Q,1551
1989
2013
  test/test_mana_v2_nullable_set_sla_class_config.py,sha256=hnR0cj13ZjkO1vFeUv5ZmpOo52lYuLpP9w2YtyS7JEs,1533
1990
2014
  test/test_mana_v2_nullable_site_interface_name.py,sha256=qAQI8xEpGI04ETXAUL6jGuuf6gBhe2TEQOCTKOXItwk,1536
2015
+ test/test_mana_v2_nullable_sla_conformance.py,sha256=STcFeRkkNV1CRo6Ap3s3anYWUugQ-odyWJl5LMigvmk,1705
1991
2016
  test/test_mana_v2_nullable_snmp_community_config_value.py,sha256=cRqFJySPdTjS_pKa4FKo752SP_KJoF3aSfgDKu8t904,1616
1992
2017
  test/test_mana_v2_nullable_snmp_config.py,sha256=YhYkxzBh6wbo7sveDBgKkxNmRgfDJWNAH7dGXvuWuCQ,8975
1993
2018
  test/test_mana_v2_nullable_snmp_engine_endpoint_config_value.py,sha256=Ptq8GagLNu2Klta6uBIZQvOYs_UMQLdGBvLxlt2O3JQ,2251
@@ -2040,6 +2065,7 @@ test/test_mana_v2_prometheus_remote_write_sink_config.py,sha256=6FKF8q_HiAYXUTIC
2040
2065
  test/test_mana_v2_prometheus_rule_config.py,sha256=OJLoHjGbhJ9Dv6zE7AwA2LTUYQ1LW6vZyeIatxGXd3M,1676
2041
2066
  test/test_mana_v2_prometheus_rule_group_config.py,sha256=NlAblZgF1cvHoJqUIBOFdvMHpgVngxsenhlxkcsAbJY,2239
2042
2067
  test/test_mana_v2_prometheus_sys_db_monitor_config.py,sha256=cfSG2aBUPJ-VGSV61CdLEGrZP6dFiln6VafKT9d9jxk,1695
2068
+ test/test_mana_v2_psk_configuration.py,sha256=_oih5dhRx3NpWdH7MhUlIXgTMXUSH9caArSJ6STQ-yg,1759
2043
2069
  test/test_mana_v2_qo_s_profile.py,sha256=62RiHPZPwzVd3q_PvZscolQHhaXc7i70G3T3MghQR2o,1676
2044
2070
  test/test_mana_v2_qo_s_profile_queue.py,sha256=qCjH28rSFulmFS51ahR0DepXRz5-12WdBfcC8U6MhAo,1491
2045
2071
  test/test_mana_v2_region.py,sha256=qWed21bFypB43VczCF3YacpkiOJDLtpyOXinLl19Qq8,1362
@@ -2061,6 +2087,7 @@ test/test_mana_v2_routing_policy_config_nullable_statement_statement_nullable_ma
2061
2087
  test/test_mana_v2_routing_policy_statement.py,sha256=QqwsOWk2jw_lmevpxW-Tt6FD0Jq-bj7ZQBI8kc6cros,3412
2062
2088
  test/test_mana_v2_routing_policy_statement_action.py,sha256=-SddOwqVVO44yC0F9jlVnW35ZPVwre64mshFVZnvvrI,2197
2063
2089
  test/test_mana_v2_routing_policy_statement_match.py,sha256=dgxFFwSfyB78vZZNjz34mXQq1VbKu9xnOtSRZpcDiCQ,2142
2090
+ test/test_mana_v2_sak_configuration.py,sha256=Lf4AaLAHhqq0i7zuKdX8iYB3I7uX5KPxplzgI2Vonrs,1563
2064
2091
  test/test_mana_v2_security_policy_rule.py,sha256=YvxnIKP3dEzPFZnjzUpH1DmoPznJotIgu5HN7z1NRQ4,1917
2065
2092
  test/test_mana_v2_security_policy_rule_row.py,sha256=wXm-_iDHAwavF5JygUyDBbbldvi4thpGOLvlg_1mrcc,2351
2066
2093
  test/test_mana_v2_security_policy_ruleset.py,sha256=KORfcMQ0uhCWXocyDniHYcHFAB38jW05UWJ2AGhxz94,3788
@@ -2081,6 +2108,7 @@ test/test_mana_v2_site_list_site_entry.py,sha256=GgNNFeWavESHrYV8ocsYlQj1bFLqO7S
2081
2108
  test/test_mana_v2_site_to_site_i_psec.py,sha256=_JM2H9pMYrwmqM_EEZ4-Jt5e5juo_QKYUAUQlJUg2NQ,3147
2082
2109
  test/test_mana_v2_site_to_site_i_psec_i_psec_bgp_routes.py,sha256=BvjYzL_6n46GqhqAQKbonFTWrrxeW1hQMAOAiLnYwH4,2128
2083
2110
  test/test_mana_v2_site_to_site_i_psec_i_psec_static_routes.py,sha256=FmPoUsHdO4b1H0Uj2SfENmLamdqGobfKDohwmmp0nq4,1678
2111
+ test/test_mana_v2_sla_conformance.py,sha256=lOSpeDYfmZmtvOv0MU3cqUcMPmTRVrFksJy1XN68pbA,1490
2084
2112
  test/test_mana_v2_sla_information.py,sha256=Bzb8ZjOjDfBX0cEM8EBAb2YAZ7ALKBqegeUW28PVZWk,1493
2085
2113
  test/test_mana_v2_snmp.py,sha256=qw61-bM69vJgZ2QQl-B6CtDlFfSvmJ6EHpTheaOxh3w,7453
2086
2114
  test/test_mana_v2_snmp_community.py,sha256=Knk_JhsKwM6quhpGWnVNMisNkIJoC2AECqnR7rCZyys,1433
@@ -2664,6 +2692,8 @@ test/test_v1_extranets_b2b_id_put_response.py,sha256=1YJ3KS4t_nGdVErlpCPPtPDN6UM
2664
2692
  test/test_v1_extranets_b2b_peering_consumer_customer_id_consumer_details_get_request.py,sha256=2ceurWuXBMpPkDL1qauaPapug9c0fL82h1h5XOpNzOs,1971
2665
2693
  test/test_v1_extranets_b2b_peering_consumer_customer_id_consumer_details_get_response.py,sha256=sY-RjIUZekCMw7I4wnjclQj8X8d_xIidLCSn89nm3jw,12926
2666
2694
  test/test_v1_extranets_b2b_peering_consumer_customer_id_consumer_details_get_response_ipsec_vpn_tunnel_config.py,sha256=4QucGpmY8g3BFovHqQNUy8NHELbddpC90YvwO1PLVyE,3787
2695
+ test/test_v1_extranets_b2b_peering_consumer_id_prefixes_put_request.py,sha256=cWaJE2uuAAH0l-v7K2kWDf7WXGofQgi4c07OFPSKyS0,2195
2696
+ test/test_v1_extranets_b2b_peering_consumer_id_prefixes_put_response.py,sha256=7FCxicKUYYUgden5IJpLZ7uxL84qiYBN-vCBs_uAAss,1777
2667
2697
  test/test_v1_extranets_b2b_peering_consumer_match_id_match_details_get_request.py,sha256=msHXyZWVUq8KgFrxuR_o52af0DJN5GXvMToHvXIj92Y,1864
2668
2698
  test/test_v1_extranets_b2b_peering_consumer_match_id_match_details_get_response.py,sha256=u9cXcrQMIwF4LbrlyPEo8Q-v_euPB-M-XY1JFBso16c,3591
2669
2699
  test/test_v1_extranets_b2b_peering_consumer_match_id_post_request.py,sha256=2mKxiPs9NksimTkaw0DjewlhCg5N7cwD9zGEhe9XVkg,6861
@@ -2677,6 +2707,8 @@ test/test_v1_extranets_b2b_peering_match_service_to_customer_id_get_request.py,s
2677
2707
  test/test_v1_extranets_b2b_peering_match_service_to_customer_id_get_response.py,sha256=7pFpMU5FGysG1BG7g8-mVKHpTNPLqheI3HLYl8vy0mk,2791
2678
2708
  test/test_v1_extranets_b2b_peering_match_service_to_customer_post_request.py,sha256=gtG8Yi5wi_Y8YXKcak8lg-Y2zOAd3esvA9mdHWhQISU,2616
2679
2709
  test/test_v1_extranets_b2b_peering_match_service_to_customer_post_response.py,sha256=QdisV4JI7jiYIvNb1fLxQUJCJFCqUE36_4lyzFUavx8,2730
2710
+ test/test_v1_extranets_b2b_peering_match_service_to_customer_service_status_put_request.py,sha256=aIMatyDlmo6OBpwWRMttRtg-K_ppKI3vBGMRCWLbgTk,2112
2711
+ test/test_v1_extranets_b2b_peering_match_service_to_customer_service_status_put_response.py,sha256=YBJa2d3Ys1IF6KQ28m83nQu5_t86cMSwNNN_cRybtRw,1967
2680
2712
  test/test_v1_extranets_b2b_peering_match_services_summary_id_get_response.py,sha256=ceJwIoLlOsKq7M3i8JOsBWQBX7wB7TXMUi_kbqMYHZY,2465
2681
2713
  test/test_v1_extranets_b2b_peering_producer_id_get_response.py,sha256=w9gtqBt9YkNcG-Jbk9sdN-Vlm43_am0outAaTWVmr_0,3849
2682
2714
  test/test_v1_extranets_b2b_peering_producer_id_matching_customers_summary_get_response.py,sha256=_UIcHkrDP4ZHlUGllKSCJmT0l1yGrmIf4Y_3pPA1saE,2693
@@ -2993,6 +3025,8 @@ test/test_v2_assurance_bucket_topologies_post_request.py,sha256=AWFFk-7ELjuAxig7
2993
3025
  test/test_v2_assurance_bucket_topologies_post_response.py,sha256=LBY4gF7HJUEkKENdOcuF6rlsN5TI4NDZh-8Dfkso2cE,1857
2994
3026
  test/test_v2_assurance_bucketdetails_post_request.py,sha256=SeSz6ca3I_gG58UsPJ4INJB3Fzl2ZdyZz-wQ1SUWgvs,2148
2995
3027
  test/test_v2_assurance_bucketdetails_post_response.py,sha256=tJjIM6zEyRf6b6o2DIjL5DjtqEnWrEHKcIvE4myazeQ,6087
3028
+ test/test_v2_assurance_create_dnsproxy_entry_post_request.py,sha256=_S2rgJF2xaPkm0_1hQQ0pgTa4wqKIRd-zJT683k_L1E,2135
3029
+ test/test_v2_assurance_create_dnsproxy_entry_post_response.py,sha256=OtpUH9kQaPovxdMYEeV8Q9WlRfSTMZ4j3qjCYLcPMqM,1677
2996
3030
  test/test_v2_assurance_create_user_report_post_request.py,sha256=UGE2ZKFFmMecp-Ry5yEPIeJFF9uKUR09NfrjxxIPyhQ,1980
2997
3031
  test/test_v2_assurance_create_user_report_post_response.py,sha256=D7-lxdHYqgyRUPbUn5g7izUY4DMjXfhOir5qwOAaZts,1630
2998
3032
  test/test_v2_assurance_createclassifiedapplication_post_request.py,sha256=Z54tU-imqjkntHkY4bXqjJRncR88TY6IgUfTUVF-QF8,2029
@@ -3008,6 +3042,7 @@ test/test_v2_assurance_flow_summary_post_response.py,sha256=jtF5_MHmRLFCOgm8SWKQ
3008
3042
  test/test_v2_assurance_flow_summary_post_response_endpoint_details.py,sha256=chfC1T0pMvGnbaZzhR5yIq_mk6GJlxVoKUzVFmGH6og,3180
3009
3043
  test/test_v2_assurance_flow_summary_post_response_endpoint_details_statistics.py,sha256=PXmSkeAa5U1oEF7nqoXPcA1KoADcmp-sjHRkXPkDxGU,1916
3010
3044
  test/test_v2_assurance_getclassifiedapplicationlist_get_response.py,sha256=5ItmSai_nbOGs9aADy3hKb4X_kNWvGX0dt7Auk4B2RI,2372
3045
+ test/test_v2_assurance_read_dnsproxy_list_get_response.py,sha256=1bKQp1UWfAbtBCcnyVjfSbZS1yvMbJMIfZu2b2a9POk,2182
3011
3046
  test/test_v2_assurance_read_user_report_list_get_response.py,sha256=Rb3v_UMEcxcUHI2wPYJgkwY6z6FFavrUK_H6P806_yk,2304
3012
3047
  test/test_v2_assurance_scoredetails_post_request.py,sha256=rv_JvWIgDhmRHx5tqFUjf7DkTvxPTQ7DmpQUo1_uKNA,2052
3013
3048
  test/test_v2_assurance_scoredetails_post_response.py,sha256=1RZz5gQ4iOEbHumC5iMx1CwQgbWVSKBG905dvO7SLzs,1985
@@ -3034,6 +3069,7 @@ test/test_v2_assurance_topology_site_summaries_post_response.py,sha256=PhrOLFfsZ
3034
3069
  test/test_v2_assurance_topology_site_summaries_post_response_summary.py,sha256=KKH27mIMwt50mvZc29wDHxkOZeWg3TL1Am4mTXgQPJY,2118
3035
3070
  test/test_v2_assurance_unclassifiedapplicationprofilesummary_post_request.py,sha256=kwILDUst6aocRRZqh8TW70DM0xtetTHj10Vdjy92pho,2352
3036
3071
  test/test_v2_assurance_unclassifiedapplicationprofilesummary_post_response.py,sha256=87OGZlUaEwZswV08owJzj4Tu0MSHhZekDRDC92rlTlw,3594
3072
+ test/test_v2_assurance_update_dnsproxy_entry_post_request.py,sha256=cUDggDnjyOKmUDRhBOj5TZYFPe3MoyOtjqgBZ8aNeE4,2135
3037
3073
  test/test_v2_assurance_updateclassifiedapplication_post_request.py,sha256=L75lX6aMcrUT9B9mAXBIVJSj-qmJu5-OzLI-O21kXQM,2360
3038
3074
  test/test_v2_assurance_version_post_response.py,sha256=27g_fu7JclNWt9QMaRBxE-w7jdOrA7NCKoeZk1YjTBg,1524
3039
3075
  test/test_v2_audit_logs_post_request.py,sha256=bdpAQ_GXp5JM0csnvejJWWFbmdFRIhptp-SuAHatxoQ,2827
@@ -3152,7 +3188,7 @@ test/test_v2_site_site_id_topology_post_request.py,sha256=rdx1dVssQpSAefRStCj01Z
3152
3188
  test/test_v2_site_site_id_topology_post_response.py,sha256=sPrlxPmbh5Du-vuwWMezfH_lUf5Og4fawkI1XO0jmxE,7737
3153
3189
  test/test_v2_site_site_id_topology_post_response_snapshot.py,sha256=5Qca7fgHOtrdtX7c26cwP1xZudZz1h8xiiLgIyPKVw4,1826
3154
3190
  test/test_v2_version_post_response.py,sha256=w1tnMEqkpL_s8a2Hz8jF5-8saQXHMEHCL-vFQcopiSA,1415
3155
- graphiant_sdk-25.12.1.dist-info/METADATA,sha256=GjsEdx_WsJDgwXvVfSWf-l6zc2QlvyKrbJdqAiYrAOQ,19187
3156
- graphiant_sdk-25.12.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
3157
- graphiant_sdk-25.12.1.dist-info/top_level.txt,sha256=W9sTvFYExkXkiKBiFwkngBd0_jg7YA0wcQ1GmXaXM5I,19
3158
- graphiant_sdk-25.12.1.dist-info/RECORD,,
3191
+ graphiant_sdk-26.1.1.dist-info/METADATA,sha256=eLUz1Swx3F6WmVDolh1NquDvRKzY9FSkPcauXLk8yyU,19366
3192
+ graphiant_sdk-26.1.1.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
3193
+ graphiant_sdk-26.1.1.dist-info/top_level.txt,sha256=W9sTvFYExkXkiKBiFwkngBd0_jg7YA0wcQ1GmXaXM5I,19
3194
+ graphiant_sdk-26.1.1.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (80.9.0)
2
+ Generator: setuptools (80.10.2)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
@@ -0,0 +1,70 @@
1
+ # coding: utf-8
2
+
3
+ """
4
+ Graphiant APIs
5
+
6
+ Graphiant API documentation.
7
+
8
+ The version of the OpenAPI document: 1.0.0
9
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
10
+
11
+ Do not edit the class manually.
12
+ """ # noqa: E501
13
+
14
+
15
+ import unittest
16
+
17
+ from graphiant_sdk.models.assurance_dns_proxy_entry import AssuranceDnsProxyEntry
18
+
19
+ class TestAssuranceDnsProxyEntry(unittest.TestCase):
20
+ """AssuranceDnsProxyEntry unit test stubs"""
21
+
22
+ def setUp(self):
23
+ pass
24
+
25
+ def tearDown(self):
26
+ pass
27
+
28
+ def make_instance(self, include_optional) -> AssuranceDnsProxyEntry:
29
+ """Test AssuranceDnsProxyEntry
30
+ include_optional is a boolean, when False only required
31
+ params are included, when True both required and
32
+ optional params are included """
33
+ # uncomment below to create an instance of `AssuranceDnsProxyEntry`
34
+ """
35
+ model = AssuranceDnsProxyEntry()
36
+ if include_optional:
37
+ return AssuranceDnsProxyEntry(
38
+ dnsproxy_entry_id = 'example string',
39
+ ip_list = [
40
+ 'example string'
41
+ ],
42
+ name = 'DNSPROXY_EXCEPTION_DNS',
43
+ name_text = 'example string',
44
+ port_list = [
45
+ 'example string'
46
+ ],
47
+ protocol = 'example string'
48
+ )
49
+ else:
50
+ return AssuranceDnsProxyEntry(
51
+ dnsproxy_entry_id = 'example string',
52
+ ip_list = [
53
+ 'example string'
54
+ ],
55
+ name = 'DNSPROXY_EXCEPTION_DNS',
56
+ name_text = 'example string',
57
+ port_list = [
58
+ 'example string'
59
+ ],
60
+ protocol = 'example string',
61
+ )
62
+ """
63
+
64
+ def testAssuranceDnsProxyEntry(self):
65
+ """Test AssuranceDnsProxyEntry"""
66
+ # inst_req_only = self.make_instance(include_optional=False)
67
+ # inst_req_and_optional = self.make_instance(include_optional=True)
68
+
69
+ if __name__ == '__main__':
70
+ unittest.main()
@@ -0,0 +1,72 @@
1
+ # coding: utf-8
2
+
3
+ """
4
+ Graphiant APIs
5
+
6
+ Graphiant API documentation.
7
+
8
+ The version of the OpenAPI document: 1.0.0
9
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
10
+
11
+ Do not edit the class manually.
12
+ """ # noqa: E501
13
+
14
+
15
+ import unittest
16
+
17
+ from graphiant_sdk.models.mana_v2_interface_ma_csec import ManaV2InterfaceMaCsec
18
+
19
+ class TestManaV2InterfaceMaCsec(unittest.TestCase):
20
+ """ManaV2InterfaceMaCsec unit test stubs"""
21
+
22
+ def setUp(self):
23
+ pass
24
+
25
+ def tearDown(self):
26
+ pass
27
+
28
+ def make_instance(self, include_optional) -> ManaV2InterfaceMaCsec:
29
+ """Test ManaV2InterfaceMaCsec
30
+ include_optional is a boolean, when False only required
31
+ params are included, when True both required and
32
+ optional params are included """
33
+ # uncomment below to create an instance of `ManaV2InterfaceMaCsec`
34
+ """
35
+ model = ManaV2InterfaceMaCsec()
36
+ if include_optional:
37
+ return ManaV2InterfaceMaCsec(
38
+ enabled = True,
39
+ encryption_enforcement_mode = 'ENUM_VALUE',
40
+ key_server_priority = 1234567891011,
41
+ psk_configurations = [
42
+ graphiant_sdk.models.mana_v2_psk_configuration.manaV2PskConfiguration(
43
+ cak = '1234567890abcdef1234567890abcdef',
44
+ cak_cryptographic_algorithm = 'AES_128_CMAC',
45
+ ckn = 'Corp-MACsec-CKN',
46
+ nickname = 'PSK1',
47
+ start_time = graphiant_sdk.models.google_protobuf_timestamp.googleProtobufTimestamp(
48
+ nanos = 123,
49
+ seconds = 1234567891011, ), )
50
+ ],
51
+ sak_configurations = [
52
+ graphiant_sdk.models.mana_v2_sak_configuration.manaV2SakConfiguration(
53
+ cipher_suite = 'ENUM_VALUE',
54
+ lag_member_interface_id = 1,
55
+ rekey_interval = 1000,
56
+ replay_protection_window_size = 1000, )
57
+ ],
58
+ split_sak_config_by_lag_member = True,
59
+ transparent_vlan = True
60
+ )
61
+ else:
62
+ return ManaV2InterfaceMaCsec(
63
+ )
64
+ """
65
+
66
+ def testManaV2InterfaceMaCsec(self):
67
+ """Test ManaV2InterfaceMaCsec"""
68
+ # inst_req_only = self.make_instance(include_optional=False)
69
+ # inst_req_and_optional = self.make_instance(include_optional=True)
70
+
71
+ if __name__ == '__main__':
72
+ unittest.main()
@@ -0,0 +1,124 @@
1
+ # coding: utf-8
2
+
3
+ """
4
+ Graphiant APIs
5
+
6
+ Graphiant API documentation.
7
+
8
+ The version of the OpenAPI document: 1.0.0
9
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
10
+
11
+ Do not edit the class manually.
12
+ """ # noqa: E501
13
+
14
+
15
+ import unittest
16
+
17
+ from graphiant_sdk.models.mana_v2_ma_csec_configuration import ManaV2MaCsecConfiguration
18
+
19
+ class TestManaV2MaCsecConfiguration(unittest.TestCase):
20
+ """ManaV2MaCsecConfiguration unit test stubs"""
21
+
22
+ def setUp(self):
23
+ pass
24
+
25
+ def tearDown(self):
26
+ pass
27
+
28
+ def make_instance(self, include_optional) -> ManaV2MaCsecConfiguration:
29
+ """Test ManaV2MaCsecConfiguration
30
+ include_optional is a boolean, when False only required
31
+ params are included, when True both required and
32
+ optional params are included """
33
+ # uncomment below to create an instance of `ManaV2MaCsecConfiguration`
34
+ """
35
+ model = ManaV2MaCsecConfiguration()
36
+ if include_optional:
37
+ return ManaV2MaCsecConfiguration(
38
+ enabled = True,
39
+ encryption_enforcement_mode = 'MACSEC_ENFORCEMENT_MODE_SHOULD_ENCRYPT',
40
+ global_sak_configuration = graphiant_sdk.models.mana_v2_nullable_sak_configuration.manaV2NullableSakConfiguration(
41
+ sak = graphiant_sdk.models.mana_v2_sak_configuration.manaV2SakConfiguration(
42
+ cipher_suite = 'ENUM_VALUE',
43
+ lag_member_interface_id = 1,
44
+ rekey_interval = 1000,
45
+ replay_protection_window_size = 1000, ), ),
46
+ key_server_priority = 255,
47
+ psk_configurations = [
48
+ graphiant_sdk.models.mana_v2_psk_configuration.manaV2PskConfiguration(
49
+ cak = '1234567890abcdef1234567890abcdef',
50
+ cak_cryptographic_algorithm = 'AES_128_CMAC',
51
+ ckn = 'Corp-MACsec-CKN',
52
+ nickname = 'PSK1',
53
+ start_time = graphiant_sdk.models.google_protobuf_timestamp.googleProtobufTimestamp(
54
+ nanos = 123,
55
+ seconds = 1234567891011, ), )
56
+ ],
57
+ psk_configurations_by_nickname = {
58
+ 'key' : graphiant_sdk.models.mana_v2_nullable_psk_configuration.manaV2NullablePskConfiguration(
59
+ psk = graphiant_sdk.models.mana_v2_psk_configuration.manaV2PskConfiguration(
60
+ cak = '1234567890abcdef1234567890abcdef',
61
+ cak_cryptographic_algorithm = 'AES_128_CMAC',
62
+ ckn = 'Corp-MACsec-CKN',
63
+ nickname = 'PSK1',
64
+ start_time = graphiant_sdk.models.google_protobuf_timestamp.googleProtobufTimestamp(
65
+ nanos = 123,
66
+ seconds = 1234567891011, ), ), )
67
+ },
68
+ sak_configurations = [
69
+ graphiant_sdk.models.mana_v2_sak_configuration.manaV2SakConfiguration(
70
+ cipher_suite = 'ENUM_VALUE',
71
+ lag_member_interface_id = 1,
72
+ rekey_interval = 1000,
73
+ replay_protection_window_size = 1000, )
74
+ ],
75
+ sak_configurations_by_lag_member_interface_id = {
76
+ 'key' : graphiant_sdk.models.mana_v2_nullable_sak_configuration.manaV2NullableSakConfiguration(
77
+ sak = graphiant_sdk.models.mana_v2_sak_configuration.manaV2SakConfiguration(
78
+ cipher_suite = 'ENUM_VALUE',
79
+ lag_member_interface_id = 1,
80
+ rekey_interval = 1000,
81
+ replay_protection_window_size = 1000, ), )
82
+ },
83
+ split_sak_config_by_lag_member = True,
84
+ transparent_vlan = True
85
+ )
86
+ else:
87
+ return ManaV2MaCsecConfiguration(
88
+ enabled = True,
89
+ encryption_enforcement_mode = 'MACSEC_ENFORCEMENT_MODE_SHOULD_ENCRYPT',
90
+ global_sak_configuration = graphiant_sdk.models.mana_v2_nullable_sak_configuration.manaV2NullableSakConfiguration(
91
+ sak = graphiant_sdk.models.mana_v2_sak_configuration.manaV2SakConfiguration(
92
+ cipher_suite = 'ENUM_VALUE',
93
+ lag_member_interface_id = 1,
94
+ rekey_interval = 1000,
95
+ replay_protection_window_size = 1000, ), ),
96
+ psk_configurations_by_nickname = {
97
+ 'key' : graphiant_sdk.models.mana_v2_nullable_psk_configuration.manaV2NullablePskConfiguration(
98
+ psk = graphiant_sdk.models.mana_v2_psk_configuration.manaV2PskConfiguration(
99
+ cak = '1234567890abcdef1234567890abcdef',
100
+ cak_cryptographic_algorithm = 'AES_128_CMAC',
101
+ ckn = 'Corp-MACsec-CKN',
102
+ nickname = 'PSK1',
103
+ start_time = graphiant_sdk.models.google_protobuf_timestamp.googleProtobufTimestamp(
104
+ nanos = 123,
105
+ seconds = 1234567891011, ), ), )
106
+ },
107
+ sak_configurations_by_lag_member_interface_id = {
108
+ 'key' : graphiant_sdk.models.mana_v2_nullable_sak_configuration.manaV2NullableSakConfiguration(
109
+ sak = graphiant_sdk.models.mana_v2_sak_configuration.manaV2SakConfiguration(
110
+ cipher_suite = 'ENUM_VALUE',
111
+ lag_member_interface_id = 1,
112
+ rekey_interval = 1000,
113
+ replay_protection_window_size = 1000, ), )
114
+ },
115
+ )
116
+ """
117
+
118
+ def testManaV2MaCsecConfiguration(self):
119
+ """Test ManaV2MaCsecConfiguration"""
120
+ # inst_req_only = self.make_instance(include_optional=False)
121
+ # inst_req_and_optional = self.make_instance(include_optional=True)
122
+
123
+ if __name__ == '__main__':
124
+ unittest.main()