graphiant-sdk 25.9.2__py3-none-any.whl → 25.10.2__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 (185) hide show
  1. graphiant_sdk/__init__.py +110 -1212
  2. graphiant_sdk/api/__init__.py +1 -16
  3. graphiant_sdk/api/default_api.py +17843 -12280
  4. graphiant_sdk/api_client.py +5 -5
  5. graphiant_sdk/configuration.py +1 -1
  6. graphiant_sdk/models/__init__.py +55 -1186
  7. graphiant_sdk/models/v1_auth_login_temp_post200_response.py +91 -0
  8. graphiant_sdk/models/v1_auth_login_temp_post_request.py +91 -0
  9. graphiant_sdk/models/v1_b2b_extranet_monitoring_filter_post200_response.py +91 -0
  10. graphiant_sdk/models/v1_b2b_extranet_monitoring_filter_post200_response_filters.py +104 -0
  11. graphiant_sdk/models/v1_b2b_extranet_monitoring_filter_post200_response_filters_customers_inner.py +93 -0
  12. graphiant_sdk/models/v1_b2b_extranet_monitoring_filter_post_request.py +91 -0
  13. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_bgp_neighbors_value_neighbor.py +6 -6
  14. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_bgp_redistribution_value.py +3 -3
  15. graphiant_sdk/models/v1_devices_device_id_config_put_request_edge_site_to_site_vpn_value_site_to_site_vpn.py +3 -3
  16. graphiant_sdk/models/v1_enterprises_get200_response_enterprises_inner.py +3 -1
  17. graphiant_sdk/models/v1_enterprises_patch_request.py +3 -1
  18. graphiant_sdk/models/v1_extranet_b2b_monitoring_peering_service_service_customer_list_post200_response.py +87 -0
  19. graphiant_sdk/models/v1_extranet_b2b_monitoring_peering_service_service_customer_list_post_request.py +95 -0
  20. graphiant_sdk/models/v1_extranets_b2b_general_customers_summary_get200_response.py +95 -0
  21. graphiant_sdk/models/v1_extranets_b2b_general_customers_summary_get200_response_customers_inner.py +104 -0
  22. graphiant_sdk/models/v1_extranets_b2b_peering_consumer_customer_id_consumer_details_get200_response.py +166 -0
  23. graphiant_sdk/models/v1_extranets_b2b_peering_consumer_customer_id_consumer_details_get200_response_ipsec_tunnel_config_inner.py +150 -0
  24. graphiant_sdk/models/v1_extranets_b2b_peering_consumer_customer_id_consumer_details_get200_response_match_details.py +109 -0
  25. graphiant_sdk/models/v1_extranets_b2b_peering_consumer_customer_id_consumer_details_get200_response_match_details_customer.py +94 -0
  26. graphiant_sdk/models/v1_extranets_b2b_peering_consumer_customer_id_consumer_details_get200_response_match_details_service.py +95 -0
  27. graphiant_sdk/models/v1_extranets_b2b_peering_consumer_customer_id_consumer_details_get200_response_match_details_service_prefixes_inner.py +91 -0
  28. graphiant_sdk/models/v1_extranets_b2b_peering_consumer_customer_id_match_details_get200_response.py +95 -0
  29. graphiant_sdk/models/v1_extranets_b2b_peering_consumer_customer_id_match_details_get200_response_details_inner.py +109 -0
  30. graphiant_sdk/models/v1_extranets_b2b_peering_consumer_customer_id_match_details_get200_response_details_inner_customer.py +94 -0
  31. graphiant_sdk/models/v1_extranets_b2b_peering_consumer_customer_id_match_details_get200_response_details_inner_service.py +93 -0
  32. graphiant_sdk/models/v1_extranets_b2b_peering_consumer_id_post200_response.py +109 -0
  33. graphiant_sdk/models/v1_extranets_b2b_peering_consumer_id_post_request.py +123 -0
  34. graphiant_sdk/models/v1_extranets_b2b_peering_consumer_id_post_request_policy_inner.py +89 -0
  35. graphiant_sdk/models/v1_extranets_b2b_peering_consumer_id_post_request_site_to_site_vpn.py +95 -0
  36. graphiant_sdk/models/v1_extranets_b2b_peering_consumer_id_post_request_site_to_site_vpn_ipsec_gateway_details.py +117 -0
  37. graphiant_sdk/models/v1_extranets_b2b_peering_consumer_id_post_request_site_to_site_vpn_ipsec_gateway_details_routing.py +97 -0
  38. graphiant_sdk/models/v1_extranets_b2b_peering_consumer_id_post_request_site_to_site_vpn_ipsec_gateway_details_routing_bgp.py +115 -0
  39. graphiant_sdk/models/v1_extranets_b2b_peering_consumer_id_post_request_site_to_site_vpn_ipsec_gateway_details_routing_bgp_address_families_value.py +91 -0
  40. graphiant_sdk/models/v1_extranets_b2b_peering_consumer_id_post_request_site_to_site_vpn_ipsec_gateway_details_routing_bgp_address_families_value_family.py +98 -0
  41. graphiant_sdk/models/v1_extranets_b2b_peering_consumer_id_post_request_site_to_site_vpn_ipsec_gateway_details_routing_bgp_md5_password.py +87 -0
  42. graphiant_sdk/models/v1_extranets_b2b_peering_consumer_id_post_request_site_to_site_vpn_ipsec_gateway_details_routing_static.py +87 -0
  43. graphiant_sdk/models/v1_extranets_b2b_peering_consumer_id_post_request_site_to_site_vpn_ipsec_gateway_details_tunnel1.py +93 -0
  44. graphiant_sdk/models/v1_extranets_b2b_peering_consumer_match_id_match_details_get200_response.py +95 -0
  45. graphiant_sdk/models/v1_extranets_b2b_peering_consumer_match_id_post200_response.py +109 -0
  46. graphiant_sdk/models/v1_extranets_b2b_peering_consumer_match_id_post_request.py +140 -0
  47. graphiant_sdk/models/v1_extranets_b2b_peering_consumer_match_id_post_request_global_object_ops_value.py +87 -0
  48. graphiant_sdk/models/v1_extranets_b2b_peering_consumer_match_id_post_request_policy_inner.py +89 -0
  49. graphiant_sdk/models/v1_extranets_b2b_peering_consumer_match_id_post_request_site_to_site_vpn.py +95 -0
  50. graphiant_sdk/models/v1_extranets_b2b_peering_consumer_match_id_post_request_site_to_site_vpn_ipsec_gateway_details.py +117 -0
  51. graphiant_sdk/models/v1_extranets_b2b_peering_consumer_match_id_post_request_site_to_site_vpn_ipsec_gateway_details_routing.py +97 -0
  52. graphiant_sdk/models/v1_extranets_b2b_peering_consumer_match_id_post_request_site_to_site_vpn_ipsec_gateway_details_routing_bgp.py +115 -0
  53. graphiant_sdk/models/v1_extranets_b2b_peering_consumer_match_id_post_request_site_to_site_vpn_ipsec_gateway_details_routing_bgp_address_families_value.py +91 -0
  54. graphiant_sdk/models/v1_extranets_b2b_peering_consumer_match_id_post_request_site_to_site_vpn_ipsec_gateway_details_routing_bgp_address_families_value_family.py +98 -0
  55. graphiant_sdk/models/v1_extranets_b2b_peering_consumer_match_id_post_request_site_to_site_vpn_ipsec_gateway_details_routing_bgp_md5_password.py +87 -0
  56. graphiant_sdk/models/v1_extranets_b2b_peering_consumer_match_id_post_request_site_to_site_vpn_ipsec_gateway_details_routing_static.py +87 -0
  57. graphiant_sdk/models/v1_extranets_b2b_peering_consumer_match_id_post_request_site_to_site_vpn_ipsec_gateway_details_tunnel1.py +93 -0
  58. graphiant_sdk/models/v1_extranets_b2b_peering_customer_id_get200_response.py +96 -0
  59. graphiant_sdk/models/v1_extranets_b2b_peering_customer_id_put_request.py +87 -0
  60. graphiant_sdk/models/v1_extranets_b2b_peering_customer_post200_response.py +93 -0
  61. graphiant_sdk/models/v1_extranets_b2b_peering_customer_post_request.py +95 -0
  62. graphiant_sdk/models/v1_extranets_b2b_peering_customer_post_request_invite.py +90 -0
  63. graphiant_sdk/models/v1_extranets_b2b_peering_match_customers_post200_response.py +95 -0
  64. graphiant_sdk/models/v1_extranets_b2b_peering_match_customers_post_request.py +97 -0
  65. graphiant_sdk/models/v1_extranets_b2b_peering_match_customers_post_request_info_inner.py +104 -0
  66. graphiant_sdk/models/v1_extranets_b2b_peering_match_service_to_customer_post200_response.py +97 -0
  67. graphiant_sdk/models/v1_extranets_b2b_peering_match_service_to_customer_post_request.py +93 -0
  68. graphiant_sdk/models/v1_extranets_b2b_peering_match_service_to_customer_post_request_service.py +112 -0
  69. graphiant_sdk/models/v1_extranets_b2b_peering_match_service_to_customer_post_request_service_nat_inner.py +89 -0
  70. graphiant_sdk/models/v1_extranets_b2b_peering_match_service_to_customer_post_request_service_service_prefixes_inner.py +89 -0
  71. graphiant_sdk/models/v1_extranets_b2b_peering_match_service_to_customer_put200_response.py +91 -0
  72. graphiant_sdk/models/v1_extranets_b2b_peering_match_service_to_customer_put_request.py +93 -0
  73. graphiant_sdk/models/v1_extranets_b2b_peering_match_service_to_customer_put_request_service.py +112 -0
  74. graphiant_sdk/models/v1_extranets_b2b_peering_match_service_to_customer_put_request_service_nat_inner.py +89 -0
  75. graphiant_sdk/models/v1_extranets_b2b_peering_match_service_to_customer_put_request_service_service_prefixes_inner.py +89 -0
  76. graphiant_sdk/models/v1_extranets_b2b_peering_match_services_summary_get200_response.py +95 -0
  77. graphiant_sdk/models/v1_extranets_b2b_peering_match_services_summary_get200_response_services_inner.py +104 -0
  78. graphiant_sdk/models/v1_extranets_b2b_peering_producer_id_get200_response.py +95 -0
  79. graphiant_sdk/models/v1_extranets_b2b_peering_producer_id_matching_customers_summary_get200_response.py +95 -0
  80. graphiant_sdk/models/v1_extranets_b2b_peering_producer_id_matching_customers_summary_get200_response_info_inner.py +104 -0
  81. graphiant_sdk/models/v1_extranets_b2b_peering_producer_id_put_request.py +91 -0
  82. graphiant_sdk/models/v1_extranets_b2b_peering_producer_post200_response.py +93 -0
  83. graphiant_sdk/models/v1_extranets_b2b_peering_producer_post200_response_policy.py +93 -0
  84. graphiant_sdk/models/v1_extranets_b2b_peering_producer_post_request.py +95 -0
  85. graphiant_sdk/models/v1_extranets_b2b_peering_producer_post_request_policy.py +126 -0
  86. graphiant_sdk/models/v1_extranets_b2b_post_request_policy.py +48 -2
  87. graphiant_sdk/models/v1_extranets_b2b_post_request_policy_global_object_device_summaries_value.py +95 -0
  88. graphiant_sdk/models/v1_extranets_b2b_post_request_policy_global_object_device_summaries_value_routing_policies_inner.py +114 -0
  89. graphiant_sdk/models/v1_extranets_b2b_producers_summary_get200_response_info_inner.py +16 -3
  90. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_ipsec_tunnels_inner.py +3 -3
  91. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_region.py +5 -3
  92. graphiant_sdk/models/v1_gateways_guest_consumer_get200_response.py +91 -0
  93. graphiant_sdk/models/v1_gateways_guest_consumer_match_id_get200_response.py +103 -0
  94. graphiant_sdk/models/v1_gateways_put_request_details.py +3 -3
  95. graphiant_sdk/models/v1_global_config_patch_request_snmps_value_config_notify_filter_profiles_value_notify_filter_profile.py +3 -3
  96. graphiant_sdk/models/v1_groups_get200_response_groups_inner_permissions.py +3 -1
  97. graphiant_sdk/models/v1_invitation_email_post_request.py +97 -0
  98. graphiant_sdk/models/v1_temp_password_put_request.py +93 -0
  99. graphiant_sdk/models/v2_assistant_conversation_interface_state_get200_response.py +87 -0
  100. {graphiant_sdk-25.9.2.dist-info → graphiant_sdk-25.10.2.dist-info}/METADATA +3 -4
  101. {graphiant_sdk-25.9.2.dist-info → graphiant_sdk-25.10.2.dist-info}/RECORD +185 -23
  102. test/test_v1_auth_login_temp_post200_response.py +53 -0
  103. test/test_v1_auth_login_temp_post_request.py +52 -0
  104. test/test_v1_b2b_extranet_monitoring_filter_post200_response.py +65 -0
  105. test/test_v1_b2b_extranet_monitoring_filter_post200_response_filters.py +64 -0
  106. test/test_v1_b2b_extranet_monitoring_filter_post200_response_filters_customers_inner.py +54 -0
  107. test/test_v1_b2b_extranet_monitoring_filter_post_request.py +53 -0
  108. test/test_v1_extranet_b2b_monitoring_peering_service_service_customer_list_post200_response.py +53 -0
  109. test/test_v1_extranet_b2b_monitoring_peering_service_service_customer_list_post_request.py +60 -0
  110. test/test_v1_extranets_b2b_general_customers_summary_get200_response.py +64 -0
  111. test/test_v1_extranets_b2b_general_customers_summary_get200_response_customers_inner.py +61 -0
  112. test/test_v1_extranets_b2b_peering_consumer_customer_id_consumer_details_get200_response.py +224 -0
  113. test/test_v1_extranets_b2b_peering_consumer_customer_id_consumer_details_get200_response_ipsec_tunnel_config_inner.py +82 -0
  114. test/test_v1_extranets_b2b_peering_consumer_customer_id_consumer_details_get200_response_match_details.py +74 -0
  115. test/test_v1_extranets_b2b_peering_consumer_customer_id_consumer_details_get200_response_match_details_customer.py +56 -0
  116. test/test_v1_extranets_b2b_peering_consumer_customer_id_consumer_details_get200_response_match_details_service.py +57 -0
  117. test/test_v1_extranets_b2b_peering_consumer_customer_id_consumer_details_get200_response_match_details_service_prefixes_inner.py +53 -0
  118. test/test_v1_extranets_b2b_peering_consumer_customer_id_match_details_get200_response.py +75 -0
  119. test/test_v1_extranets_b2b_peering_consumer_customer_id_match_details_get200_response_details_inner.py +72 -0
  120. test/test_v1_extranets_b2b_peering_consumer_customer_id_match_details_get200_response_details_inner_customer.py +56 -0
  121. test/test_v1_extranets_b2b_peering_consumer_customer_id_match_details_get200_response_details_inner_service.py +56 -0
  122. test/test_v1_extranets_b2b_peering_consumer_id_post200_response.py +74 -0
  123. test/test_v1_extranets_b2b_peering_consumer_id_post_request.py +123 -0
  124. test/test_v1_extranets_b2b_peering_consumer_id_post_request_policy_inner.py +54 -0
  125. test/test_v1_extranets_b2b_peering_consumer_id_post_request_site_to_site_vpn.py +92 -0
  126. test/test_v1_extranets_b2b_peering_consumer_id_post_request_site_to_site_vpn_ipsec_gateway_details.py +87 -0
  127. test/test_v1_extranets_b2b_peering_consumer_id_post_request_site_to_site_vpn_ipsec_gateway_details_routing.py +69 -0
  128. test/test_v1_extranets_b2b_peering_consumer_id_post_request_site_to_site_vpn_ipsec_gateway_details_routing_bgp.py +64 -0
  129. test/test_v1_extranets_b2b_peering_consumer_id_post_request_site_to_site_vpn_ipsec_gateway_details_routing_bgp_address_families_value.py +56 -0
  130. test/test_v1_extranets_b2b_peering_consumer_id_post_request_site_to_site_vpn_ipsec_gateway_details_routing_bgp_address_families_value_family.py +55 -0
  131. test/test_v1_extranets_b2b_peering_consumer_id_post_request_site_to_site_vpn_ipsec_gateway_details_routing_bgp_md5_password.py +51 -0
  132. test/test_v1_extranets_b2b_peering_consumer_id_post_request_site_to_site_vpn_ipsec_gateway_details_routing_static.py +53 -0
  133. test/test_v1_extranets_b2b_peering_consumer_id_post_request_site_to_site_vpn_ipsec_gateway_details_tunnel1.py +54 -0
  134. test/test_v1_extranets_b2b_peering_consumer_match_id_match_details_get200_response.py +77 -0
  135. test/test_v1_extranets_b2b_peering_consumer_match_id_post200_response.py +74 -0
  136. test/test_v1_extranets_b2b_peering_consumer_match_id_post_request.py +130 -0
  137. test/test_v1_extranets_b2b_peering_consumer_match_id_post_request_global_object_ops_value.py +53 -0
  138. test/test_v1_extranets_b2b_peering_consumer_match_id_post_request_policy_inner.py +54 -0
  139. test/test_v1_extranets_b2b_peering_consumer_match_id_post_request_site_to_site_vpn.py +92 -0
  140. test/test_v1_extranets_b2b_peering_consumer_match_id_post_request_site_to_site_vpn_ipsec_gateway_details.py +87 -0
  141. test/test_v1_extranets_b2b_peering_consumer_match_id_post_request_site_to_site_vpn_ipsec_gateway_details_routing.py +69 -0
  142. test/test_v1_extranets_b2b_peering_consumer_match_id_post_request_site_to_site_vpn_ipsec_gateway_details_routing_bgp.py +64 -0
  143. test/test_v1_extranets_b2b_peering_consumer_match_id_post_request_site_to_site_vpn_ipsec_gateway_details_routing_bgp_address_families_value.py +56 -0
  144. test/test_v1_extranets_b2b_peering_consumer_match_id_post_request_site_to_site_vpn_ipsec_gateway_details_routing_bgp_address_families_value_family.py +55 -0
  145. test/test_v1_extranets_b2b_peering_consumer_match_id_post_request_site_to_site_vpn_ipsec_gateway_details_routing_bgp_md5_password.py +51 -0
  146. test/test_v1_extranets_b2b_peering_consumer_match_id_post_request_site_to_site_vpn_ipsec_gateway_details_routing_static.py +53 -0
  147. test/test_v1_extranets_b2b_peering_consumer_match_id_post_request_site_to_site_vpn_ipsec_gateway_details_tunnel1.py +54 -0
  148. test/test_v1_extranets_b2b_peering_customer_id_get200_response.py +57 -0
  149. test/test_v1_extranets_b2b_peering_customer_id_put_request.py +51 -0
  150. test/test_v1_extranets_b2b_peering_customer_post200_response.py +56 -0
  151. test/test_v1_extranets_b2b_peering_customer_post_request.py +57 -0
  152. test/test_v1_extranets_b2b_peering_customer_post_request_invite.py +54 -0
  153. test/test_v1_extranets_b2b_peering_match_customers_post200_response.py +64 -0
  154. test/test_v1_extranets_b2b_peering_match_customers_post_request.py +65 -0
  155. test/test_v1_extranets_b2b_peering_match_customers_post_request_info_inner.py +61 -0
  156. test/test_v1_extranets_b2b_peering_match_service_to_customer_post200_response.py +66 -0
  157. test/test_v1_extranets_b2b_peering_match_service_to_customer_post_request.py +65 -0
  158. test/test_v1_extranets_b2b_peering_match_service_to_customer_post_request_service.py +63 -0
  159. test/test_v1_extranets_b2b_peering_match_service_to_customer_post_request_service_nat_inner.py +52 -0
  160. test/test_v1_extranets_b2b_peering_match_service_to_customer_post_request_service_service_prefixes_inner.py +52 -0
  161. test/test_v1_extranets_b2b_peering_match_service_to_customer_put200_response.py +64 -0
  162. test/test_v1_extranets_b2b_peering_match_service_to_customer_put_request.py +65 -0
  163. test/test_v1_extranets_b2b_peering_match_service_to_customer_put_request_service.py +63 -0
  164. test/test_v1_extranets_b2b_peering_match_service_to_customer_put_request_service_nat_inner.py +52 -0
  165. test/test_v1_extranets_b2b_peering_match_service_to_customer_put_request_service_service_prefixes_inner.py +52 -0
  166. test/test_v1_extranets_b2b_peering_match_services_summary_get200_response.py +62 -0
  167. test/test_v1_extranets_b2b_peering_match_services_summary_get200_response_services_inner.py +59 -0
  168. test/test_v1_extranets_b2b_peering_producer_id_get200_response.py +80 -0
  169. test/test_v1_extranets_b2b_peering_producer_id_matching_customers_summary_get200_response.py +64 -0
  170. test/test_v1_extranets_b2b_peering_producer_id_matching_customers_summary_get200_response_info_inner.py +61 -0
  171. test/test_v1_extranets_b2b_peering_producer_id_put_request.py +76 -0
  172. test/test_v1_extranets_b2b_peering_producer_post200_response.py +79 -0
  173. test/test_v1_extranets_b2b_peering_producer_post200_response_policy.py +77 -0
  174. test/test_v1_extranets_b2b_peering_producer_post_request.py +78 -0
  175. test/test_v1_extranets_b2b_peering_producer_post_request_policy.py +75 -0
  176. test/test_v1_extranets_b2b_post_request_policy_global_object_device_summaries_value.py +67 -0
  177. test/test_v1_extranets_b2b_post_request_policy_global_object_device_summaries_value_routing_policies_inner.py +64 -0
  178. test/test_v1_gateways_guest_consumer_get200_response.py +93 -0
  179. test/test_v1_gateways_guest_consumer_match_id_get200_response.py +131 -0
  180. test/test_v1_invitation_email_post_request.py +55 -0
  181. test/test_v1_temp_password_put_request.py +55 -0
  182. test/test_v2_assistant_conversation_interface_state_get200_response.py +51 -0
  183. {graphiant_sdk-25.9.2.dist-info → graphiant_sdk-25.10.2.dist-info}/WHEEL +0 -0
  184. {graphiant_sdk-25.9.2.dist-info → graphiant_sdk-25.10.2.dist-info}/licenses/LICENSE +0 -0
  185. {graphiant_sdk-25.9.2.dist-info → graphiant_sdk-25.10.2.dist-info}/top_level.txt +0 -0
