Home
last modified time | relevance | path

Searched refs:igw (Results 1 – 25 of 312) sorted by relevance

12345678910>>...13

/dports/devel/py-moto/moto-2.2.16/tests/test_ec2/
H A Dtest_internet_gateways.py36 igw = conn.create_internet_gateway()
38 igw.id.should.match(r"igw-[0-9a-f]+")
58 igw = ec2.create_internet_gateway()
59 igw.id.should.match(r"igw-[0-9a-f]+")
61 igw = client.describe_internet_gateways(InternetGatewayIds=[igw.id])[
72 igw = conn.create_internet_gateway()
95 igw = ec2.create_internet_gateway()
108 igw = client.describe_internet_gateways(InternetGatewayIds=[igw.id])[
132 igw = ec2.create_internet_gateway()
217 igw = igw = client.describe_internet_gateways(InternetGatewayIds=[igw.id])[
[all …]
H A Dtest_route_tables.py710 igw = conn.create_internet_gateway()
728 new_route.gateway_id.should.equal(igw.id)
765 igw = ec2.create_internet_gateway()
779 new_route.gateway_id.should.equal(igw.id)
819 igw = conn.create_internet_gateway()
877 igw = ec2.create_internet_gateway()
912 GatewayId=igw.id,
925 GatewayId=igw.id,
949 igw = conn.create_internet_gateway()
980 igw = ec2.create_internet_gateway()
[all …]
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/cloud/amazon/
H A Dec2_vpc_igw.py132 igw = None
139 return igw
202 def get_igw_info(igw): argument
205 'tags': igw['tags'],
206 'vpc_id': igw['vpc_id']
210 igw = self.get_matching_igw(vpc_id)
211 if igw is None:
232 if igw is None:
246 igw['vpc_id'] = vpc_id
248 igw['tags'] = self.ensure_tags(igw_id=igw['internet_gateway_id'], tags=tags, add_only=False)
[all …]
H A Dec2_vpc_igw_info.py122 return [camel_dict_to_snake_dict(get_internet_gateway_info(igw))
123 for igw in all_internet_gateways['InternetGateways']]
H A D_ec2_vpc_igw_facts.py122 return [camel_dict_to_snake_dict(get_internet_gateway_info(igw))
123 for igw in all_internet_gateways['InternetGateways']]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/aws/plugins/modules/
H A Dec2_vpc_igw.py148 igw = None
155 return igw
214 def get_igw_info(igw): argument
217 'tags': igw['tags'],
218 'vpc_id': igw['vpc_id']
222 igw = self.get_matching_igw(vpc_id)
223 if igw is None:
242 if igw is None:
263 igw['vpc_id'] = vpc_id
265igw['tags'] = self.ensure_tags(igw_id=igw['internet_gateway_id'], tags=tags, purge_tags=purge_tags)
[all …]
H A Dec2_vpc_igw_facts.py151 return [get_internet_gateway_info(igw, convert_tags)
152 for igw in all_internet_gateways['InternetGateways']]
H A Dec2_vpc_igw_info.py151 return [get_internet_gateway_info(igw, convert_tags)
152 for igw in all_internet_gateways['InternetGateways']]
/dports/devel/p5-Paws/Paws-0.14/t/10_responses/
H A Dec2-describe-internet-gateways.response.test.yml11 - expected: igw-6228110b
14 - expected: igw-f36c6a9a
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/aws/tests/integration/targets/elb_application_lb_info/tasks/
H A Dsetup.yml16 register: igw
56 Name: igw-route
61 gateway_id: '{{ igw.gateway_id }}'
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/aws/tests/integration/targets/ec2_vpc_route_table/tasks/
H A Dmain.yml141 gateway_id: igw
158 gateway_id: igw
181 gateway_id: igw
198 gateway_id: igw
215 gateway_id: igw
233 gateway_id: igw
251 gateway_id: igw
296 gateway_id: igw
311 gateway_id: igw
328 gateway_id: igw
[all …]
/dports/sysutils/ansible2/ansible-2.9.27/test/integration/targets/ec2_vpc_route_table/tasks/
H A Dmain.yml134 gateway_id: igw
152 gateway_id: igw
170 gateway_id: igw
189 gateway_id: igw
208 gateway_id: igw
256 gateway_id: igw
272 gateway_id: igw
290 gateway_id: igw
309 gateway_id: igw
345 gateway_id: igw
[all …]
/dports/devel/awscli/awscli-1.20.61/awscli/examples/ec2/
H A Ddescribe-internet-gateways.rst13 "InternetGatewayId": "igw-036dde5c85EXAMPLE",
24 "InternetGatewayId": "igw-0EXAMPLE",
H A Dcreate-network-insights-path.rst6 --source igw-0797cccdc9d73b0e5 \
18 "Source": "igw-0797cccdc9d73b0e5",
H A Ddescribe-route-tables.rst58 "GatewayId": "igw-fEXAMPLE",
87 "GatewayId": "igw-06cf664d80EXAMPLE",
/dports/net/google-cloud-sdk/google-cloud-sdk/platform/gsutil/gslib/vendored/boto/tests/integration/ec2/vpc/
H A Dtest_connection.py195 igw = self.api.create_internet_gateway()
199 self.api.attach_internet_gateway(igw.id, self.vpc.id)
200 … self.post_terminate_cleanups.append((self.api.detach_internet_gateway, (igw.id, self.vpc.id)))
201 self.post_terminate_cleanups.append((self.api.delete_internet_gateway, (igw.id,)))
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/gsutil/gslib/vendored/boto/tests/integration/ec2/vpc/
H A Dtest_connection.py195 igw = self.api.create_internet_gateway()
199 self.api.attach_internet_gateway(igw.id, self.vpc.id)
200 … self.post_terminate_cleanups.append((self.api.detach_internet_gateway, (igw.id, self.vpc.id)))
201 self.post_terminate_cleanups.append((self.api.delete_internet_gateway, (igw.id,)))
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/external_bin/gsutil/gsutil_4.28/gsutil/third_party/boto/tests/integration/ec2/vpc/
H A Dtest_connection.py195 igw = self.api.create_internet_gateway()
199 self.api.attach_internet_gateway(igw.id, self.vpc.id)
200 … self.post_terminate_cleanups.append((self.api.detach_internet_gateway, (igw.id, self.vpc.id)))
201 self.post_terminate_cleanups.append((self.api.delete_internet_gateway, (igw.id,)))
/dports/devel/py-boto/boto-2.49.0/tests/integration/ec2/vpc/
H A Dtest_connection.py195 igw = self.api.create_internet_gateway()
199 self.api.attach_internet_gateway(igw.id, self.vpc.id)
200 … self.post_terminate_cleanups.append((self.api.detach_internet_gateway, (igw.id, self.vpc.id)))
201 self.post_terminate_cleanups.append((self.api.delete_internet_gateway, (igw.id,)))
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/aws/tests/integration/targets/wafv2/tasks/
H A Dalb.yml18 register: igw
58 Name: igw-route
63 gateway_id: '{{ igw.gateway_id }}'
/dports/devel/py-moto/moto-2.2.16/moto/ec2/responses/
H A Dinternet_gateways.py21 igw = self.ec2_backend.create_internet_gateway(tags=tags)
23 return template.render(internet_gateway=igw)
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/aws/tests/integration/targets/ec2_metric_alarm/tasks/
H A Denv_setup.yml14 register: igw
43 gateway_id: "{{ igw.gateway_id }}"
/dports/sysutils/ansible2/ansible-2.9.27/test/integration/targets/ec2_instance/tasks/
H A Denv_setup.yml25 register: igw
56 gateway_id: "{{ igw.gateway_id }}"
/dports/devel/py-moto/moto-2.2.16/moto/ec2/
H A Dutils.py531 def passes_igw_filter_dict(igw, filter_dict): argument
535 if get_object_value(igw, igw_attr) not in filter_values:
538 if not tag_filter_matches(igw, filter_name, filter_values):
550 for igw in igws:
551 if passes_igw_filter_dict(igw, filter_dict):
552 result.append(igw)
/dports/sysutils/ansible2/ansible-2.9.27/test/integration/targets/elb_network_lb/tasks/
H A Dmain.yml36 register: igw
79 Name: igw-route
84 gateway_id: "{{ igw.gateway_id }}"

12345678910>>...13