graphiant-sdk 25.10.1__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.
- graphiant_sdk/__init__.py +62 -1290
- graphiant_sdk/api/__init__.py +1 -16
- graphiant_sdk/api/default_api.py +6589 -7804
- graphiant_sdk/api_client.py +5 -5
- graphiant_sdk/configuration.py +1 -1
- graphiant_sdk/models/__init__.py +31 -1246
- graphiant_sdk/models/v1_auth_login_temp_post_request.py +6 -4
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_bgp_neighbors_value_neighbor.py +6 -6
- graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_bgp_redistribution_value.py +3 -3
- graphiant_sdk/models/v1_devices_device_id_config_put_request_edge_site_to_site_vpn_value_site_to_site_vpn.py +3 -3
- graphiant_sdk/models/v1_extranets_b2b_peering_consumer_customer_id_consumer_details_get200_response.py +166 -0
- graphiant_sdk/models/v1_extranets_b2b_peering_consumer_customer_id_consumer_details_get200_response_ipsec_tunnel_config_inner.py +150 -0
- graphiant_sdk/models/v1_extranets_b2b_peering_consumer_customer_id_consumer_details_get200_response_match_details.py +109 -0
- graphiant_sdk/models/v1_extranets_b2b_peering_consumer_customer_id_consumer_details_get200_response_match_details_customer.py +94 -0
- graphiant_sdk/models/v1_extranets_b2b_peering_consumer_customer_id_consumer_details_get200_response_match_details_service.py +95 -0
- graphiant_sdk/models/v1_extranets_b2b_peering_consumer_customer_id_consumer_details_get200_response_match_details_service_prefixes_inner.py +91 -0
- graphiant_sdk/models/v1_extranets_b2b_peering_consumer_match_id_match_details_get200_response.py +95 -0
- graphiant_sdk/models/v1_extranets_b2b_peering_consumer_match_id_post200_response.py +109 -0
- graphiant_sdk/models/v1_extranets_b2b_peering_consumer_match_id_post_request.py +140 -0
- graphiant_sdk/models/v1_extranets_b2b_peering_consumer_match_id_post_request_global_object_ops_value.py +87 -0
- graphiant_sdk/models/v1_extranets_b2b_peering_consumer_match_id_post_request_policy_inner.py +89 -0
- graphiant_sdk/models/v1_extranets_b2b_peering_consumer_match_id_post_request_site_to_site_vpn.py +95 -0
- graphiant_sdk/models/v1_extranets_b2b_peering_consumer_match_id_post_request_site_to_site_vpn_ipsec_gateway_details.py +117 -0
- graphiant_sdk/models/v1_extranets_b2b_peering_consumer_match_id_post_request_site_to_site_vpn_ipsec_gateway_details_routing.py +97 -0
- graphiant_sdk/models/v1_extranets_b2b_peering_consumer_match_id_post_request_site_to_site_vpn_ipsec_gateway_details_routing_bgp.py +115 -0
- 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
- 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
- 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
- graphiant_sdk/models/v1_extranets_b2b_peering_consumer_match_id_post_request_site_to_site_vpn_ipsec_gateway_details_routing_static.py +87 -0
- graphiant_sdk/models/v1_extranets_b2b_peering_consumer_match_id_post_request_site_to_site_vpn_ipsec_gateway_details_tunnel1.py +93 -0
- graphiant_sdk/models/v1_extranets_b2b_peering_match_service_to_customer_post200_response.py +7 -5
- graphiant_sdk/models/v1_extranets_b2b_peering_match_service_to_customer_post_request.py +93 -0
- graphiant_sdk/models/v1_extranets_b2b_peering_match_service_to_customer_post_request_service.py +112 -0
- graphiant_sdk/models/v1_extranets_b2b_peering_match_service_to_customer_post_request_service_nat_inner.py +89 -0
- graphiant_sdk/models/v1_extranets_b2b_peering_match_service_to_customer_post_request_service_service_prefixes_inner.py +89 -0
- graphiant_sdk/models/v1_extranets_b2b_peering_producer_id_matching_customers_summary_get200_response.py +95 -0
- graphiant_sdk/models/v1_extranets_b2b_peering_producer_id_matching_customers_summary_get200_response_info_inner.py +104 -0
- graphiant_sdk/models/v1_extranets_b2b_peering_producer_post_request_policy.py +19 -4
- graphiant_sdk/models/v1_extranets_b2b_post_request_policy.py +33 -4
- graphiant_sdk/models/v1_extranets_b2b_post_request_policy_global_object_device_summaries_value.py +95 -0
- graphiant_sdk/models/v1_extranets_b2b_post_request_policy_global_object_device_summaries_value_routing_policies_inner.py +114 -0
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_ipsec_tunnels_inner.py +3 -3
- graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_region.py +5 -3
- graphiant_sdk/models/v1_gateways_guest_consumer_match_id_get200_response.py +103 -0
- graphiant_sdk/models/v1_gateways_put_request_details.py +3 -3
- graphiant_sdk/models/v1_global_config_patch_request_snmps_value_config_notify_filter_profiles_value_notify_filter_profile.py +3 -3
- graphiant_sdk/models/v1_invitation_email_post_request.py +3 -1
- graphiant_sdk/models/v1_temp_password_put_request.py +4 -2
- graphiant_sdk/models/v2_assistant_conversation_interface_state_get200_response.py +87 -0
- {graphiant_sdk-25.10.1.dist-info → graphiant_sdk-25.10.2.dist-info}/METADATA +3 -4
- {graphiant_sdk-25.10.1.dist-info → graphiant_sdk-25.10.2.dist-info}/RECORD +84 -24
- test/test_v1_extranets_b2b_peering_consumer_customer_id_consumer_details_get200_response.py +224 -0
- test/test_v1_extranets_b2b_peering_consumer_customer_id_consumer_details_get200_response_ipsec_tunnel_config_inner.py +82 -0
- test/test_v1_extranets_b2b_peering_consumer_customer_id_consumer_details_get200_response_match_details.py +74 -0
- test/test_v1_extranets_b2b_peering_consumer_customer_id_consumer_details_get200_response_match_details_customer.py +56 -0
- test/test_v1_extranets_b2b_peering_consumer_customer_id_consumer_details_get200_response_match_details_service.py +57 -0
- test/test_v1_extranets_b2b_peering_consumer_customer_id_consumer_details_get200_response_match_details_service_prefixes_inner.py +53 -0
- test/test_v1_extranets_b2b_peering_consumer_match_id_match_details_get200_response.py +77 -0
- test/test_v1_extranets_b2b_peering_consumer_match_id_post200_response.py +74 -0
- test/test_v1_extranets_b2b_peering_consumer_match_id_post_request.py +130 -0
- test/test_v1_extranets_b2b_peering_consumer_match_id_post_request_global_object_ops_value.py +53 -0
- test/test_v1_extranets_b2b_peering_consumer_match_id_post_request_policy_inner.py +54 -0
- test/test_v1_extranets_b2b_peering_consumer_match_id_post_request_site_to_site_vpn.py +92 -0
- test/test_v1_extranets_b2b_peering_consumer_match_id_post_request_site_to_site_vpn_ipsec_gateway_details.py +87 -0
- test/test_v1_extranets_b2b_peering_consumer_match_id_post_request_site_to_site_vpn_ipsec_gateway_details_routing.py +69 -0
- test/test_v1_extranets_b2b_peering_consumer_match_id_post_request_site_to_site_vpn_ipsec_gateway_details_routing_bgp.py +64 -0
- 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
- 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
- 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
- test/test_v1_extranets_b2b_peering_consumer_match_id_post_request_site_to_site_vpn_ipsec_gateway_details_routing_static.py +53 -0
- test/test_v1_extranets_b2b_peering_consumer_match_id_post_request_site_to_site_vpn_ipsec_gateway_details_tunnel1.py +54 -0
- test/test_v1_extranets_b2b_peering_match_service_to_customer_post_request.py +65 -0
- test/test_v1_extranets_b2b_peering_match_service_to_customer_post_request_service.py +63 -0
- test/test_v1_extranets_b2b_peering_match_service_to_customer_post_request_service_nat_inner.py +52 -0
- test/test_v1_extranets_b2b_peering_match_service_to_customer_post_request_service_service_prefixes_inner.py +52 -0
- test/test_v1_extranets_b2b_peering_producer_id_matching_customers_summary_get200_response.py +64 -0
- test/test_v1_extranets_b2b_peering_producer_id_matching_customers_summary_get200_response_info_inner.py +61 -0
- test/test_v1_extranets_b2b_post_request_policy_global_object_device_summaries_value.py +67 -0
- test/test_v1_extranets_b2b_post_request_policy_global_object_device_summaries_value_routing_policies_inner.py +64 -0
- test/test_v1_gateways_guest_consumer_match_id_get200_response.py +131 -0
- test/test_v2_assistant_conversation_interface_state_get200_response.py +51 -0
- {graphiant_sdk-25.10.1.dist-info → graphiant_sdk-25.10.2.dist-info}/WHEEL +0 -0
- {graphiant_sdk-25.10.1.dist-info → graphiant_sdk-25.10.2.dist-info}/licenses/LICENSE +0 -0
- {graphiant_sdk-25.10.1.dist-info → graphiant_sdk-25.10.2.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,65 @@
|
|
|
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_match_service_to_customer_post_request import V1ExtranetsB2bPeeringMatchServiceToCustomerPostRequest
|
|
18
|
+
|
|
19
|
+
class TestV1ExtranetsB2bPeeringMatchServiceToCustomerPostRequest(unittest.TestCase):
|
|
20
|
+
"""V1ExtranetsB2bPeeringMatchServiceToCustomerPostRequest 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) -> V1ExtranetsB2bPeeringMatchServiceToCustomerPostRequest:
|
|
29
|
+
"""Test V1ExtranetsB2bPeeringMatchServiceToCustomerPostRequest
|
|
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 `V1ExtranetsB2bPeeringMatchServiceToCustomerPostRequest`
|
|
34
|
+
"""
|
|
35
|
+
model = V1ExtranetsB2bPeeringMatchServiceToCustomerPostRequest()
|
|
36
|
+
if include_optional:
|
|
37
|
+
return V1ExtranetsB2bPeeringMatchServiceToCustomerPostRequest(
|
|
38
|
+
id = 1234567891011,
|
|
39
|
+
service = graphiant_sdk.models._v1_extranets_b2b_peering_match_service_to_customer_post_request_service._v1_extranets_b2b_peering_match_service_to_customer_post_request_service(
|
|
40
|
+
id = 1234567891011,
|
|
41
|
+
lan_segment = 1234567891011,
|
|
42
|
+
nat = [
|
|
43
|
+
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(
|
|
44
|
+
outside_nat_prefix = 'example string',
|
|
45
|
+
prefix = 'example string', )
|
|
46
|
+
],
|
|
47
|
+
num_customers = 123,
|
|
48
|
+
service_prefixes = [
|
|
49
|
+
graphiant_sdk.models._v1_extranets_b2b_peering_match_service_to_customer_post_request_service_service_prefixes_inner._v1_extranets_b2b_peering_match_service_to_customer_post_request_service_servicePrefixes_inner(
|
|
50
|
+
prefix = 'example string',
|
|
51
|
+
tag = 'example string', )
|
|
52
|
+
], )
|
|
53
|
+
)
|
|
54
|
+
else:
|
|
55
|
+
return V1ExtranetsB2bPeeringMatchServiceToCustomerPostRequest(
|
|
56
|
+
)
|
|
57
|
+
"""
|
|
58
|
+
|
|
59
|
+
def testV1ExtranetsB2bPeeringMatchServiceToCustomerPostRequest(self):
|
|
60
|
+
"""Test V1ExtranetsB2bPeeringMatchServiceToCustomerPostRequest"""
|
|
61
|
+
# inst_req_only = self.make_instance(include_optional=False)
|
|
62
|
+
# inst_req_and_optional = self.make_instance(include_optional=True)
|
|
63
|
+
|
|
64
|
+
if __name__ == '__main__':
|
|
65
|
+
unittest.main()
|
|
@@ -0,0 +1,63 @@
|
|
|
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_match_service_to_customer_post_request_service import V1ExtranetsB2bPeeringMatchServiceToCustomerPostRequestService
|
|
18
|
+
|
|
19
|
+
class TestV1ExtranetsB2bPeeringMatchServiceToCustomerPostRequestService(unittest.TestCase):
|
|
20
|
+
"""V1ExtranetsB2bPeeringMatchServiceToCustomerPostRequestService 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) -> V1ExtranetsB2bPeeringMatchServiceToCustomerPostRequestService:
|
|
29
|
+
"""Test V1ExtranetsB2bPeeringMatchServiceToCustomerPostRequestService
|
|
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 `V1ExtranetsB2bPeeringMatchServiceToCustomerPostRequestService`
|
|
34
|
+
"""
|
|
35
|
+
model = V1ExtranetsB2bPeeringMatchServiceToCustomerPostRequestService()
|
|
36
|
+
if include_optional:
|
|
37
|
+
return V1ExtranetsB2bPeeringMatchServiceToCustomerPostRequestService(
|
|
38
|
+
id = 1234567891011,
|
|
39
|
+
lan_segment = 1234567891011,
|
|
40
|
+
nat = [
|
|
41
|
+
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(
|
|
42
|
+
outside_nat_prefix = 'example string',
|
|
43
|
+
prefix = 'example string', )
|
|
44
|
+
],
|
|
45
|
+
num_customers = 123,
|
|
46
|
+
service_prefixes = [
|
|
47
|
+
graphiant_sdk.models._v1_extranets_b2b_peering_match_service_to_customer_post_request_service_service_prefixes_inner._v1_extranets_b2b_peering_match_service_to_customer_post_request_service_servicePrefixes_inner(
|
|
48
|
+
prefix = 'example string',
|
|
49
|
+
tag = 'example string', )
|
|
50
|
+
]
|
|
51
|
+
)
|
|
52
|
+
else:
|
|
53
|
+
return V1ExtranetsB2bPeeringMatchServiceToCustomerPostRequestService(
|
|
54
|
+
)
|
|
55
|
+
"""
|
|
56
|
+
|
|
57
|
+
def testV1ExtranetsB2bPeeringMatchServiceToCustomerPostRequestService(self):
|
|
58
|
+
"""Test V1ExtranetsB2bPeeringMatchServiceToCustomerPostRequestService"""
|
|
59
|
+
# inst_req_only = self.make_instance(include_optional=False)
|
|
60
|
+
# inst_req_and_optional = self.make_instance(include_optional=True)
|
|
61
|
+
|
|
62
|
+
if __name__ == '__main__':
|
|
63
|
+
unittest.main()
|
test/test_v1_extranets_b2b_peering_match_service_to_customer_post_request_service_nat_inner.py
ADDED
|
@@ -0,0 +1,52 @@
|
|
|
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_match_service_to_customer_post_request_service_nat_inner import V1ExtranetsB2bPeeringMatchServiceToCustomerPostRequestServiceNatInner
|
|
18
|
+
|
|
19
|
+
class TestV1ExtranetsB2bPeeringMatchServiceToCustomerPostRequestServiceNatInner(unittest.TestCase):
|
|
20
|
+
"""V1ExtranetsB2bPeeringMatchServiceToCustomerPostRequestServiceNatInner 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) -> V1ExtranetsB2bPeeringMatchServiceToCustomerPostRequestServiceNatInner:
|
|
29
|
+
"""Test V1ExtranetsB2bPeeringMatchServiceToCustomerPostRequestServiceNatInner
|
|
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 `V1ExtranetsB2bPeeringMatchServiceToCustomerPostRequestServiceNatInner`
|
|
34
|
+
"""
|
|
35
|
+
model = V1ExtranetsB2bPeeringMatchServiceToCustomerPostRequestServiceNatInner()
|
|
36
|
+
if include_optional:
|
|
37
|
+
return V1ExtranetsB2bPeeringMatchServiceToCustomerPostRequestServiceNatInner(
|
|
38
|
+
outside_nat_prefix = 'example string',
|
|
39
|
+
prefix = 'example string'
|
|
40
|
+
)
|
|
41
|
+
else:
|
|
42
|
+
return V1ExtranetsB2bPeeringMatchServiceToCustomerPostRequestServiceNatInner(
|
|
43
|
+
)
|
|
44
|
+
"""
|
|
45
|
+
|
|
46
|
+
def testV1ExtranetsB2bPeeringMatchServiceToCustomerPostRequestServiceNatInner(self):
|
|
47
|
+
"""Test V1ExtranetsB2bPeeringMatchServiceToCustomerPostRequestServiceNatInner"""
|
|
48
|
+
# inst_req_only = self.make_instance(include_optional=False)
|
|
49
|
+
# inst_req_and_optional = self.make_instance(include_optional=True)
|
|
50
|
+
|
|
51
|
+
if __name__ == '__main__':
|
|
52
|
+
unittest.main()
|
|
@@ -0,0 +1,52 @@
|
|
|
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_match_service_to_customer_post_request_service_service_prefixes_inner import V1ExtranetsB2bPeeringMatchServiceToCustomerPostRequestServiceServicePrefixesInner
|
|
18
|
+
|
|
19
|
+
class TestV1ExtranetsB2bPeeringMatchServiceToCustomerPostRequestServiceServicePrefixesInner(unittest.TestCase):
|
|
20
|
+
"""V1ExtranetsB2bPeeringMatchServiceToCustomerPostRequestServiceServicePrefixesInner 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) -> V1ExtranetsB2bPeeringMatchServiceToCustomerPostRequestServiceServicePrefixesInner:
|
|
29
|
+
"""Test V1ExtranetsB2bPeeringMatchServiceToCustomerPostRequestServiceServicePrefixesInner
|
|
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 `V1ExtranetsB2bPeeringMatchServiceToCustomerPostRequestServiceServicePrefixesInner`
|
|
34
|
+
"""
|
|
35
|
+
model = V1ExtranetsB2bPeeringMatchServiceToCustomerPostRequestServiceServicePrefixesInner()
|
|
36
|
+
if include_optional:
|
|
37
|
+
return V1ExtranetsB2bPeeringMatchServiceToCustomerPostRequestServiceServicePrefixesInner(
|
|
38
|
+
prefix = 'example string',
|
|
39
|
+
tag = 'example string'
|
|
40
|
+
)
|
|
41
|
+
else:
|
|
42
|
+
return V1ExtranetsB2bPeeringMatchServiceToCustomerPostRequestServiceServicePrefixesInner(
|
|
43
|
+
)
|
|
44
|
+
"""
|
|
45
|
+
|
|
46
|
+
def testV1ExtranetsB2bPeeringMatchServiceToCustomerPostRequestServiceServicePrefixesInner(self):
|
|
47
|
+
"""Test V1ExtranetsB2bPeeringMatchServiceToCustomerPostRequestServiceServicePrefixesInner"""
|
|
48
|
+
# inst_req_only = self.make_instance(include_optional=False)
|
|
49
|
+
# inst_req_and_optional = self.make_instance(include_optional=True)
|
|
50
|
+
|
|
51
|
+
if __name__ == '__main__':
|
|
52
|
+
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_producer_id_matching_customers_summary_get200_response import V1ExtranetsB2bPeeringProducerIdMatchingCustomersSummaryGet200Response
|
|
18
|
+
|
|
19
|
+
class TestV1ExtranetsB2bPeeringProducerIdMatchingCustomersSummaryGet200Response(unittest.TestCase):
|
|
20
|
+
"""V1ExtranetsB2bPeeringProducerIdMatchingCustomersSummaryGet200Response 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) -> V1ExtranetsB2bPeeringProducerIdMatchingCustomersSummaryGet200Response:
|
|
29
|
+
"""Test V1ExtranetsB2bPeeringProducerIdMatchingCustomersSummaryGet200Response
|
|
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 `V1ExtranetsB2bPeeringProducerIdMatchingCustomersSummaryGet200Response`
|
|
34
|
+
"""
|
|
35
|
+
model = V1ExtranetsB2bPeeringProducerIdMatchingCustomersSummaryGet200Response()
|
|
36
|
+
if include_optional:
|
|
37
|
+
return V1ExtranetsB2bPeeringProducerIdMatchingCustomersSummaryGet200Response(
|
|
38
|
+
info = [
|
|
39
|
+
graphiant_sdk.models._v1_extranets_b2b_peering_producer__id__matching_customers_summary_get_200_response_info_inner._v1_extranets_b2b_peering_producer__id__matching_customers_summary_get_200_response_info_inner(
|
|
40
|
+
customer_id = 'example string',
|
|
41
|
+
customer_name = 'example string',
|
|
42
|
+
emails = [
|
|
43
|
+
'example string'
|
|
44
|
+
],
|
|
45
|
+
matched_services = 123,
|
|
46
|
+
peer_type = 'ENUM_VALUE',
|
|
47
|
+
status = 'ENUM_VALUE',
|
|
48
|
+
updated_at = graphiant_sdk.models._v1_alarm_history_get_200_response_history_inner_time._v1_alarm_history_get_200_response_history_inner_time(
|
|
49
|
+
nanos = 123,
|
|
50
|
+
seconds = 1234567891011, ), )
|
|
51
|
+
]
|
|
52
|
+
)
|
|
53
|
+
else:
|
|
54
|
+
return V1ExtranetsB2bPeeringProducerIdMatchingCustomersSummaryGet200Response(
|
|
55
|
+
)
|
|
56
|
+
"""
|
|
57
|
+
|
|
58
|
+
def testV1ExtranetsB2bPeeringProducerIdMatchingCustomersSummaryGet200Response(self):
|
|
59
|
+
"""Test V1ExtranetsB2bPeeringProducerIdMatchingCustomersSummaryGet200Response"""
|
|
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,61 @@
|
|
|
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_producer_id_matching_customers_summary_get200_response_info_inner import V1ExtranetsB2bPeeringProducerIdMatchingCustomersSummaryGet200ResponseInfoInner
|
|
18
|
+
|
|
19
|
+
class TestV1ExtranetsB2bPeeringProducerIdMatchingCustomersSummaryGet200ResponseInfoInner(unittest.TestCase):
|
|
20
|
+
"""V1ExtranetsB2bPeeringProducerIdMatchingCustomersSummaryGet200ResponseInfoInner 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) -> V1ExtranetsB2bPeeringProducerIdMatchingCustomersSummaryGet200ResponseInfoInner:
|
|
29
|
+
"""Test V1ExtranetsB2bPeeringProducerIdMatchingCustomersSummaryGet200ResponseInfoInner
|
|
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 `V1ExtranetsB2bPeeringProducerIdMatchingCustomersSummaryGet200ResponseInfoInner`
|
|
34
|
+
"""
|
|
35
|
+
model = V1ExtranetsB2bPeeringProducerIdMatchingCustomersSummaryGet200ResponseInfoInner()
|
|
36
|
+
if include_optional:
|
|
37
|
+
return V1ExtranetsB2bPeeringProducerIdMatchingCustomersSummaryGet200ResponseInfoInner(
|
|
38
|
+
customer_id = 'example string',
|
|
39
|
+
customer_name = 'example string',
|
|
40
|
+
emails = [
|
|
41
|
+
'example string'
|
|
42
|
+
],
|
|
43
|
+
matched_services = 123,
|
|
44
|
+
peer_type = 'ENUM_VALUE',
|
|
45
|
+
status = 'ENUM_VALUE',
|
|
46
|
+
updated_at = graphiant_sdk.models._v1_alarm_history_get_200_response_history_inner_time._v1_alarm_history_get_200_response_history_inner_time(
|
|
47
|
+
nanos = 123,
|
|
48
|
+
seconds = 1234567891011, )
|
|
49
|
+
)
|
|
50
|
+
else:
|
|
51
|
+
return V1ExtranetsB2bPeeringProducerIdMatchingCustomersSummaryGet200ResponseInfoInner(
|
|
52
|
+
)
|
|
53
|
+
"""
|
|
54
|
+
|
|
55
|
+
def testV1ExtranetsB2bPeeringProducerIdMatchingCustomersSummaryGet200ResponseInfoInner(self):
|
|
56
|
+
"""Test V1ExtranetsB2bPeeringProducerIdMatchingCustomersSummaryGet200ResponseInfoInner"""
|
|
57
|
+
# inst_req_only = self.make_instance(include_optional=False)
|
|
58
|
+
# inst_req_and_optional = self.make_instance(include_optional=True)
|
|
59
|
+
|
|
60
|
+
if __name__ == '__main__':
|
|
61
|
+
unittest.main()
|
|
@@ -0,0 +1,67 @@
|
|
|
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_post_request_policy_global_object_device_summaries_value import V1ExtranetsB2bPostRequestPolicyGlobalObjectDeviceSummariesValue
|
|
18
|
+
|
|
19
|
+
class TestV1ExtranetsB2bPostRequestPolicyGlobalObjectDeviceSummariesValue(unittest.TestCase):
|
|
20
|
+
"""V1ExtranetsB2bPostRequestPolicyGlobalObjectDeviceSummariesValue 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) -> V1ExtranetsB2bPostRequestPolicyGlobalObjectDeviceSummariesValue:
|
|
29
|
+
"""Test V1ExtranetsB2bPostRequestPolicyGlobalObjectDeviceSummariesValue
|
|
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 `V1ExtranetsB2bPostRequestPolicyGlobalObjectDeviceSummariesValue`
|
|
34
|
+
"""
|
|
35
|
+
model = V1ExtranetsB2bPostRequestPolicyGlobalObjectDeviceSummariesValue()
|
|
36
|
+
if include_optional:
|
|
37
|
+
return V1ExtranetsB2bPostRequestPolicyGlobalObjectDeviceSummariesValue(
|
|
38
|
+
routing_policies = [
|
|
39
|
+
graphiant_sdk.models._v1_extranets_b2b_post_request_policy_global_object_device_summaries_value_routing_policies_inner._v1_extranets_b2b_post_request_policy_globalObjectDeviceSummaries_value_routingPolicies_inner(
|
|
40
|
+
attach_point = 'ENUM_VALUE',
|
|
41
|
+
id = 1234567891011,
|
|
42
|
+
ip_version = 123,
|
|
43
|
+
name = 'example string',
|
|
44
|
+
num_attached_devices = 123,
|
|
45
|
+
num_attached_sites = 123,
|
|
46
|
+
num_failures = 123,
|
|
47
|
+
num_in_sync_devices = 123,
|
|
48
|
+
num_override_devices = 123,
|
|
49
|
+
num_policies = 123,
|
|
50
|
+
num_prefixes = 123,
|
|
51
|
+
num_rules = 123,
|
|
52
|
+
num_statements = 123,
|
|
53
|
+
traffic_policy_type = 'ENUM_VALUE', )
|
|
54
|
+
]
|
|
55
|
+
)
|
|
56
|
+
else:
|
|
57
|
+
return V1ExtranetsB2bPostRequestPolicyGlobalObjectDeviceSummariesValue(
|
|
58
|
+
)
|
|
59
|
+
"""
|
|
60
|
+
|
|
61
|
+
def testV1ExtranetsB2bPostRequestPolicyGlobalObjectDeviceSummariesValue(self):
|
|
62
|
+
"""Test V1ExtranetsB2bPostRequestPolicyGlobalObjectDeviceSummariesValue"""
|
|
63
|
+
# inst_req_only = self.make_instance(include_optional=False)
|
|
64
|
+
# inst_req_and_optional = self.make_instance(include_optional=True)
|
|
65
|
+
|
|
66
|
+
if __name__ == '__main__':
|
|
67
|
+
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_post_request_policy_global_object_device_summaries_value_routing_policies_inner import V1ExtranetsB2bPostRequestPolicyGlobalObjectDeviceSummariesValueRoutingPoliciesInner
|
|
18
|
+
|
|
19
|
+
class TestV1ExtranetsB2bPostRequestPolicyGlobalObjectDeviceSummariesValueRoutingPoliciesInner(unittest.TestCase):
|
|
20
|
+
"""V1ExtranetsB2bPostRequestPolicyGlobalObjectDeviceSummariesValueRoutingPoliciesInner 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) -> V1ExtranetsB2bPostRequestPolicyGlobalObjectDeviceSummariesValueRoutingPoliciesInner:
|
|
29
|
+
"""Test V1ExtranetsB2bPostRequestPolicyGlobalObjectDeviceSummariesValueRoutingPoliciesInner
|
|
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 `V1ExtranetsB2bPostRequestPolicyGlobalObjectDeviceSummariesValueRoutingPoliciesInner`
|
|
34
|
+
"""
|
|
35
|
+
model = V1ExtranetsB2bPostRequestPolicyGlobalObjectDeviceSummariesValueRoutingPoliciesInner()
|
|
36
|
+
if include_optional:
|
|
37
|
+
return V1ExtranetsB2bPostRequestPolicyGlobalObjectDeviceSummariesValueRoutingPoliciesInner(
|
|
38
|
+
attach_point = 'ENUM_VALUE',
|
|
39
|
+
id = 1234567891011,
|
|
40
|
+
ip_version = 123,
|
|
41
|
+
name = 'example string',
|
|
42
|
+
num_attached_devices = 123,
|
|
43
|
+
num_attached_sites = 123,
|
|
44
|
+
num_failures = 123,
|
|
45
|
+
num_in_sync_devices = 123,
|
|
46
|
+
num_override_devices = 123,
|
|
47
|
+
num_policies = 123,
|
|
48
|
+
num_prefixes = 123,
|
|
49
|
+
num_rules = 123,
|
|
50
|
+
num_statements = 123,
|
|
51
|
+
traffic_policy_type = 'ENUM_VALUE'
|
|
52
|
+
)
|
|
53
|
+
else:
|
|
54
|
+
return V1ExtranetsB2bPostRequestPolicyGlobalObjectDeviceSummariesValueRoutingPoliciesInner(
|
|
55
|
+
)
|
|
56
|
+
"""
|
|
57
|
+
|
|
58
|
+
def testV1ExtranetsB2bPostRequestPolicyGlobalObjectDeviceSummariesValueRoutingPoliciesInner(self):
|
|
59
|
+
"""Test V1ExtranetsB2bPostRequestPolicyGlobalObjectDeviceSummariesValueRoutingPoliciesInner"""
|
|
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,131 @@
|
|
|
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_gateways_guest_consumer_match_id_get200_response import V1GatewaysGuestConsumerMatchIdGet200Response
|
|
18
|
+
|
|
19
|
+
class TestV1GatewaysGuestConsumerMatchIdGet200Response(unittest.TestCase):
|
|
20
|
+
"""V1GatewaysGuestConsumerMatchIdGet200Response 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) -> V1GatewaysGuestConsumerMatchIdGet200Response:
|
|
29
|
+
"""Test V1GatewaysGuestConsumerMatchIdGet200Response
|
|
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 `V1GatewaysGuestConsumerMatchIdGet200Response`
|
|
34
|
+
"""
|
|
35
|
+
model = V1GatewaysGuestConsumerMatchIdGet200Response()
|
|
36
|
+
if include_optional:
|
|
37
|
+
return V1GatewaysGuestConsumerMatchIdGet200Response(
|
|
38
|
+
destination_prefixes = [
|
|
39
|
+
'example string'
|
|
40
|
+
],
|
|
41
|
+
ipsec_tunnel_config = [
|
|
42
|
+
graphiant_sdk.models._v1_extranets_b2b_peering_consumer__customer_id__consumer_details_get_200_response_ipsec_tunnel_config_inner._v1_extranets_b2b_peering_consumer__customerId__consumer_details_get_200_response_ipsecTunnelConfig_inner(
|
|
43
|
+
bgp_graphiant_asn = 123,
|
|
44
|
+
bgp_local_asn = 123,
|
|
45
|
+
bgp_neighbor_hold_time = 123,
|
|
46
|
+
bgp_neighbor_ipv4 = 'example string',
|
|
47
|
+
bgp_neighbor_ipv6 = 'example string',
|
|
48
|
+
dpd_interval = 123,
|
|
49
|
+
dpd_retries = 123,
|
|
50
|
+
graphiant_destination_ip = 'example string',
|
|
51
|
+
graphiant_ike_id = 'example string',
|
|
52
|
+
graphiant_outer_tunnel_ip = 'example string',
|
|
53
|
+
graphiant_tunnel_ip = 'example string',
|
|
54
|
+
graphiant_tunnel_ipv6 = 'example string',
|
|
55
|
+
ike_authentication_algorithm = 'example string',
|
|
56
|
+
ike_authentication_method = 'example string',
|
|
57
|
+
ike_dh_algorithm = 'example string',
|
|
58
|
+
ike_encryption_algorithm = 'example string',
|
|
59
|
+
ike_lifetime = 'example string',
|
|
60
|
+
ike_preshared_key = 'example string',
|
|
61
|
+
ike_version = 123,
|
|
62
|
+
ipsec_authentication_algorithm = 'example string',
|
|
63
|
+
ipsec_encryption_algorithm = 'example string',
|
|
64
|
+
ipsec_extended_sequence_number = True,
|
|
65
|
+
ipsec_lifetime = 'example string',
|
|
66
|
+
ipsec_mode = 'example string',
|
|
67
|
+
ipsec_pfs_algorithm = 'example string',
|
|
68
|
+
ipsec_protocol = 'example string',
|
|
69
|
+
local_ike_id = 'example string',
|
|
70
|
+
local_outer_tunnel_ip = 'example string',
|
|
71
|
+
local_tunnel_ip = 'example string',
|
|
72
|
+
local_tunnel_ipv6 = 'example string',
|
|
73
|
+
tcp_mss = 123,
|
|
74
|
+
tunnel_mtu = 123, )
|
|
75
|
+
],
|
|
76
|
+
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(
|
|
77
|
+
emails = [
|
|
78
|
+
'example string'
|
|
79
|
+
],
|
|
80
|
+
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(
|
|
81
|
+
destination_address = 'example string',
|
|
82
|
+
ike_initiator = True,
|
|
83
|
+
mtu = 123,
|
|
84
|
+
name = 'example string',
|
|
85
|
+
remote_ike_peer_identity = 'example string',
|
|
86
|
+
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(
|
|
87
|
+
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(
|
|
88
|
+
address_families = {
|
|
89
|
+
'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(
|
|
90
|
+
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(
|
|
91
|
+
address_family = 'ENUM_VALUE',
|
|
92
|
+
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(
|
|
93
|
+
policy = 'example string', ),
|
|
94
|
+
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(
|
|
95
|
+
policy = 'example string', ), ), )
|
|
96
|
+
},
|
|
97
|
+
hold_timer = 123,
|
|
98
|
+
keepalive_timer = 123,
|
|
99
|
+
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(),
|
|
100
|
+
peer_asn = 123,
|
|
101
|
+
send_community = True, ),
|
|
102
|
+
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(
|
|
103
|
+
destination_prefix = [
|
|
104
|
+
'example string'
|
|
105
|
+
], ), ),
|
|
106
|
+
tcp_mss = 123,
|
|
107
|
+
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(
|
|
108
|
+
inside_ipv4_cidr = 'example string',
|
|
109
|
+
inside_ipv6_cidr = 'example string',
|
|
110
|
+
local_ike_peer_identity = 'example string',
|
|
111
|
+
psk = 'example string', ),
|
|
112
|
+
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(
|
|
113
|
+
inside_ipv4_cidr = 'example string',
|
|
114
|
+
inside_ipv6_cidr = 'example string',
|
|
115
|
+
local_ike_peer_identity = 'example string',
|
|
116
|
+
psk = 'example string', ),
|
|
117
|
+
vpn_profile = 'example string', ),
|
|
118
|
+
region_id = 123, )
|
|
119
|
+
)
|
|
120
|
+
else:
|
|
121
|
+
return V1GatewaysGuestConsumerMatchIdGet200Response(
|
|
122
|
+
)
|
|
123
|
+
"""
|
|
124
|
+
|
|
125
|
+
def testV1GatewaysGuestConsumerMatchIdGet200Response(self):
|
|
126
|
+
"""Test V1GatewaysGuestConsumerMatchIdGet200Response"""
|
|
127
|
+
# inst_req_only = self.make_instance(include_optional=False)
|
|
128
|
+
# inst_req_and_optional = self.make_instance(include_optional=True)
|
|
129
|
+
|
|
130
|
+
if __name__ == '__main__':
|
|
131
|
+
unittest.main()
|