@@ -44,9 +44,10 @@ class V1EnterprisesGet200ResponseEnterprisesInner(BaseModel):
44
44
  parent_company_name: Optional[StrictStr] = Field(default=None, alias="parentCompanyName")
45
45
  parent_enterprise_id: Optional[StrictInt] = Field(default=None, alias="parentEnterpriseId")
46
46
  portal_banner: Optional[StrictStr] = Field(default=None, alias="portalBanner")
47
+ proxy_tenant_id: Optional[StrictInt] = Field(default=None, alias="proxyTenantId")
47
48
  small_logo: Optional[StrictStr] = Field(default=None, alias="smallLogo")
48
49
  token_expiry: Optional[StrictStr] = Field(default=None, alias="tokenExpiry")
49
- __properties: ClassVar[List[str]] = ["acceptEula", "accountType", "adminEmail", "cloudProvider", "companyName", "counts", "creditLimit", "customers", "enterpriseId", "eulaAgreementDate", "impersonationEnabled", "logo", "parentCompanyName", "parentEnterpriseId", "portalBanner", "smallLogo", "tokenExpiry"]
50
+ __properties: ClassVar[List[str]] = ["acceptEula", "accountType", "adminEmail", "cloudProvider", "companyName", "counts", "creditLimit", "customers", "enterpriseId", "eulaAgreementDate", "impersonationEnabled", "logo", "parentCompanyName", "parentEnterpriseId", "portalBanner", "proxyTenantId", "smallLogo", "tokenExpiry"]
50
51
 
