Home
last modified time | relevance | path

Searched refs:vpc_id (Results 1 – 25 of 551) sorted by relevance

12345678910>>...23

/dports/sysutils/py-salt/salt-3004.1/salt/states/
H A Dboto_secgroup.py200 vpc_id=vpc_id,
220 vpc_id=vpc_id,
236 vpc_id=vpc_id,
250 vpc_id=vpc_id,
292 vpc_id=vpc_id,
508 vpc_id=vpc_id,
620 vpc_id=vpc_id,
653 vpc_id=vpc_id,
780 vpc_id=vpc_id,
828 vpc_id=vpc_id,
[all …]
/dports/sysutils/py-salt/salt-3004.1/salt/modules/
H A Dboto_secgroup.py110 vpc_id=vpc_id,
183 vpc_id=vpc_id,
364 vpc_id=vpc_id,
392 vpc_id=vpc_id,
446 vpc_id=vpc_id,
496 vpc_id=vpc_id,
541 vpc_id=vpc_id,
595 vpc_id=vpc_id,
684 vpc_id=vpc_id,
845 vpc_id=vpc_id,
[all …]
H A Dboto_vpc.py199 vpc_id=None, argument
593 if vpc_id:
745 vpc_id=vpc_id,
922 vpc_id=vpc_id,
1053 if vpc_id:
1122 vpc_id=vpc_id,
1616 if vpc_id:
1675 vpc_id=vpc_id,
1716 vpc_id=vpc_id,
2320 vpc_id=vpc_id,
[all …]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/aws/tests/integration/targets/ec2_vpc_nat_gateway/tasks/
H A Dmain.yml66 vpc_id: "{{ vpc_id }}"
121 vpc_id: "{{ vpc_id }}"
129 - create_igw.vpc_id == vpc_id
169 - create_ngw.vpc_id == vpc_id
200 - first_ngw.vpc_id == vpc_id
228 - create_ngw.vpc_id == vpc_id
252 - create_ngw.vpc_id == vpc_id
279 - create_ngw.vpc_id == vpc_id
303 - create_ngw.vpc_id == vpc_id
921 vpc_id: "{{ vpc_id }}"
[all …]
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/cloud/amazon/
H A Dec2_vpc_egress_igw.py101 def create_eigw(module, conn, vpc_id): argument
113 response = conn.create_egress_only_internet_gateway(DryRun=module.check_mode, VpcId=vpc_id)
120 module.fail_json_aws(e, msg="invalid vpc ID '{0}' provided".format(vpc_id))
124 …fail_json_aws(e, msg="Could not create Egress-Only Internet Gateway for vpc ID {0}".format(vpc_id))
141 def describe_eigws(module, conn, vpc_id): argument
158 … if attachment.get('VpcId') == vpc_id and attachment.get('State') in ('attached', 'attaching'):
167 vpc_id=dict(required=True),
176 vpc_id = module.params.get('vpc_id')
179 eigw_id = describe_eigws(module, connection, vpc_id)
181 result = dict(gateway_id=eigw_id, vpc_id=vpc_id)
[all …]
H A Dec2_vpc_net.py202 def get_classic_link_with_backoff(connection, vpc_id): argument
212 def get_vpc(module, connection, vpc_id): argument
215 connection.get_waiter('vpc_available').wait(VpcIds=[vpc_id])
223 )(connection.describe_vpcs)(VpcIds=[vpc_id])['Vpcs'][0]
234 def update_vpc_tags(connection, module, vpc_id, tags, name): argument
307 VpcId=vpc_id
383 if vpc_id is None:
387 vpc_obj = get_vpc(module, connection, vpc_id)
444 VpcIds=[vpc_id],
465 if vpc_id is not None:
[all …]
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/test/support/integration/plugins/modules/
H A Dec2_vpc_net.py238 def get_classic_link_with_backoff(connection, vpc_id): argument
248 def get_vpc(module, connection, vpc_id): argument
251 connection.get_waiter('vpc_available').wait(VpcIds=[vpc_id])
267 def update_vpc_tags(connection, module, vpc_id, tags, name): argument
337 VpcId=vpc_id
415 if vpc_id is None:
419 vpc_obj = get_vpc(module, connection, vpc_id)
437 vpc_id,
490 VpcIds=[vpc_id],
511 if vpc_id is not None:
[all …]
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/test/support/integration/plugins/modules/
H A Dec2_vpc_net.py238 def get_classic_link_with_backoff(connection, vpc_id):
248 def get_vpc(module, connection, vpc_id):
251 connection.get_waiter('vpc_available').wait(VpcIds=[vpc_id])
267 def update_vpc_tags(connection, module, vpc_id, tags, name):
337 VpcId=vpc_id
415 if vpc_id is None:
419 vpc_obj = get_vpc(module, connection, vpc_id)
437 vpc_id,
490 VpcIds=[vpc_id],
511 if vpc_id is not None:
[all …]
/dports/net/bosh-bootloader/bosh-bootloader-7.2.12/terraform/aws/templates/
H A Dcf_lb.tf5 vpc_id = "${local.vpc_id}"
57 vpc_id = "${local.vpc_id}"
81 vpc_id = "${local.vpc_id}"
169 vpc_id = "${local.vpc_id}"
180 vpc_id = "${local.vpc_id}"
191 vpc_id = "${local.vpc_id}"
219 vpc_id = "${local.vpc_id}"
284 vpc_id = "${local.vpc_id}"
H A Dconcourse_lb.tf4 vpc_id = "${local.vpc_id}"
76 vpc_id = "${local.vpc_id}"
101 vpc_id = "${local.vpc_id}"
119 vpc_id = "${local.vpc_id}"
157 vpc_id = "${local.vpc_id}"
175 vpc_id = "${local.vpc_id}"
H A Dbase.tf75 vpc_id = "${local.vpc_id}"
155 vpc_id = "${local.vpc_id}"
161 vpc_id = "${local.vpc_id}"
220 vpc_id = "${local.vpc_id}"
306 vpc_id = "${local.vpc_id}"
381 vpc_id = "${local.vpc_id}"
390 vpc_id = "${local.vpc_id}"
406 vpc_id = "${local.vpc_id}"
420 vpc_id = "${local.vpc_id}"
436 vpc_id = "${local.vpc_id}"
[all …]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/aws/tests/integration/targets/ec2_vpc_igw/tasks/
H A Dmain.yml206 - vpc_igw_recreate.vpc_id == vpc_id
223 - vpc_igw_recreate.vpc_id == vpc_id
245 - vpc_igw_recreate.vpc_id == vpc_id
265 - vpc_igw_recreate.vpc_id == vpc_id
287 - vpc_igw_update.vpc_id == vpc_id
308 - vpc_igw_update.vpc_id == vpc_id
330 - vpc_igw_update.vpc_id == vpc_id
351 - vpc_igw_update.vpc_id == vpc_id
377 - vpc_igw_update.vpc_id == vpc_id
402 - vpc_igw_update.vpc_id == vpc_id
[all …]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/amazon/aws/plugins/modules/
H A Dec2_vpc_net.py246 def get_classic_link_status(module, connection, vpc_id): argument
276 def get_vpc(module, connection, vpc_id): argument
277 wait_for_vpc(module, connection, VpcIds=[vpc_id])
288 def update_vpc_tags(connection, module, vpc_id, tags, name): argument
363 VpcId=vpc_id,
442 if vpc_id is None:
446 vpc_obj = get_vpc(module, connection, vpc_id)
464 vpc_id,
517 VpcIds=[vpc_id],
537 if vpc_id is not None:
[all …]
/dports/devel/py-moto/moto-2.2.16/moto/ec2/responses/
H A Dvpcs.py36 vpc_id = self._get_param("VpcId")
55 vpc_id = self._get_param("VpcId")
62 vpc_id = self._get_param("VpcId")
67 return template.render(vpc_id=vpc_id, attribute=attribute, value=value)
82 vpc_id=vpc_id
93 vpc_id=vpc_id
111 classic_link_enabled = self.ec2_backend.enable_vpc_classic_link(vpc_id=vpc_id)
120 classic_link_enabled = self.ec2_backend.disable_vpc_classic_link(vpc_id=vpc_id)
158 vpc_id=vpc_id,
174 vpc_id=value["vpc_id"],
[all …]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/aws/plugins/modules/
H A Dec2_vpc_egress_igw.py98 def create_eigw(module, connection, vpc_id): argument
113 VpcId=vpc_id)
119 module.fail_json_aws(e, msg="invalid vpc ID '{0}' provided".format(vpc_id))
121 …fail_json_aws(e, msg="Could not create Egress-Only Internet Gateway for vpc ID {0}".format(vpc_id))
138 def describe_eigws(module, connection, vpc_id): argument
156 … if attachment.get('VpcId') == vpc_id and attachment.get('State') in ('attached', 'attaching'):
164 vpc_id=dict(required=True),
173 vpc_id = module.params.get('vpc_id')
176 eigw_id = describe_eigws(module, connection, vpc_id)
178 result = dict(gateway_id=eigw_id, vpc_id=vpc_id)
[all …]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/aws/tests/integration/targets/ec2_vpc_endpoint/tasks/
H A Dmain.yml126 vpc_id: '{{ vpc_id }}'
138 vpc_id: '{{ vpc_id }}'
287 vpc_id: '{{ vpc_id }}'
298 vpc_id: '{{ vpc_id }}'
361 vpc_id: '{{ vpc_id }}'
375 vpc_id: '{{ vpc_id }}'
417 vpc_id: '{{ vpc_id }}'
431 vpc_id: '{{ vpc_id }}'
511 vpc_id: '{{ vpc_id }}'
533 vpc_id: '{{ vpc_id }}'
[all …]
/dports/sysutils/py-salt/salt-3004.1/tests/unit/modules/
H A Dtest_boto_secgroup.py54 vpc_id = "vpc-mjm05d27" variable
177 secgroup_created_group[0].vpc_id,
191 group_name, group_description, vpc_id=vpc_id, **conn_parameters
201 secgroup_created_group[0].vpc_id,
220 name=group_name, description=group_description, vpc_id=vpc_id
245 name=group_name, description=group_description, vpc_id=vpc_id
316 group_name, group_description, vpc_id=vpc_id
333 conn.create_security_group(group_name, group_description, vpc_id=vpc_id)
335 name=group_name, vpc_id=vpc_id, **conn_parameters
346 group_name, vpc_id=vpc_id, **conn_parameters
[all …]
/dports/devel/py-moto/moto-2.2.16/tests/test_ec2/
H A Dtest_nat_gateway.py23 vpc_id = vpc["Vpc"]["VpcId"]
32 response["NatGateway"]["VpcId"].should.equal(vpc_id)
41 vpc_id = vpc["Vpc"]["VpcId"]
63 [gw["VpcId"] for gw in describe_all].should.contain(vpc_id)
67 assert describe_gateway[0]["VpcId"] == vpc_id
78 vpc_id = vpc["Vpc"]["VpcId"]
109 vpc_id = vpc["Vpc"]["VpcId"]
134 describe[0]["VpcId"].should.equal(vpc_id)
147 vpc_id = vpc["Vpc"]["VpcId"]
178 describe_response["NatGateways"][0]["VpcId"].should.equal(vpc_id)
[all …]
/dports/net/bosh-bootloader/bosh-bootloader-7.2.12/plan-patches/prometheus-lb-aws/terraform/
H A Dprometheus_lb.tf3 vpc_id = "${local.vpc_id}"
17 vpc_id = "${local.vpc_id}"
47 vpc_id = "${local.vpc_id}"
119 vpc_id = "${local.vpc_id}"
155 vpc_id = "${local.vpc_id}"
162 vpc_id = "${local.vpc_id}"
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/amazon/aws/tests/integration/targets/ec2_vpc_dhcp_option/tasks/
H A Dmain.yml73 vpc_id: "{{ vpc_id }}"
107 vpc_id: "{{ vpc_id }}"
121 vpc_id: "{{ vpc_id }}"
141 # vpc_id: "{{ vpc_id }}"
161 vpc_id: "{{ vpc_id }}"
210 vpc_id: '{{ vpc_id }}'
232 # vpc_id: "{{ vpc_id }}"
252 vpc_id: "{{ vpc_id }}"
298 vpc_id: "{{ vpc_id }}"
334 vpc_id: "{{ vpc_id }}"
[all …]
/dports/devel/py-cfn-lint/cfn-lint-0.54.2/src/cfnlint/rules/resources/ectwo/
H A DSecurityGroupIngress.py19 def check_ingress_rule(self, vpc_id, properties, path): argument
23 if vpc_id:
53 vpc_id = properties.get('VpcId', None)
63 vpc_id=vpc_id,
76 vpc_id = 'vpc-1234567'
78 vpc_id = None
84 vpc_id=vpc_id,
/dports/net/google-cloud-sdk/google-cloud-sdk/platform/gsutil/gslib/vendored/boto/boto/vpc/
H A D__init__.py149 params = {'VpcId': vpc_id}
178 params = {'VpcId': vpc_id}
285 params = {'VpcId': vpc_id}
587 if not vpc_id:
588 vpc_id = self.get_all_subnets([subnet_id])[0].vpc_id
604 params = {'VpcId': vpc_id}
868 'VpcId': vpc_id
893 'VpcId': vpc_id
1087 'VpcId': vpc_id}
1109 'VpcId': vpc_id}
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/gsutil/gslib/vendored/boto/boto/vpc/
H A D__init__.py149 params = {'VpcId': vpc_id}
178 params = {'VpcId': vpc_id}
285 params = {'VpcId': vpc_id}
587 if not vpc_id:
588 vpc_id = self.get_all_subnets([subnet_id])[0].vpc_id
604 params = {'VpcId': vpc_id}
868 'VpcId': vpc_id
893 'VpcId': vpc_id
1087 'VpcId': vpc_id}
1109 'VpcId': vpc_id}
[all …]
/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__.py149 params = {'VpcId': vpc_id}
178 params = {'VpcId': vpc_id}
285 params = {'VpcId': vpc_id}
587 if not vpc_id:
588 vpc_id = self.get_all_subnets([subnet_id])[0].vpc_id
604 params = {'VpcId': vpc_id}
868 'VpcId': vpc_id
893 'VpcId': vpc_id
1087 'VpcId': vpc_id}
1109 'VpcId': vpc_id}
[all …]
/dports/devel/py-boto/boto-2.49.0/boto/vpc/
H A D__init__.py149 params = {'VpcId': vpc_id}
178 params = {'VpcId': vpc_id}
285 params = {'VpcId': vpc_id}
587 if not vpc_id:
588 vpc_id = self.get_all_subnets([subnet_id])[0].vpc_id
604 params = {'VpcId': vpc_id}
868 'VpcId': vpc_id
893 'VpcId': vpc_id
1087 'VpcId': vpc_id}
1109 'VpcId': vpc_id}
[all …]

12345678910>>...23