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
@@ -0,0 +1,130 @@
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.v1_extranets_b2b_peering_consumer_match_id_post_request import V1ExtranetsB2bPeeringConsumerMatchIdPostRequest
18
+
19
+ class TestV1ExtranetsB2bPeeringConsumerMatchIdPostRequest(unittest.TestCase):
20
+ """V1ExtranetsB2bPeeringConsumerMatchIdPostRequest 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) -> V1ExtranetsB2bPeeringConsumerMatchIdPostRequest:
29
+ """Test V1ExtranetsB2bPeeringConsumerMatchIdPostRequest
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 `V1ExtranetsB2bPeeringConsumerMatchIdPostRequest`
34
+ """
35
+ model = V1ExtranetsB2bPeeringConsumerMatchIdPostRequest()
36
+ if include_optional:
37
+ return V1ExtranetsB2bPeeringConsumerMatchIdPostRequest(
38
+ customer_id = 1234567891011,
39
+ global_object_ops = {
40
+ 'key' : graphiant_sdk.models._v1_extranets_b2b_peering_consumer__match_id__post_request_global_object_ops_value._v1_extranets_b2b_peering_consumer__matchId__post_request_globalObjectOps_value(
41
+ routing_policy_ops = {
42
+ 'key' : 'ENUM_VALUE'
43
+ }, )
44
+ },
45
+ id = 1234567891011,
46
+ nat = [
47
+ graphiant_sdk.models._v1_extranets_b2b_peering_match_service_to_customer_post_request_service_nat_inner._v1_extranets_b2b_peering_match_service_to_customer_post_request_service_nat_inner(
48
+ outside_nat_prefix = 'example string',
49
+ prefix = 'example string', )
50
+ ],
51
+ policy = [
52
+ graphiant_sdk.models._v1_extranets_b2b_peering_consumer__match_id__post_request_policy_inner._v1_extranets_b2b_peering_consumer__matchId__post_request_policy_inner(
53
+ consumer_prefixes = [
54
+ 'example string'
55
+ ],
56
+ lan_segment = 1234567891011, )
57
+ ],
58
+ site_information = [
59
+ graphiant_sdk.models._v1_extranets_b2b_consumer_post_request_site_information_inner._v1_extranets_b2b_consumer_post_request_siteInformation_inner(
60
+ bw_allocation_site_lists = 123,
61
+ bw_allocation_sites = 123,
62
+ policer_site_lists = graphiant_sdk.models._v1_extranets_b2b_consumer_post_request_site_information_inner_policer_site_lists._v1_extranets_b2b_consumer_post_request_siteInformation_inner_policerSiteLists(
63
+ burst_size = 123,
64
+ bw = 123, ),
65
+ policer_sites = graphiant_sdk.models._v1_extranets_b2b_consumer_post_request_site_information_inner_policer_site_lists._v1_extranets_b2b_consumer_post_request_siteInformation_inner_policerSiteLists(
66
+ burst_size = 123,
67
+ bw = 123, ),
68
+ site_lists = [
69
+ 1234567891011
70
+ ],
71
+ sites = [
72
+ 1234567891011
73
+ ], )
74
+ ],
75
+ site_to_site_vpn = graphiant_sdk.models._v1_extranets_b2b_peering_consumer__match_id__post_request_site_to_site_vpn._v1_extranets_b2b_peering_consumer__matchId__post_request_siteToSiteVpn(
76
+ emails = [
77
+ 'example string'
78
+ ],
79
+ ipsec_gateway_details = graphiant_sdk.models._v1_extranets_b2b_peering_consumer__match_id__post_request_site_to_site_vpn_ipsec_gateway_details._v1_extranets_b2b_peering_consumer__matchId__post_request_siteToSiteVpn_ipsecGatewayDetails(
80
+ destination_address = 'example string',
81
+ ike_initiator = True,
82
+ mtu = 123,
83
+ name = 'example string',
84
+ remote_ike_peer_identity = 'example string',
85
+ routing = graphiant_sdk.models._v1_extranets_b2b_peering_consumer__match_id__post_request_site_to_site_vpn_ipsec_gateway_details_routing._v1_extranets_b2b_peering_consumer__matchId__post_request_siteToSiteVpn_ipsecGatewayDetails_routing(
86
+ bgp = graphiant_sdk.models._v1_extranets_b2b_peering_consumer__match_id__post_request_site_to_site_vpn_ipsec_gateway_details_routing_bgp._v1_extranets_b2b_peering_consumer__matchId__post_request_siteToSiteVpn_ipsecGatewayDetails_routing_bgp(
87
+ address_families = {
88
+ 'key' : graphiant_sdk.models._v1_extranets_b2b_peering_consumer__match_id__post_request_site_to_site_vpn_ipsec_gateway_details_routing_bgp_address_families_value._v1_extranets_b2b_peering_consumer__matchId__post_request_siteToSiteVpn_ipsecGatewayDetails_routing_bgp_addressFamilies_value(
89
+ family = 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._v1_extranets_b2b_peering_consumer__matchId__post_request_siteToSiteVpn_ipsecGatewayDetails_routing_bgp_addressFamilies_value_family(
90
+ address_family = 'ENUM_VALUE',
91
+ inbound_policy = graphiant_sdk.models._v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_actions_value_action_call_policy._v1_global_config_patch_request_routingPolicies_value_policy_statements_value_statement_actions_value_action_callPolicy(
92
+ policy = 'example string', ),
93
+ outbound_policy = graphiant_sdk.models._v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_actions_value_action_call_policy._v1_global_config_patch_request_routingPolicies_value_policy_statements_value_statement_actions_value_action_callPolicy(
94
+ policy = 'example string', ), ), )
95
+ },
96
+ hold_timer = 123,
97
+ keepalive_timer = 123,
98
+ md5_password = graphiant_sdk.models._v1_extranets_b2b_peering_consumer__match_id__post_request_site_to_site_vpn_ipsec_gateway_details_routing_bgp_md5_password._v1_extranets_b2b_peering_consumer__matchId__post_request_siteToSiteVpn_ipsecGatewayDetails_routing_bgp_md5Password(),
99
+ peer_asn = 123,
100
+ send_community = True, ),
101
+ static = graphiant_sdk.models._v1_extranets_b2b_peering_consumer__match_id__post_request_site_to_site_vpn_ipsec_gateway_details_routing_static._v1_extranets_b2b_peering_consumer__matchId__post_request_siteToSiteVpn_ipsecGatewayDetails_routing_static(
102
+ destination_prefix = [
103
+ 'example string'
104
+ ], ), ),
105
+ tcp_mss = 123,
106
+ tunnel1 = graphiant_sdk.models._v1_extranets_b2b_peering_consumer__match_id__post_request_site_to_site_vpn_ipsec_gateway_details_tunnel1._v1_extranets_b2b_peering_consumer__matchId__post_request_siteToSiteVpn_ipsecGatewayDetails_tunnel1(
107
+ inside_ipv4_cidr = 'example string',
108
+ inside_ipv6_cidr = 'example string',
109
+ local_ike_peer_identity = 'example string',
110
+ psk = 'example string', ),
111
+ tunnel2 = graphiant_sdk.models._v1_extranets_b2b_peering_consumer__match_id__post_request_site_to_site_vpn_ipsec_gateway_details_tunnel1._v1_extranets_b2b_peering_consumer__matchId__post_request_siteToSiteVpn_ipsecGatewayDetails_tunnel1(
112
+ inside_ipv4_cidr = 'example string',
113
+ inside_ipv6_cidr = 'example string',
114
+ local_ike_peer_identity = 'example string',
115
+ psk = 'example string', ),
116
+ vpn_profile = 'example string', ),
117
+ region_id = 123, )
118
+ )
119
+ else:
120
+ return V1ExtranetsB2bPeeringConsumerMatchIdPostRequest(
121
+ )
122
+ """
123
+
124
+ def testV1ExtranetsB2bPeeringConsumerMatchIdPostRequest(self):
125
+ """Test V1ExtranetsB2bPeeringConsumerMatchIdPostRequest"""
126
+ # inst_req_only = self.make_instance(include_optional=False)
127
+ # inst_req_and_optional = self.make_instance(include_optional=True)
128
+
129
+ if __name__ == '__main__':
130
+ unittest.main()
@@ -0,0 +1,53 @@
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.v1_extranets_b2b_peering_consumer_match_id_post_request_global_object_ops_value import V1ExtranetsB2bPeeringConsumerMatchIdPostRequestGlobalObjectOpsValue
18
+
19
+ class TestV1ExtranetsB2bPeeringConsumerMatchIdPostRequestGlobalObjectOpsValue(unittest.TestCase):
20
+ """V1ExtranetsB2bPeeringConsumerMatchIdPostRequestGlobalObjectOpsValue 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) -> V1ExtranetsB2bPeeringConsumerMatchIdPostRequestGlobalObjectOpsValue:
29
+ """Test V1ExtranetsB2bPeeringConsumerMatchIdPostRequestGlobalObjectOpsValue
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 `V1ExtranetsB2bPeeringConsumerMatchIdPostRequestGlobalObjectOpsValue`
34
+ """
35
+ model = V1ExtranetsB2bPeeringConsumerMatchIdPostRequestGlobalObjectOpsValue()
36
+ if include_optional:
37
+ return V1ExtranetsB2bPeeringConsumerMatchIdPostRequestGlobalObjectOpsValue(
38
+ routing_policy_ops = {
39
+ 'key' : 'ENUM_VALUE'
40
+ }
41
+ )
42
+ else:
43
+ return V1ExtranetsB2bPeeringConsumerMatchIdPostRequestGlobalObjectOpsValue(
44
+ )
45
+ """
46
+
47
+ def testV1ExtranetsB2bPeeringConsumerMatchIdPostRequestGlobalObjectOpsValue(self):
48
+ """Test V1ExtranetsB2bPeeringConsumerMatchIdPostRequestGlobalObjectOpsValue"""
49
+ # inst_req_only = self.make_instance(include_optional=False)
50
+ # inst_req_and_optional = self.make_instance(include_optional=True)
51
+
52
+ if __name__ == '__main__':
53
+ unittest.main()
@@ -0,0 +1,54 @@
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.v1_extranets_b2b_peering_consumer_match_id_post_request_policy_inner import V1ExtranetsB2bPeeringConsumerMatchIdPostRequestPolicyInner
18
+
19
+ class TestV1ExtranetsB2bPeeringConsumerMatchIdPostRequestPolicyInner(unittest.TestCase):
20
+ """V1ExtranetsB2bPeeringConsumerMatchIdPostRequestPolicyInner 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) -> V1ExtranetsB2bPeeringConsumerMatchIdPostRequestPolicyInner:
29
+ """Test V1ExtranetsB2bPeeringConsumerMatchIdPostRequestPolicyInner
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 `V1ExtranetsB2bPeeringConsumerMatchIdPostRequestPolicyInner`
34
+ """
35
+ model = V1ExtranetsB2bPeeringConsumerMatchIdPostRequestPolicyInner()
36
+ if include_optional:
37
+ return V1ExtranetsB2bPeeringConsumerMatchIdPostRequestPolicyInner(
38
+ consumer_prefixes = [
39
+ 'example string'
40
+ ],
41
+ lan_segment = 1234567891011
42
+ )
43
+ else:
44
+ return V1ExtranetsB2bPeeringConsumerMatchIdPostRequestPolicyInner(
45
+ )
46
+ """
47
+
48
+ def testV1ExtranetsB2bPeeringConsumerMatchIdPostRequestPolicyInner(self):
49
+ """Test V1ExtranetsB2bPeeringConsumerMatchIdPostRequestPolicyInner"""
50
+ # inst_req_only = self.make_instance(include_optional=False)
51
+ # inst_req_and_optional = self.make_instance(include_optional=True)
52
+
53
+ if __name__ == '__main__':
54
+ unittest.main()
@@ -0,0 +1,92 @@
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.v1_extranets_b2b_peering_consumer_match_id_post_request_site_to_site_vpn import V1ExtranetsB2bPeeringConsumerMatchIdPostRequestSiteToSiteVpn
18
+
19
+ class TestV1ExtranetsB2bPeeringConsumerMatchIdPostRequestSiteToSiteVpn(unittest.TestCase):
20
+ """V1ExtranetsB2bPeeringConsumerMatchIdPostRequestSiteToSiteVpn 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) -> V1ExtranetsB2bPeeringConsumerMatchIdPostRequestSiteToSiteVpn:
29
+ """Test V1ExtranetsB2bPeeringConsumerMatchIdPostRequestSiteToSiteVpn
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 `V1ExtranetsB2bPeeringConsumerMatchIdPostRequestSiteToSiteVpn`
34
+ """
35
+ model = V1ExtranetsB2bPeeringConsumerMatchIdPostRequestSiteToSiteVpn()
36
+ if include_optional:
37
+ return V1ExtranetsB2bPeeringConsumerMatchIdPostRequestSiteToSiteVpn(
38
+ emails = [
39
+ 'example string'
40
+ ],
41
+ ipsec_gateway_details = graphiant_sdk.models._v1_extranets_b2b_peering_consumer__match_id__post_request_site_to_site_vpn_ipsec_gateway_details._v1_extranets_b2b_peering_consumer__matchId__post_request_siteToSiteVpn_ipsecGatewayDetails(
42
+ destination_address = 'example string',
43
+ ike_initiator = True,
44
+ mtu = 123,
45
+ name = 'example string',
46
+ remote_ike_peer_identity = 'example string',
47
+ routing = graphiant_sdk.models._v1_extranets_b2b_peering_consumer__match_id__post_request_site_to_site_vpn_ipsec_gateway_details_routing._v1_extranets_b2b_peering_consumer__matchId__post_request_siteToSiteVpn_ipsecGatewayDetails_routing(
48
+ bgp = graphiant_sdk.models._v1_extranets_b2b_peering_consumer__match_id__post_request_site_to_site_vpn_ipsec_gateway_details_routing_bgp._v1_extranets_b2b_peering_consumer__matchId__post_request_siteToSiteVpn_ipsecGatewayDetails_routing_bgp(
49
+ address_families = {
50
+ 'key' : graphiant_sdk.models._v1_extranets_b2b_peering_consumer__match_id__post_request_site_to_site_vpn_ipsec_gateway_details_routing_bgp_address_families_value._v1_extranets_b2b_peering_consumer__matchId__post_request_siteToSiteVpn_ipsecGatewayDetails_routing_bgp_addressFamilies_value(
51
+ family = 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._v1_extranets_b2b_peering_consumer__matchId__post_request_siteToSiteVpn_ipsecGatewayDetails_routing_bgp_addressFamilies_value_family(
52
+ address_family = 'ENUM_VALUE',
53
+ inbound_policy = graphiant_sdk.models._v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_actions_value_action_call_policy._v1_global_config_patch_request_routingPolicies_value_policy_statements_value_statement_actions_value_action_callPolicy(
54
+ policy = 'example string', ),
55
+ outbound_policy = graphiant_sdk.models._v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_actions_value_action_call_policy._v1_global_config_patch_request_routingPolicies_value_policy_statements_value_statement_actions_value_action_callPolicy(
56
+ policy = 'example string', ), ), )
57
+ },
58
+ hold_timer = 123,
59
+ keepalive_timer = 123,
60
+ md5_password = graphiant_sdk.models._v1_extranets_b2b_peering_consumer__match_id__post_request_site_to_site_vpn_ipsec_gateway_details_routing_bgp_md5_password._v1_extranets_b2b_peering_consumer__matchId__post_request_siteToSiteVpn_ipsecGatewayDetails_routing_bgp_md5Password(),
61
+ peer_asn = 123,
62
+ send_community = True, ),
63
+ static = graphiant_sdk.models._v1_extranets_b2b_peering_consumer__match_id__post_request_site_to_site_vpn_ipsec_gateway_details_routing_static._v1_extranets_b2b_peering_consumer__matchId__post_request_siteToSiteVpn_ipsecGatewayDetails_routing_static(
64
+ destination_prefix = [
65
+ 'example string'
66
+ ], ), ),
67
+ tcp_mss = 123,
68
+ tunnel1 = graphiant_sdk.models._v1_extranets_b2b_peering_consumer__match_id__post_request_site_to_site_vpn_ipsec_gateway_details_tunnel1._v1_extranets_b2b_peering_consumer__matchId__post_request_siteToSiteVpn_ipsecGatewayDetails_tunnel1(
69
+ inside_ipv4_cidr = 'example string',
70
+ inside_ipv6_cidr = 'example string',
71
+ local_ike_peer_identity = 'example string',
72
+ psk = 'example string', ),
73
+ tunnel2 = graphiant_sdk.models._v1_extranets_b2b_peering_consumer__match_id__post_request_site_to_site_vpn_ipsec_gateway_details_tunnel1._v1_extranets_b2b_peering_consumer__matchId__post_request_siteToSiteVpn_ipsecGatewayDetails_tunnel1(
74
+ inside_ipv4_cidr = 'example string',
75
+ inside_ipv6_cidr = 'example string',
76
+ local_ike_peer_identity = 'example string',
77
+ psk = 'example string', ),
78
+ vpn_profile = 'example string', ),
79
+ region_id = 123
80
+ )
81
+ else:
82
+ return V1ExtranetsB2bPeeringConsumerMatchIdPostRequestSiteToSiteVpn(
83
+ )
84
+ """
85
+
86
+ def testV1ExtranetsB2bPeeringConsumerMatchIdPostRequestSiteToSiteVpn(self):
87
+ """Test V1ExtranetsB2bPeeringConsumerMatchIdPostRequestSiteToSiteVpn"""
88
+ # inst_req_only = self.make_instance(include_optional=False)
89
+ # inst_req_and_optional = self.make_instance(include_optional=True)
90
+
91
+ if __name__ == '__main__':
92
+ unittest.main()
@@ -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
+ import unittest
16
+
17
+ from graphiant_sdk.models.v1_extranets_b2b_peering_consumer_match_id_post_request_site_to_site_vpn_ipsec_gateway_details import V1ExtranetsB2bPeeringConsumerMatchIdPostRequestSiteToSiteVpnIpsecGatewayDetails
18
+
19
+ class TestV1ExtranetsB2bPeeringConsumerMatchIdPostRequestSiteToSiteVpnIpsecGatewayDetails(unittest.TestCase):
20
+ """V1ExtranetsB2bPeeringConsumerMatchIdPostRequestSiteToSiteVpnIpsecGatewayDetails 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) -> V1ExtranetsB2bPeeringConsumerMatchIdPostRequestSiteToSiteVpnIpsecGatewayDetails:
29
+ """Test V1ExtranetsB2bPeeringConsumerMatchIdPostRequestSiteToSiteVpnIpsecGatewayDetails
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 `V1ExtranetsB2bPeeringConsumerMatchIdPostRequestSiteToSiteVpnIpsecGatewayDetails`
34
+ """
35
+ model = V1ExtranetsB2bPeeringConsumerMatchIdPostRequestSiteToSiteVpnIpsecGatewayDetails()
36
+ if include_optional:
37
+ return V1ExtranetsB2bPeeringConsumerMatchIdPostRequestSiteToSiteVpnIpsecGatewayDetails(
38
+ destination_address = 'example string',
39
+ ike_initiator = True,
40
+ mtu = 123,
41
+ name = 'example string',
42
+ remote_ike_peer_identity = 'example string',
43
+ routing = graphiant_sdk.models._v1_extranets_b2b_peering_consumer__match_id__post_request_site_to_site_vpn_ipsec_gateway_details_routing._v1_extranets_b2b_peering_consumer__matchId__post_request_siteToSiteVpn_ipsecGatewayDetails_routing(
44
+ bgp = graphiant_sdk.models._v1_extranets_b2b_peering_consumer__match_id__post_request_site_to_site_vpn_ipsec_gateway_details_routing_bgp._v1_extranets_b2b_peering_consumer__matchId__post_request_siteToSiteVpn_ipsecGatewayDetails_routing_bgp(
45
+ address_families = {
46
+ 'key' : graphiant_sdk.models._v1_extranets_b2b_peering_consumer__match_id__post_request_site_to_site_vpn_ipsec_gateway_details_routing_bgp_address_families_value._v1_extranets_b2b_peering_consumer__matchId__post_request_siteToSiteVpn_ipsecGatewayDetails_routing_bgp_addressFamilies_value(
47
+ family = 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._v1_extranets_b2b_peering_consumer__matchId__post_request_siteToSiteVpn_ipsecGatewayDetails_routing_bgp_addressFamilies_value_family(
48
+ address_family = 'ENUM_VALUE',
49
+ inbound_policy = graphiant_sdk.models._v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_actions_value_action_call_policy._v1_global_config_patch_request_routingPolicies_value_policy_statements_value_statement_actions_value_action_callPolicy(
50
+ policy = 'example string', ),
51
+ outbound_policy = graphiant_sdk.models._v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_actions_value_action_call_policy._v1_global_config_patch_request_routingPolicies_value_policy_statements_value_statement_actions_value_action_callPolicy(
52
+ policy = 'example string', ), ), )
53
+ },
54
+ hold_timer = 123,
55
+ keepalive_timer = 123,
56
+ md5_password = graphiant_sdk.models._v1_extranets_b2b_peering_consumer__match_id__post_request_site_to_site_vpn_ipsec_gateway_details_routing_bgp_md5_password._v1_extranets_b2b_peering_consumer__matchId__post_request_siteToSiteVpn_ipsecGatewayDetails_routing_bgp_md5Password(),
57
+ peer_asn = 123,
58
+ send_community = True, ),
59
+ static = graphiant_sdk.models._v1_extranets_b2b_peering_consumer__match_id__post_request_site_to_site_vpn_ipsec_gateway_details_routing_static._v1_extranets_b2b_peering_consumer__matchId__post_request_siteToSiteVpn_ipsecGatewayDetails_routing_static(
60
+ destination_prefix = [
61
+ 'example string'
62
+ ], ), ),
63
+ tcp_mss = 123,
64
+ tunnel1 = graphiant_sdk.models._v1_extranets_b2b_peering_consumer__match_id__post_request_site_to_site_vpn_ipsec_gateway_details_tunnel1._v1_extranets_b2b_peering_consumer__matchId__post_request_siteToSiteVpn_ipsecGatewayDetails_tunnel1(
65
+ inside_ipv4_cidr = 'example string',
66
+ inside_ipv6_cidr = 'example string',
67
+ local_ike_peer_identity = 'example string',
68
+ psk = 'example string', ),
69
+ tunnel2 = graphiant_sdk.models._v1_extranets_b2b_peering_consumer__match_id__post_request_site_to_site_vpn_ipsec_gateway_details_tunnel1._v1_extranets_b2b_peering_consumer__matchId__post_request_siteToSiteVpn_ipsecGatewayDetails_tunnel1(
70
+ inside_ipv4_cidr = 'example string',
71
+ inside_ipv6_cidr = 'example string',
72
+ local_ike_peer_identity = 'example string',
73
+ psk = 'example string', ),
74
+ vpn_profile = 'example string'
75
+ )
76
+ else:
77
+ return V1ExtranetsB2bPeeringConsumerMatchIdPostRequestSiteToSiteVpnIpsecGatewayDetails(
78
+ )
79
+ """
80
+
81
+ def testV1ExtranetsB2bPeeringConsumerMatchIdPostRequestSiteToSiteVpnIpsecGatewayDetails(self):
82
+ """Test V1ExtranetsB2bPeeringConsumerMatchIdPostRequestSiteToSiteVpnIpsecGatewayDetails"""
83
+ # inst_req_only = self.make_instance(include_optional=False)
84
+ # inst_req_and_optional = self.make_instance(include_optional=True)
85
+
86
+ if __name__ == '__main__':
87
+ unittest.main()
@@ -0,0 +1,69 @@
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.v1_extranets_b2b_peering_consumer_match_id_post_request_site_to_site_vpn_ipsec_gateway_details_routing import V1ExtranetsB2bPeeringConsumerMatchIdPostRequestSiteToSiteVpnIpsecGatewayDetailsRouting
18
+
19
+ class TestV1ExtranetsB2bPeeringConsumerMatchIdPostRequestSiteToSiteVpnIpsecGatewayDetailsRouting(unittest.TestCase):
20
+ """V1ExtranetsB2bPeeringConsumerMatchIdPostRequestSiteToSiteVpnIpsecGatewayDetailsRouting 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) -> V1ExtranetsB2bPeeringConsumerMatchIdPostRequestSiteToSiteVpnIpsecGatewayDetailsRouting:
29
+ """Test V1ExtranetsB2bPeeringConsumerMatchIdPostRequestSiteToSiteVpnIpsecGatewayDetailsRouting
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 `V1ExtranetsB2bPeeringConsumerMatchIdPostRequestSiteToSiteVpnIpsecGatewayDetailsRouting`
34
+ """
35
+ model = V1ExtranetsB2bPeeringConsumerMatchIdPostRequestSiteToSiteVpnIpsecGatewayDetailsRouting()
36
+ if include_optional:
37
+ return V1ExtranetsB2bPeeringConsumerMatchIdPostRequestSiteToSiteVpnIpsecGatewayDetailsRouting(
38
+ bgp = graphiant_sdk.models._v1_extranets_b2b_peering_consumer__match_id__post_request_site_to_site_vpn_ipsec_gateway_details_routing_bgp._v1_extranets_b2b_peering_consumer__matchId__post_request_siteToSiteVpn_ipsecGatewayDetails_routing_bgp(
39
+ address_families = {
40
+ 'key' : graphiant_sdk.models._v1_extranets_b2b_peering_consumer__match_id__post_request_site_to_site_vpn_ipsec_gateway_details_routing_bgp_address_families_value._v1_extranets_b2b_peering_consumer__matchId__post_request_siteToSiteVpn_ipsecGatewayDetails_routing_bgp_addressFamilies_value(
41
+ family = 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._v1_extranets_b2b_peering_consumer__matchId__post_request_siteToSiteVpn_ipsecGatewayDetails_routing_bgp_addressFamilies_value_family(
42
+ address_family = 'ENUM_VALUE',
43
+ inbound_policy = graphiant_sdk.models._v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_actions_value_action_call_policy._v1_global_config_patch_request_routingPolicies_value_policy_statements_value_statement_actions_value_action_callPolicy(
44
+ policy = 'example string', ),
45
+ outbound_policy = graphiant_sdk.models._v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_actions_value_action_call_policy._v1_global_config_patch_request_routingPolicies_value_policy_statements_value_statement_actions_value_action_callPolicy(
46
+ policy = 'example string', ), ), )
47
+ },
48
+ hold_timer = 123,
49
+ keepalive_timer = 123,
50
+ md5_password = graphiant_sdk.models._v1_extranets_b2b_peering_consumer__match_id__post_request_site_to_site_vpn_ipsec_gateway_details_routing_bgp_md5_password._v1_extranets_b2b_peering_consumer__matchId__post_request_siteToSiteVpn_ipsecGatewayDetails_routing_bgp_md5Password(),
51
+ peer_asn = 123,
52
+ send_community = True, ),
53
+ static = graphiant_sdk.models._v1_extranets_b2b_peering_consumer__match_id__post_request_site_to_site_vpn_ipsec_gateway_details_routing_static._v1_extranets_b2b_peering_consumer__matchId__post_request_siteToSiteVpn_ipsecGatewayDetails_routing_static(
54
+ destination_prefix = [
55
+ 'example string'
56
+ ], )
57
+ )
58
+ else:
59
+ return V1ExtranetsB2bPeeringConsumerMatchIdPostRequestSiteToSiteVpnIpsecGatewayDetailsRouting(
60
+ )
61
+ """
62
+
63
+ def testV1ExtranetsB2bPeeringConsumerMatchIdPostRequestSiteToSiteVpnIpsecGatewayDetailsRouting(self):
64
+ """Test V1ExtranetsB2bPeeringConsumerMatchIdPostRequestSiteToSiteVpnIpsecGatewayDetailsRouting"""
65
+ # inst_req_only = self.make_instance(include_optional=False)
66
+ # inst_req_and_optional = self.make_instance(include_optional=True)
67
+
68
+ if __name__ == '__main__':
69
+ unittest.main()
@@ -0,0 +1,64 @@
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.v1_extranets_b2b_peering_consumer_match_id_post_request_site_to_site_vpn_ipsec_gateway_details_routing_bgp import V1ExtranetsB2bPeeringConsumerMatchIdPostRequestSiteToSiteVpnIpsecGatewayDetailsRoutingBgp
18
+
19
+ class TestV1ExtranetsB2bPeeringConsumerMatchIdPostRequestSiteToSiteVpnIpsecGatewayDetailsRoutingBgp(unittest.TestCase):
20
+ """V1ExtranetsB2bPeeringConsumerMatchIdPostRequestSiteToSiteVpnIpsecGatewayDetailsRoutingBgp 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) -> V1ExtranetsB2bPeeringConsumerMatchIdPostRequestSiteToSiteVpnIpsecGatewayDetailsRoutingBgp:
29
+ """Test V1ExtranetsB2bPeeringConsumerMatchIdPostRequestSiteToSiteVpnIpsecGatewayDetailsRoutingBgp
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 `V1ExtranetsB2bPeeringConsumerMatchIdPostRequestSiteToSiteVpnIpsecGatewayDetailsRoutingBgp`
34
+ """
35
+ model = V1ExtranetsB2bPeeringConsumerMatchIdPostRequestSiteToSiteVpnIpsecGatewayDetailsRoutingBgp()
36
+ if include_optional:
37
+ return V1ExtranetsB2bPeeringConsumerMatchIdPostRequestSiteToSiteVpnIpsecGatewayDetailsRoutingBgp(
38
+ address_families = {
39
+ 'key' : graphiant_sdk.models._v1_extranets_b2b_peering_consumer__match_id__post_request_site_to_site_vpn_ipsec_gateway_details_routing_bgp_address_families_value._v1_extranets_b2b_peering_consumer__matchId__post_request_siteToSiteVpn_ipsecGatewayDetails_routing_bgp_addressFamilies_value(
40
+ family = 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._v1_extranets_b2b_peering_consumer__matchId__post_request_siteToSiteVpn_ipsecGatewayDetails_routing_bgp_addressFamilies_value_family(
41
+ address_family = 'ENUM_VALUE',
42
+ inbound_policy = graphiant_sdk.models._v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_actions_value_action_call_policy._v1_global_config_patch_request_routingPolicies_value_policy_statements_value_statement_actions_value_action_callPolicy(
43
+ policy = 'example string', ),
44
+ outbound_policy = graphiant_sdk.models._v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_actions_value_action_call_policy._v1_global_config_patch_request_routingPolicies_value_policy_statements_value_statement_actions_value_action_callPolicy(
45
+ policy = 'example string', ), ), )
46
+ },
47
+ hold_timer = 123,
48
+ keepalive_timer = 123,
49
+ md5_password = graphiant_sdk.models._v1_extranets_b2b_peering_consumer__match_id__post_request_site_to_site_vpn_ipsec_gateway_details_routing_bgp_md5_password._v1_extranets_b2b_peering_consumer__matchId__post_request_siteToSiteVpn_ipsecGatewayDetails_routing_bgp_md5Password(),
50
+ peer_asn = 123,
51
+ send_community = True
52
+ )
53
+ else:
54
+ return V1ExtranetsB2bPeeringConsumerMatchIdPostRequestSiteToSiteVpnIpsecGatewayDetailsRoutingBgp(
55
+ )
56
+ """
57
+
58
+ def testV1ExtranetsB2bPeeringConsumerMatchIdPostRequestSiteToSiteVpnIpsecGatewayDetailsRoutingBgp(self):
59
+ """Test V1ExtranetsB2bPeeringConsumerMatchIdPostRequestSiteToSiteVpnIpsecGatewayDetailsRoutingBgp"""
60
+ # inst_req_only = self.make_instance(include_optional=False)
61
+ # inst_req_and_optional = self.make_instance(include_optional=True)
62
+
63
+ if __name__ == '__main__':
64
+ unittest.main()
@@ -0,0 +1,56 @@
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.v1_extranets_b2b_peering_consumer_match_id_post_request_site_to_site_vpn_ipsec_gateway_details_routing_bgp_address_families_value import V1ExtranetsB2bPeeringConsumerMatchIdPostRequestSiteToSiteVpnIpsecGatewayDetailsRoutingBgpAddressFamiliesValue
18
+
19
+ class TestV1ExtranetsB2bPeeringConsumerMatchIdPostRequestSiteToSiteVpnIpsecGatewayDetailsRoutingBgpAddressFamiliesValue(unittest.TestCase):
20
+ """V1ExtranetsB2bPeeringConsumerMatchIdPostRequestSiteToSiteVpnIpsecGatewayDetailsRoutingBgpAddressFamiliesValue 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) -> V1ExtranetsB2bPeeringConsumerMatchIdPostRequestSiteToSiteVpnIpsecGatewayDetailsRoutingBgpAddressFamiliesValue:
29
+ """Test V1ExtranetsB2bPeeringConsumerMatchIdPostRequestSiteToSiteVpnIpsecGatewayDetailsRoutingBgpAddressFamiliesValue
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 `V1ExtranetsB2bPeeringConsumerMatchIdPostRequestSiteToSiteVpnIpsecGatewayDetailsRoutingBgpAddressFamiliesValue`
34
+ """
35
+ model = V1ExtranetsB2bPeeringConsumerMatchIdPostRequestSiteToSiteVpnIpsecGatewayDetailsRoutingBgpAddressFamiliesValue()
36
+ if include_optional:
37
+ return V1ExtranetsB2bPeeringConsumerMatchIdPostRequestSiteToSiteVpnIpsecGatewayDetailsRoutingBgpAddressFamiliesValue(
38
+ family = 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._v1_extranets_b2b_peering_consumer__matchId__post_request_siteToSiteVpn_ipsecGatewayDetails_routing_bgp_addressFamilies_value_family(
39
+ address_family = 'ENUM_VALUE',
40
+ inbound_policy = graphiant_sdk.models._v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_actions_value_action_call_policy._v1_global_config_patch_request_routingPolicies_value_policy_statements_value_statement_actions_value_action_callPolicy(
41
+ policy = 'example string', ),
42
+ outbound_policy = graphiant_sdk.models._v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_actions_value_action_call_policy._v1_global_config_patch_request_routingPolicies_value_policy_statements_value_statement_actions_value_action_callPolicy(
43
+ policy = 'example string', ), )
44
+ )
45
+ else:
46
+ return V1ExtranetsB2bPeeringConsumerMatchIdPostRequestSiteToSiteVpnIpsecGatewayDetailsRoutingBgpAddressFamiliesValue(
47
+ )
48
+ """
49
+
50
+ def testV1ExtranetsB2bPeeringConsumerMatchIdPostRequestSiteToSiteVpnIpsecGatewayDetailsRoutingBgpAddressFamiliesValue(self):
51
+ """Test V1ExtranetsB2bPeeringConsumerMatchIdPostRequestSiteToSiteVpnIpsecGatewayDetailsRoutingBgpAddressFamiliesValue"""
52
+ # inst_req_only = self.make_instance(include_optional=False)
53
+ # inst_req_and_optional = self.make_instance(include_optional=True)
54
+
55
+ if __name__ == '__main__':
56
+ unittest.main()