Home
last modified time | relevance | path

Searched defs:vpc_id (Results 1 – 25 of 111) sorted by relevance

12345

/dports/sysutils/py-salt/salt-3004.1/salt/modules/
H A Dboto_secgroup.py92 vpc_id=None, argument
125 vpc_id=None, vpc_name=None, region=None, key=None, keyid=None, profile=None argument
163 vpc_id=None, argument
429 vpc_id=None, argument
475 vpc_id=None, argument
524 vpc_id=None, argument
577 vpc_id=None, argument
666 vpc_id=None, argument
742 vpc_id=None, argument
797 vpc_id=None, argument
[all …]
H A Dboto_vpc.py199 vpc_id=None, argument
573 vpc_id=None, argument
714 vpc_id=None, argument
823 vpc_id=None, argument
895 vpc_id=None, argument
967 vpc_id=None, argument
1074 vpc_id=None, argument
1353 vpc_id=None, argument
1434 vpc_id=None, argument
1576 vpc_id=None, argument
[all …]
/dports/sysutils/py-salt/salt-3004.1/salt/states/
H A Dboto_secgroup.py127 vpc_id=None, argument
267 vpc_id=None, argument
486 vpc_id=None, argument
631 vpc_id=None, argument
788 name, vpc_id=None, vpc_name=None, region=None, key=None, keyid=None, profile=None argument
862 vpc_id=None, argument
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/cloud/amazon/
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
234 def update_vpc_tags(connection, module, vpc_id, tags, name): argument
301 def wait_for_vpc_attribute(connection, module, vpc_id, attribute, expected_value): argument
H A Dec2_vpc_igw.py123 def get_matching_igw(self, vpc_id): argument
209 def ensure_igw_absent(self, vpc_id): argument
227 def ensure_igw_present(self, vpc_id, tags): argument
H A Dec2_vpc_egress_igw.py101 def create_eigw(module, conn, vpc_id): argument
141 def describe_eigws(module, conn, vpc_id): argument
H A Dec2_vpc_route_table.py254 def find_subnets(connection, module, vpc_id, identified_subnets): argument
307 def find_igw(connection, module, vpc_id): argument
394 def get_route_table_by_tags(connection, module, vpc_id, tags): argument
497 def ensure_subnet_association(connection=None, module=None, vpc_id=None, route_table_id=None, subne… argument
617 def create_route_spec(connection, module, vpc_id): argument
H A Dec2_eni.py316 def create_eni(connection, vpc_id, module): argument
365 def modify_eni(connection, vpc_id, module, eni): argument
/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
267 def update_vpc_tags(connection, module, vpc_id, tags, name): argument
331 def wait_for_vpc_attribute(connection, module, vpc_id, attribute, expected_value): argument
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/aws/plugins/modules/
H A Dec2_vpc_igw.py139 def get_matching_igw(self, vpc_id): argument
221 def ensure_igw_absent(self, vpc_id): argument
239 def ensure_igw_present(self, vpc_id, tags, purge_tags): argument
H A Dec2_vpc_egress_igw.py98 def create_eigw(module, connection, vpc_id): argument
138 def describe_eigws(module, connection, vpc_id): argument
H A Dec2_vpc_route_table.py277 def find_subnets(connection, module, vpc_id, identified_subnets): argument
330 def find_igw(connection, module, vpc_id): argument
404 def get_route_table_by_tags(connection, module, vpc_id, tags): argument
510 def ensure_subnet_association(connection=None, module=None, vpc_id=None, route_table_id=None, subne… argument
637 def create_route_spec(connection, module, vpc_id): argument
/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
288 def update_vpc_tags(connection, module, vpc_id, tags, name): argument
357 def wait_for_vpc_attribute(connection, module, vpc_id, attribute, expected_value): argument
/dports/net/google-cloud-sdk/google-cloud-sdk/platform/gsutil/gslib/vendored/boto/boto/vpc/
H A D__init__.py136 def delete_vpc(self, vpc_id, dry_run=False): argument
154 def modify_vpc_attribute(self, vpc_id, argument
272 def create_route_table(self, vpc_id, dry_run=False): argument
573 def disassociate_network_acl(self, subnet_id, vpc_id=None): argument
594 def create_network_acl(self, vpc_id): argument
849 def attach_internet_gateway(self, internet_gateway_id, vpc_id, argument
874 def detach_internet_gateway(self, internet_gateway_id, vpc_id, argument
1599 def create_vpc_peering_connection(self, vpc_id, peer_vpc_id, argument
1715 def attach_classic_link_vpc(self, vpc_id, instance_id, groups, argument
1787 def disable_vpc_classic_link(self, vpc_id, dry_run=False): argument
[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__.py136 def delete_vpc(self, vpc_id, dry_run=False): argument
154 def modify_vpc_attribute(self, vpc_id, argument
272 def create_route_table(self, vpc_id, dry_run=False): argument
573 def disassociate_network_acl(self, subnet_id, vpc_id=None): argument
594 def create_network_acl(self, vpc_id): argument
849 def attach_internet_gateway(self, internet_gateway_id, vpc_id, argument
874 def detach_internet_gateway(self, internet_gateway_id, vpc_id, argument
1599 def create_vpc_peering_connection(self, vpc_id, peer_vpc_id, argument
1715 def attach_classic_link_vpc(self, vpc_id, instance_id, groups, argument
1787 def disable_vpc_classic_link(self, vpc_id, dry_run=False): argument
[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__.py136 def delete_vpc(self, vpc_id, dry_run=False): argument
154 def modify_vpc_attribute(self, vpc_id, argument
272 def create_route_table(self, vpc_id, dry_run=False): argument
573 def disassociate_network_acl(self, subnet_id, vpc_id=None): argument
594 def create_network_acl(self, vpc_id): argument
849 def attach_internet_gateway(self, internet_gateway_id, vpc_id, argument
874 def detach_internet_gateway(self, internet_gateway_id, vpc_id, argument
1599 def create_vpc_peering_connection(self, vpc_id, peer_vpc_id, argument
1715 def attach_classic_link_vpc(self, vpc_id, instance_id, groups, argument
1787 def disable_vpc_classic_link(self, vpc_id, dry_run=False): argument
[all …]
/dports/devel/py-boto/boto-2.49.0/boto/vpc/
H A D__init__.py136 def delete_vpc(self, vpc_id, dry_run=False): argument
154 def modify_vpc_attribute(self, vpc_id, argument
272 def create_route_table(self, vpc_id, dry_run=False): argument
573 def disassociate_network_acl(self, subnet_id, vpc_id=None): argument
594 def create_network_acl(self, vpc_id): argument
849 def attach_internet_gateway(self, internet_gateway_id, vpc_id, argument
874 def detach_internet_gateway(self, internet_gateway_id, vpc_id, argument
1599 def create_vpc_peering_connection(self, vpc_id, peer_vpc_id, argument
1715 def attach_classic_link_vpc(self, vpc_id, instance_id, groups, argument
1787 def disable_vpc_classic_link(self, vpc_id, dry_run=False): argument
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/go-discover/test/tf/aws/modules/network/
H A Doutputs.tf5 output "vpc_id" { outputValue
/dports/sysutils/terraform/terraform-1.0.11/internal/terraform/testdata/apply-destroy-module-with-attrs/child/
H A Dmain.tf1 variable "vpc_id" {} variable
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/gocloud.dev/docstore/mongodocstore/awsdocdb/
H A Dvariables.tf6 variable "vpc_id" { variable
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/gocloud.dev/docstore/mongodocstore/awsdocdb/
H A Dvariables.tf6 variable "vpc_id" { variable
/dports/www/gohugo/hugo-0.91.2/vendor/gocloud.dev/docstore/mongodocstore/awsdocdb/
H A Dvariables.tf6 variable "vpc_id" { variable
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/gocloud.dev/go-cloud-5094f54ed8bb/docstore/mongodocstore/awsdocdb/
H A Dvariables.tf6 variable "vpc_id" { variable
/dports/net/google-cloud-sdk/google-cloud-sdk/platform/gsutil/gslib/vendored/boto/tests/integration/rds/
H A Dtest_db_subnet_group.py33 def _is_ok(subnet_group, vpc_id, description, subnets): argument
/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/rds/
H A Dtest_db_subnet_group.py33 def _is_ok(subnet_group, vpc_id, description, subnets): argument

12345