Home
last modified time | relevance | path

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

12

/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/vpc/
D__init__.py137 def delete_vpc(self, vpc_id, dry_run=False): argument
150 params = {'VpcId': vpc_id}
155 def modify_vpc_attribute(self, vpc_id, argument
179 params = {'VpcId': vpc_id}
273 def create_route_table(self, vpc_id, dry_run=False): argument
286 params = {'VpcId': vpc_id}
574 def disassociate_network_acl(self, subnet_id, vpc_id=None): argument
588 if not vpc_id:
589 vpc_id = self.get_all_subnets([subnet_id])[0].vpc_id
590 acls = self.get_all_network_acls(filters=[('vpc-id', vpc_id), ('default', 'true')])
[all …]
Dvpngateway.py31 self.vpc_id = None
39 self.vpc_id = value
81 def attach(self, vpc_id, dry_run=False): argument
84 vpc_id,
Dinternetgateway.py59 self.vpc_id = None
63 return 'InternetGatewayAttachment:%s' % self.vpc_id
70 self.vpc_id = value
Dvpc_peering_connection.py38 self.vpc_id = None
43 return 'VpcInfo:%s' % self.vpc_id
50 self.vpc_id = value
Dsubnet.py33 self.vpc_id = None
46 self.vpc_id = value
Droutetable.py34 self.vpc_id = None
61 self.vpc_id = value
Dvpc.py178 vpc_id=self.id,
201 vpc_id=self.id,
Dnetworkacl.py56 self.vpc_id = None
83 self.vpc_id = value
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/vpc/
Dtest_vpc_peering_connection.py88 self.assertEqual(vpc_peering_connection.requester_vpc_info.vpc_id, 'vpc-1a2b3c4d')
91 self.assertEqual(vpc_peering_connection.accepter_vpc_info.vpc_id, 'vpc-aa22cc33')
98 self.assertEqual(vpc_peering_connection.requester_vpc_info.vpc_id, 'vpc-2398abcd')
101 self.assertEqual(vpc_peering_connection.accepter_vpc_info.vpc_id, 'vpc-0983bcda')
141 self.assertEqual(vpc_peering_connection.requester_vpc_info.vpc_id, 'vpc-1a2b3c4d')
144 self.assertEqual(vpc_peering_connection.accepter_vpc_info.vpc_id, 'vpc-a1b2c3d4')
266 self.assertEqual(vpc_peering_connection.requester_vpc_info.vpc_id, 'vpc-1a2b3c4d')
269 self.assertEqual(vpc_peering_connection.accepter_vpc_info.vpc_id, 'vpc-111aaa22')
Dtest_vpc.py204 self.vpc_id = 'myid'
205 self.vpc.id = self.vpc_id
229 'VpcId': self.vpc_id,
255 'VpcId': self.vpc_id,
282 'VpcId': self.vpc_id,
306 'VpcId': self.vpc_id,
329 'VpcId': self.vpc_id,
359 'VpcId.1': self.vpc_id,
Dtest_subnet.py102 self.assertEquals(api_response.vpc_id, 'vpc-1a2b3c4d')
Dtest_vpngateway.py139 self.assertEquals(api_response.vpc_id, 'vpc-1a2b3c4d')
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/rds/
Dtest_db_subnet_group.py33 def _is_ok(subnet_group, vpc_id, description, subnets): argument
34 if subnet_group.vpc_id != vpc_id:
35 print 'vpc_id is ',subnet_group.vpc_id, 'but should be ', vpc_id
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/
Dsecuritygroup.py39 self.vpc_id = None
65 self.vpc_id = value
86 if self.vpc_id:
176 if not self.vpc_id:
179 if self.vpc_id:
187 if not self.vpc_id:
216 if not self.vpc_id:
219 if self.vpc_id:
227 if not self.vpc_id:
299 if self.vpc_id:
Dattributes.py51 self.vpc_id = None
62 self.vpc_id = value
Dconnection.py2970 def create_security_group(self, name, description, vpc_id=None, argument
2996 if vpc_id is not None:
2997 params['VpcId'] = vpc_id
3006 if vpc_id is not None:
3007 group.vpc_id = vpc_id
4428 def describe_vpc_attribute(self, vpc_id, attribute=None, dry_run=False): argument
4435 'VpcId': vpc_id
4444 def modify_vpc_attribute(self, vpc_id, enable_dns_support=None, argument
4452 'VpcId': vpc_id
Dnetworkinterface.py105 self.vpc_id = None
143 self.vpc_id = value
Dinstance.py231 self.vpc_id = None
368 self.vpc_id = value
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/rds/
Doptiongroup.py60 allow_both_vpc_and_nonvpc=False, vpc_id=None): argument
66 self.vpc_id = vpc_id
95 self.vpc_id = value
249 def __init__(self, vpc_id=None, status=None): argument
250 self.vpc_id = vpc_id
254 return 'VpcSecurityGroup:%s' % self.vpc_id
261 self.vpc_id = value
Ddbsubnetgroup.py47 self.vpc_id = None
64 self.vpc_id = value
Ddbsnapshot.py69 self.vpc_id = None
115 self.vpc_id = value
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/route53/
Dconnection.py179 private_zone=False, vpc_id=None, vpc_region=None): argument
224 'vpc_id': vpc_id,
507 vpc_id=None, vpc_region=None): argument
534 vpc_id=vpc_id, vpc_region=vpc_region)
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/opsworks/
Dlayer1.py225 region=None, vpc_id=None, attributes=None, argument
441 if vpc_id is not None:
442 params['VpcId'] = vpc_id
900 default_instance_profile_arn, vpc_id=None, argument
1093 if vpc_id is not None:
1094 params['VpcId'] = vpc_id
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/elb/
Dloadbalancer.py125 self.vpc_id = None
177 self.vpc_id = value
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/rds/
Dtest_snapshot.py98 self.assertEqual(response[0].vpc_id, 'myvpc')

12