51
52
  model_config = ConfigDict(
52
53
  populate_by_name=True,
@@ -132,6 +133,7 @@ class V1EnterprisesGet200ResponseEnterprisesInner(BaseModel):
132
133
  "parentCompanyName": obj.get("parentCompanyName"),
133
134
  "parentEnterpriseId": obj.get("parentEnterpriseId"),
134
135
  "portalBanner": obj.get("portalBanner"),
136
+ "proxyTenantId": obj.get("proxyTenantId"),
135
137
  "smallLogo": obj.get("smallLogo"),
136
138
  "tokenExpiry": obj.get("tokenExpiry")
137
139
  })
@@ -35,9 +35,10 @@ class V1EnterprisesPatchRequest(BaseModel):
35
35
  impersonation_enabled: Optional[StrictBool] = Field(default=None, alias="impersonationEnabled")
36
36
  logo: Optional[StrictStr] = None
37
37
  portal_banner: Optional[StrictStr] = Field(default=None, alias="portalBanner")
38
+ proxy_tenant_id: Optional[StrictInt] = Field(default=None, alias="proxyTenantId")
38
39
  small_logo: Optional[StrictStr] = Field(default=None, alias="smallLogo")
39
40
  token_expiry: Optional[V1EnterprisesPatchRequestTokenExpiry] = Field(default=None, alias="tokenExpiry")
