Home
last modified time | relevance | path

Searched defs:vpn_connection_id (Results 1 – 9 of 9) sorted by relevance

/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/cloud/amazon/
H A Dec2_vpc_vpn.py306 def find_connection(connection, module_params, vpn_connection_id=None): argument
340 def add_routes(connection, vpn_connection_id, routes_to_add): argument
350 def remove_routes(connection, vpn_connection_id, routes_to_remove): argument
488 def delete_connection(connection, vpn_connection_id, delay, max_attempts): argument
504 def add_tags(connection, vpn_connection_id, add): argument
513 def remove_tags(connection, vpn_connection_id, remove): argument
524 def check_for_update(connection, module_params, vpn_connection_id): argument
574 def make_changes(connection, vpn_connection_id, changes): argument
599 def get_check_mode_results(connection, module_params, vpn_connection_id=None, current_state=None): argument
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/aws/plugins/modules/
H A Dec2_vpc_vpn.py344 def find_connection(connection, module_params, vpn_connection_id=None): argument
379 def add_routes(connection, vpn_connection_id, routes_to_add): argument
390 def remove_routes(connection, vpn_connection_id, routes_to_remove): argument
529 def delete_connection(connection, vpn_connection_id, delay, max_attempts): argument
545 def add_tags(connection, vpn_connection_id, add): argument
555 def remove_tags(connection, vpn_connection_id, remove): argument
567 def check_for_update(connection, module_params, vpn_connection_id): argument
617 def make_changes(connection, vpn_connection_id, changes): argument
642 def get_check_mode_results(connection, module_params, vpn_connection_id=None, current_state=None): argument
/dports/sysutils/ansible2/ansible-2.9.27/test/units/modules/cloud/amazon/
H A Dtest_ec2_vpc_vpn.py114 def tear_down_conn(placeboify, connection, vpn_connection_id): argument
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/aws/tests/unit/plugins/modules/
H A Dtest_ec2_vpc_vpn.py117 def tear_down_conn(placeboify, connection, vpn_connection_id): argument
/dports/net/google-cloud-sdk/google-cloud-sdk/platform/gsutil/gslib/vendored/boto/boto/vpc/
H A D__init__.py1423 def delete_vpn_connection(self, vpn_connection_id, dry_run=False): argument
1494 vpn_connection_id, dry_run=False): argument
1523 vpn_connection_id, dry_run=False): argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/gsutil/gslib/vendored/boto/boto/vpc/
H A D__init__.py1423 def delete_vpn_connection(self, vpn_connection_id, dry_run=False): argument
1494 vpn_connection_id, dry_run=False): argument
1523 vpn_connection_id, dry_run=False): argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/external_bin/gsutil/gsutil_4.28/gsutil/third_party/boto/boto/vpc/
H A D__init__.py1423 def delete_vpn_connection(self, vpn_connection_id, dry_run=False): argument
1494 vpn_connection_id, dry_run=False): argument
1523 vpn_connection_id, dry_run=False): argument
/dports/devel/py-boto/boto-2.49.0/boto/vpc/
H A D__init__.py1423 def delete_vpn_connection(self, vpn_connection_id, dry_run=False): argument
1494 vpn_connection_id, dry_run=False): argument
1523 vpn_connection_id, dry_run=False): argument
/dports/devel/py-moto/moto-2.2.16/moto/ec2/
H A Dmodels.py6961 def delete_vpn_connection(self, vpn_connection_id): argument