40
- __properties: ClassVar[List[str]] = ["adminEmail", "cloudProvider", "companyName", "creditLimit", "enterpriseId", "impersonationEnabled", "logo", "portalBanner", "smallLogo", "tokenExpiry"]
41
+ __properties: ClassVar[List[str]] = ["adminEmail", "cloudProvider", "companyName", "creditLimit", "enterpriseId", "impersonationEnabled", "logo", "portalBanner", "proxyTenantId", "smallLogo", "tokenExpiry"]
41
42
 
42
43
  model_config = ConfigDict(
43
44
  populate_by_name=True,
@@ -101,6 +102,7 @@ class V1EnterprisesPatchRequest(BaseModel):
101
102
  "impersonationEnabled": obj.get("impersonationEnabled"),
102
103
  "logo": obj.get("logo"),
103
104
  "portalBanner": obj.get("portalBanner"),
105
+ "proxyTenantId": obj.get("proxyTenantId"),
104
106
  "smallLogo": obj.get("smallLogo"),
105
107
  "tokenExpiry": V1EnterprisesPatchRequestTokenExpiry.from_dict(obj["tokenExpiry"]) if obj.get("tokenExpiry") is not None else None
106
108
  })
@@ -0,0 +1,87 @@
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
+ from __future__ import annotations
16
+ import pprint
17
+ import re # noqa: F401
18
+ import json
19
+
20
+ from pydantic import BaseModel, ConfigDict, Field, StrictStr
21
+ from typing import Any, ClassVar, Dict, List, Optional
22
+ from typing import Optional, Set
23
+ from typing_extensions import Self
24
+
25
+ class V1ExtranetB2bMonitoringPeeringServiceServiceCustomerListPost200Response(BaseModel):
26
+ """
27
+ V1ExtranetB2bMonitoringPeeringServiceServiceCustomerListPost200Response
28
+ """ # noqa: E501
29
+ customer_name: Optional[List[StrictStr]] = Field(default=None, alias="customerName")
30
+ __properties: ClassVar[List[str]] = ["customerName"]
31
+
32
+ model_config = ConfigDict(
33
+ populate_by_name=True,
34
+ validate_assignment=True,
35
+ protected_namespaces=(),
36
+ )
37
+
38
+
39
+ def to_str(self) -> str:
40
+ """Returns the string representation of the model using alias"""
41
+ return pprint.pformat(self.model_dump(by_alias=True))
42
+
43
+ def to_json(self) -> str:
44
+ """Returns the JSON representation of the model using alias"""
45
+ # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead
46
+ return json.dumps(self.to_dict())
47
+
48
+ @classmethod
49
+ def from_json(cls, json_str: str) -> Optional[Self]:
50
+ """Create an instance of V1ExtranetB2bMonitoringPeeringServiceServiceCustomerListPost200Response from a JSON string"""
51
+ return cls.from_dict(json.loads(json_str))
52
+
53
+ def to_dict(self) -> Dict[str, Any]:
54
+ """Return the dictionary representation of the model using alias.
55
+
56
+ This has the following differences from calling pydantic's
57
+ `self.model_dump(by_alias=True)`:
58
+
59
+ * `None` is only added to the output dict for nullable fields that
60
+ were set at model initialization. Other fields with value `None`
61
+ are ignored.
62
+ """
63
+ excluded_fields: Set[str] = set([
64
+ ])
65
+
66
+ _dict = self.model_dump(
67
+ by_alias=True,
68
+ exclude=excluded_fields,
69
+ exclude_none=True,
70
+ )
71
+ return _dict
72
+
73
+ @classmethod
74
+ def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]:
75
+ """Create an instance of V1ExtranetB2bMonitoringPeeringServiceServiceCustomerListPost200Response from a dict"""
76
+ if obj is None:
77
+ return None
78
+
79
+ if not isinstance(obj, dict):
80
+ return cls.model_validate(obj)
81
+
82
+ _obj = cls.model_validate({
83
+ "customerName": obj.get("customerName")
84
+ })
85
+ return _obj
86
+
87
+
@@ -0,0 +1,95 @@
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
+ from __future__ import annotations
16
+ import pprint
17
+ import re # noqa: F401
18
+ import json
19
+
20
+ from pydantic import BaseModel, ConfigDict, Field, StrictBool, StrictInt
21
+ from typing import Any, ClassVar, Dict, List, Optional
22
+ from graphiant_sdk.models.v2_notificationlist_post_request_time_window import V2NotificationlistPostRequestTimeWindow
23
+ from typing import Optional, Set
24
+ from typing_extensions import Self
25
+
26
+ class V1ExtranetB2bMonitoringPeeringServiceServiceCustomerListPostRequest(BaseModel):
27
+ """
28
+ V1ExtranetB2bMonitoringPeeringServiceServiceCustomerListPostRequest
29
+ """ # noqa: E501
30
+ id: Optional[StrictInt] = None
31
+ is_provider: Optional[StrictBool] = Field(default=None, alias="isProvider")
32
+ time_window: Optional[V2NotificationlistPostRequestTimeWindow] = Field(default=None, alias="timeWindow")
33
+ __properties: ClassVar[List[str]] = ["id", "isProvider", "timeWindow"]
34
+
35
+ model_config = ConfigDict(
36
+ populate_by_name=True,
37
+ validate_assignment=True,
38
+ protected_namespaces=(),
39
+ )
40
+
41
+
42
+ def to_str(self) -> str:
43
+ """Returns the string representation of the model using alias"""
44
+ return pprint.pformat(self.model_dump(by_alias=True))
45
+
46
+ def to_json(self) -> str:
47
+ """Returns the JSON representation of the model using alias"""
48
+ # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead
49
+ return json.dumps(self.to_dict())
50
+
51
+ @classmethod
52
+ def from_json(cls, json_str: str) -> Optional[Self]:
53
+ """Create an instance of V1ExtranetB2bMonitoringPeeringServiceServiceCustomerListPostRequest from a JSON string"""
54
+ return cls.from_dict(json.loads(json_str))
55
+
56
+ def to_dict(self) -> Dict[str, Any]:
57
+ """Return the dictionary representation of the model using alias.
58
+
59
+ This has the following differences from calling pydantic's
60
+ `self.model_dump(by_alias=True)`:
61
+
62
+ * `None` is only added to the output dict for nullable fields that
63
+ were set at model initialization. Other fields with value `None`
64
+ are ignored.
65
+ """
66
+ excluded_fields: Set[str] = set([
67
+ ])
68
+
69
+ _dict = self.model_dump(
70
+ by_alias=True,
71
+ exclude=excluded_fields,
72
+ exclude_none=True,
73
+ )
74
+ # override the default output from pydantic by calling `to_dict()` of time_window
75
+ if self.time_window:
76
+ _dict['timeWindow'] = self.time_window.to_dict()
77
+ return _dict
78
+
79
+ @classmethod
80
+ def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]:
81
+ """Create an instance of V1ExtranetB2bMonitoringPeeringServiceServiceCustomerListPostRequest from a dict"""
82
+ if obj is None:
83
+ return None
84
+
85
+ if not isinstance(obj, dict):
86
+ return cls.model_validate(obj)
87
+
88
+ _obj = cls.model_validate({
89
+ "id": obj.get("id"),
90
+ "isProvider": obj.get("isProvider"),
91
+ "timeWindow": V2NotificationlistPostRequestTimeWindow.from_dict(obj["timeWindow"]) if obj.get("timeWindow") is not None else None
92
+ })
93
+ return _obj
94
+
95
+
@@ -0,0 +1,95 @@
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
+ from __future__ import annotations
16
+ import pprint
17
+ import re # noqa: F401
18
+ import json
19
+
20
+ from pydantic import BaseModel, ConfigDict
21
+ from typing import Any, ClassVar, Dict, List, Optional
22
+ from graphiant_sdk.models.v1_extranets_b2b_general_customers_summary_get200_response_customers_inner import V1ExtranetsB2bGeneralCustomersSummaryGet200ResponseCustomersInner
23
+ from typing import Optional, Set
24
+ from typing_extensions import Self
25
+
26
+ class V1ExtranetsB2bGeneralCustomersSummaryGet200Response(BaseModel):
27
+ """
28
+ V1ExtranetsB2bGeneralCustomersSummaryGet200Response
29
+ """ # noqa: E501
30
+ customers: Optional[List[V1ExtranetsB2bGeneralCustomersSummaryGet200ResponseCustomersInner]] = None
31
+ __properties: ClassVar[List[str]] = ["customers"]
32
+
33
+ model_config = ConfigDict(
34
+ populate_by_name=True,
35
+ validate_assignment=True,
36
+ protected_namespaces=(),
37
+ )
38
+
39
+
40
+ def to_str(self) -> str:
41
+ """Returns the string representation of the model using alias"""
42
+ return pprint.pformat(self.model_dump(by_alias=True))
43
+
44
+ def to_json(self) -> str:
45
+ """Returns the JSON representation of the model using alias"""
46
+ # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead
47
+ return json.dumps(self.to_dict())
48
+
49
+ @classmethod
50
+ def from_json(cls, json_str: str) -> Optional[Self]:
51
+ """Create an instance of V1ExtranetsB2bGeneralCustomersSummaryGet200Response from a JSON string"""
52
+ return cls.from_dict(json.loads(json_str))
53
+
54
+ def to_dict(self) -> Dict[str, Any]:
55
+ """Return the dictionary representation of the model using alias.
56
+
57
+ This has the following differences from calling pydantic's
58
+ `self.model_dump(by_alias=True)`:
59
+
60
+ * `None` is only added to the output dict for nullable fields that
61
+ were set at model initialization. Other fields with value `None`
62
+ are ignored.
63
+ """
64
+ excluded_fields: Set[str] = set([
65
+ ])
66
+
67
+ _dict = self.model_dump(
68
+ by_alias=True,
69
+ exclude=excluded_fields,
70
+ exclude_none=True,
71
+ )
72
+ # override the default output from pydantic by calling `to_dict()` of each item in customers (list)
73
+ _items = []
74
+ if self.customers:
75
+ for _item_customers in self.customers:
76
+ if _item_customers:
77
+ _items.append(_item_customers.to_dict())
78
+ _dict['customers'] = _items
79
+ return _dict
80
+
81
+ @classmethod
82
+ def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]:
83
+ """Create an instance of V1ExtranetsB2bGeneralCustomersSummaryGet200Response from a dict"""
84
+ if obj is None:
85
+ return None
86
+
87
+ if not isinstance(obj, dict):
88
+ return cls.model_validate(obj)
89
+
90
+ _obj = cls.model_validate({
91
+ "customers": [V1ExtranetsB2bGeneralCustomersSummaryGet200ResponseCustomersInner.from_dict(_item) for _item in obj["customers"]] if obj.get("customers") is not None else None
92
+ })
93
+ return _obj
94
+
95
+
@@ -0,0 +1,104 @@
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
+ from __future__ import annotations
16
+ import pprint
17
+ import re # noqa: F401
18
+ import json
19
+
20
+ from pydantic import BaseModel, ConfigDict, Field, StrictInt, StrictStr
21
+ from typing import Any, ClassVar, Dict, List, Optional
22
+ from typing_extensions import Annotated
23
+ from graphiant_sdk.models.v1_alarm_history_get200_response_history_inner_time import V1AlarmHistoryGet200ResponseHistoryInnerTime
24
+ from typing import Optional, Set
25
+ from typing_extensions import Self
26
+
27
+ class V1ExtranetsB2bGeneralCustomersSummaryGet200ResponseCustomersInner(BaseModel):
28
+ """
29
+ V1ExtranetsB2bGeneralCustomersSummaryGet200ResponseCustomersInner
30
+ """ # noqa: E501
31
+ admin_emails: Optional[List[StrictStr]] = Field(default=None, alias="adminEmails")
32
+ id: Optional[StrictInt] = None
33
+ matched_services: Optional[Annotated[int, Field(strict=True, ge=0)]] = Field(default=None, alias="matchedServices")
34
+ name: Optional[StrictStr] = None
35
+ status: Optional[StrictStr] = None
36
+ type: Optional[StrictStr] = None
37
+ updated_at: Optional[V1AlarmHistoryGet200ResponseHistoryInnerTime] = Field(default=None, alias="updatedAt")
38
+ __properties: ClassVar[List[str]] = ["adminEmails", "id", "matchedServices", "name", "status", "type", "updatedAt"]
39
+
40
+ model_config = ConfigDict(
41
+ populate_by_name=True,
42
+ validate_assignment=True,
43
+ protected_namespaces=(),
44
+ )
45
+
46
+
47
+ def to_str(self) -> str:
48
+ """Returns the string representation of the model using alias"""
49
+ return pprint.pformat(self.model_dump(by_alias=True))
50
+
51
+ def to_json(self) -> str:
52
+ """Returns the JSON representation of the model using alias"""
53
+ # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead
54
+ return json.dumps(self.to_dict())
55
+
56
+ @classmethod
57
+ def from_json(cls, json_str: str) -> Optional[Self]:
58
+ """Create an instance of V1ExtranetsB2bGeneralCustomersSummaryGet200ResponseCustomersInner from a JSON string"""
59
+ return cls.from_dict(json.loads(json_str))
60
+
61
+ def to_dict(self) -> Dict[str, Any]:
62
+ """Return the dictionary representation of the model using alias.
63
+
64
+ This has the following differences from calling pydantic's
65
+ `self.model_dump(by_alias=True)`:
66
+
67
+ * `None` is only added to the output dict for nullable fields that
68
+ were set at model initialization. Other fields with value `None`
69
+ are ignored.
70
+ """
71
+ excluded_fields: Set[str] = set([
72
+ ])
73
+
74
+ _dict = self.model_dump(
75
+ by_alias=True,
76
+ exclude=excluded_fields,
77
+ exclude_none=True,
78
+ )
79
+ # override the default output from pydantic by calling `to_dict()` of updated_at
80
+ if self.updated_at:
81
+ _dict['updatedAt'] = self.updated_at.to_dict()
82
+ return _dict
83
+
84
+ @classmethod
85
+ def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]:
86
+ """Create an instance of V1ExtranetsB2bGeneralCustomersSummaryGet200ResponseCustomersInner from a dict"""
87
+ if obj is None:
88
+ return None
89
+
90
+ if not isinstance(obj, dict):
91
+ return cls.model_validate(obj)
92
+
93
+ _obj = cls.model_validate({
94
+ "adminEmails": obj.get("adminEmails"),
95
+ "id": obj.get("id"),
96
+ "matchedServices": obj.get("matchedServices"),
97
+ "name": obj.get("name"),
98
+ "status": obj.get("status"),
99
+ "type": obj.get("type"),
100
+ "updatedAt": V1AlarmHistoryGet200ResponseHistoryInnerTime.from_dict(obj["updatedAt"]) if obj.get("updatedAt") is not None else None
101
+ })
102
+ return _obj
103
+
104
+
@@ -0,0 +1,166 @@
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
+ from __future__ import annotations
16
+ import pprint
17
+ import re # noqa: F401
18
+ import json
19
+
20
+ from pydantic import BaseModel, ConfigDict, Field, StrictInt, StrictStr
21
+ from typing import Any, ClassVar, Dict, List, Optional
22
+ from graphiant_sdk.models.v1_extranets_b2b_consumer_post_request_site_information_inner import V1ExtranetsB2bConsumerPostRequestSiteInformationInner
23
+ from graphiant_sdk.models.v1_extranets_b2b_peering_consumer_customer_id_consumer_details_get200_response_ipsec_tunnel_config_inner import V1ExtranetsB2bPeeringConsumerCustomerIdConsumerDetailsGet200ResponseIpsecTunnelConfigInner
24
+ from graphiant_sdk.models.v1_extranets_b2b_peering_consumer_customer_id_consumer_details_get200_response_match_details import V1ExtranetsB2bPeeringConsumerCustomerIdConsumerDetailsGet200ResponseMatchDetails
25
+ from graphiant_sdk.models.v1_extranets_b2b_peering_consumer_match_id_post_request_policy_inner import V1ExtranetsB2bPeeringConsumerMatchIdPostRequestPolicyInner
26
+ from graphiant_sdk.models.v1_extranets_b2b_peering_consumer_match_id_post_request_site_to_site_vpn import V1ExtranetsB2bPeeringConsumerMatchIdPostRequestSiteToSiteVpn
27
+ from graphiant_sdk.models.v1_extranets_b2b_post_request_policy_global_object_device_summaries_value import V1ExtranetsB2bPostRequestPolicyGlobalObjectDeviceSummariesValue
28
+ from typing import Optional, Set
29
+ from typing_extensions import Self
30
+
31
+ class V1ExtranetsB2bPeeringConsumerCustomerIdConsumerDetailsGet200Response(BaseModel):
32
+ """
33
+ V1ExtranetsB2bPeeringConsumerCustomerIdConsumerDetailsGet200Response
34
+ """ # noqa: E501
35
+ consumer_id: Optional[StrictInt] = Field(default=None, alias="consumerId")
36
+ consumer_name: Optional[StrictStr] = Field(default=None, alias="consumerName")
37
+ emails: Optional[List[StrictStr]] = None
38
+ global_object_device_summaries: Optional[Dict[str, V1ExtranetsB2bPostRequestPolicyGlobalObjectDeviceSummariesValue]] = Field(default=None, alias="globalObjectDeviceSummaries")
39
+ global_object_summaries: Optional[Dict[str, V1ExtranetsB2bPostRequestPolicyGlobalObjectDeviceSummariesValue]] = Field(default=None, alias="globalObjectSummaries")
40
+ ipsec_tunnel_config: Optional[List[V1ExtranetsB2bPeeringConsumerCustomerIdConsumerDetailsGet200ResponseIpsecTunnelConfigInner]] = Field(default=None, alias="ipsecTunnelConfig")
41
+ match_details: Optional[V1ExtranetsB2bPeeringConsumerCustomerIdConsumerDetailsGet200ResponseMatchDetails] = Field(default=None, alias="matchDetails")
42
+ peer_type: Optional[StrictStr] = Field(default=None, alias="peerType")
43
+ policy: Optional[List[V1ExtranetsB2bPeeringConsumerMatchIdPostRequestPolicyInner]] = None
44
+ site_information: Optional[List[V1ExtranetsB2bConsumerPostRequestSiteInformationInner]] = Field(default=None, alias="siteInformation")
45
+ site_to_site_vpn: Optional[V1ExtranetsB2bPeeringConsumerMatchIdPostRequestSiteToSiteVpn] = Field(default=None, alias="siteToSiteVpn")
46
+ status: Optional[StrictStr] = None
47
+ __properties: ClassVar[List[str]] = ["consumerId", "consumerName", "emails", "globalObjectDeviceSummaries", "globalObjectSummaries", "ipsecTunnelConfig", "matchDetails", "peerType", "policy", "siteInformation", "siteToSiteVpn", "status"]
48
+
49
+ model_config = ConfigDict(
50
+ populate_by_name=True,
51
+ validate_assignment=True,
52
+ protected_namespaces=(),
53
+ )
54
+
55
+
56
+ def to_str(self) -> str:
57
+ """Returns the string representation of the model using alias"""
58
+ return pprint.pformat(self.model_dump(by_alias=True))
59
+
60
+ def to_json(self) -> str:
61
+ """Returns the JSON representation of the model using alias"""
62
+ # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead
63
+ return json.dumps(self.to_dict())
64
+
65
+ @classmethod
66
+ def from_json(cls, json_str: str) -> Optional[Self]:
67
+ """Create an instance of V1ExtranetsB2bPeeringConsumerCustomerIdConsumerDetailsGet200Response from a JSON string"""
68
+ return cls.from_dict(json.loads(json_str))
69
+
70
+ def to_dict(self) -> Dict[str, Any]:
71
+ """Return the dictionary representation of the model using alias.
72
+
73
+ This has the following differences from calling pydantic's
74
+ `self.model_dump(by_alias=True)`:
75
+
76
+ * `None` is only added to the output dict for nullable fields that
77
+ were set at model initialization. Other fields with value `None`
78
+ are ignored.
79
+ """
80
+ excluded_fields: Set[str] = set([
81
+ ])
82
+
83
+ _dict = self.model_dump(
84
+ by_alias=True,
85
+ exclude=excluded_fields,
86
+ exclude_none=True,
87
+ )
88
+ # override the default output from pydantic by calling `to_dict()` of each value in global_object_device_summaries (dict)
89
+ _field_dict = {}
90
+ if self.global_object_device_summaries:
91
+ for _key_global_object_device_summaries in self.global_object_device_summaries:
92
+ if self.global_object_device_summaries[_key_global_object_device_summaries]:
93
+ _field_dict[_key_global_object_device_summaries] = self.global_object_device_summaries[_key_global_object_device_summaries].to_dict()
94
+ _dict['globalObjectDeviceSummaries'] = _field_dict
95
+ # override the default output from pydantic by calling `to_dict()` of each value in global_object_summaries (dict)
96
+ _field_dict = {}
97
+ if self.global_object_summaries:
98
+ for _key_global_object_summaries in self.global_object_summaries:
99
+ if self.global_object_summaries[_key_global_object_summaries]:
100
+ _field_dict[_key_global_object_summaries] = self.global_object_summaries[_key_global_object_summaries].to_dict()
101
+ _dict['globalObjectSummaries'] = _field_dict
102
+ # override the default output from pydantic by calling `to_dict()` of each item in ipsec_tunnel_config (list)
103
+ _items = []
104
+ if self.ipsec_tunnel_config:
105
+ for _item_ipsec_tunnel_config in self.ipsec_tunnel_config:
106
+ if _item_ipsec_tunnel_config:
107
+ _items.append(_item_ipsec_tunnel_config.to_dict())
108
+ _dict['ipsecTunnelConfig'] = _items
109
+ # override the default output from pydantic by calling `to_dict()` of match_details
110
+ if self.match_details:
111
+ _dict['matchDetails'] = self.match_details.to_dict()
112
+ # override the default output from pydantic by calling `to_dict()` of each item in policy (list)
113
+ _items = []
114
+ if self.policy:
115
+ for _item_policy in self.policy:
116
+ if _item_policy:
117
+ _items.append(_item_policy.to_dict())
118
+ _dict['policy'] = _items
119
+ # override the default output from pydantic by calling `to_dict()` of each item in site_information (list)
120
+ _items = []
121
+ if self.site_information:
122
+ for _item_site_information in self.site_information:
123
+ if _item_site_information:
124
+ _items.append(_item_site_information.to_dict())
125
+ _dict['siteInformation'] = _items
126
+ # override the default output from pydantic by calling `to_dict()` of site_to_site_vpn
127
+ if self.site_to_site_vpn:
128
+ _dict['siteToSiteVpn'] = self.site_to_site_vpn.to_dict()
129
+ return _dict
130
+
131
+ @classmethod
132
+ def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]:
133
+ """Create an instance of V1ExtranetsB2bPeeringConsumerCustomerIdConsumerDetailsGet200Response from a dict"""
134
+ if obj is None:
135
+ return None
136
+
137
+ if not isinstance(obj, dict):
138
+ return cls.model_validate(obj)
139
+
140
+ _obj = cls.model_validate({
141
+ "consumerId": obj.get("consumerId"),
142
+ "consumerName": obj.get("consumerName"),
143
+ "emails": obj.get("emails"),
144
+ "globalObjectDeviceSummaries": dict(
145
+ (_k, V1ExtranetsB2bPostRequestPolicyGlobalObjectDeviceSummariesValue.from_dict(_v))
146
+ for _k, _v in obj["globalObjectDeviceSummaries"].items()
147
+ )
148
+ if obj.get("globalObjectDeviceSummaries") is not None
149
+ else None,
150
+ "globalObjectSummaries": dict(
151
+ (_k, V1ExtranetsB2bPostRequestPolicyGlobalObjectDeviceSummariesValue.from_dict(_v))
152
+ for _k, _v in obj["globalObjectSummaries"].items()
153
+ )
154
+ if obj.get("globalObjectSummaries") is not None
155
+ else None,
156
+ "ipsecTunnelConfig": [V1ExtranetsB2bPeeringConsumerCustomerIdConsumerDetailsGet200ResponseIpsecTunnelConfigInner.from_dict(_item) for _item in obj["ipsecTunnelConfig"]] if obj.get("ipsecTunnelConfig") is not None else None,
157
+ "matchDetails": V1ExtranetsB2bPeeringConsumerCustomerIdConsumerDetailsGet200ResponseMatchDetails.from_dict(obj["matchDetails"]) if obj.get("matchDetails") is not None else None,
158
+ "peerType": obj.get("peerType"),
159
+ "policy": [V1ExtranetsB2bPeeringConsumerMatchIdPostRequestPolicyInner.from_dict(_item) for _item in obj["policy"]] if obj.get("policy") is not None else None,
160
+ "siteInformation": [V1ExtranetsB2bConsumerPostRequestSiteInformationInner.from_dict(_item) for _item in obj["siteInformation"]] if obj.get("siteInformation") is not None else None,
161
+ "siteToSiteVpn": V1ExtranetsB2bPeeringConsumerMatchIdPostRequestSiteToSiteVpn.from_dict(obj["siteToSiteVpn"]) if obj.get("siteToSiteVpn") is not None else None,
162
+ "status": obj.get("status")
163
+ })
164
+ return _obj
165
+
166
+