/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/vpc/ |
D | __init__.py | 137 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 …]
|
D | vpngateway.py | 31 self.vpc_id = None 39 self.vpc_id = value 81 def attach(self, vpc_id, dry_run=False): argument 84 vpc_id,
|
D | internetgateway.py | 59 self.vpc_id = None 63 return 'InternetGatewayAttachment:%s' % self.vpc_id 70 self.vpc_id = value
|
D | vpc_peering_connection.py | 38 self.vpc_id = None 43 return 'VpcInfo:%s' % self.vpc_id 50 self.vpc_id = value
|
D | subnet.py | 33 self.vpc_id = None 46 self.vpc_id = value
|
D | routetable.py | 34 self.vpc_id = None 61 self.vpc_id = value
|
D | vpc.py | 178 vpc_id=self.id, 201 vpc_id=self.id,
|
D | networkacl.py | 56 self.vpc_id = None 83 self.vpc_id = value
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/vpc/ |
D | test_vpc_peering_connection.py | 88 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')
|
D | test_vpc.py | 204 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,
|
D | test_subnet.py | 102 self.assertEquals(api_response.vpc_id, 'vpc-1a2b3c4d')
|
D | test_vpngateway.py | 139 self.assertEquals(api_response.vpc_id, 'vpc-1a2b3c4d')
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/rds/ |
D | test_db_subnet_group.py | 33 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/ |
D | securitygroup.py | 39 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:
|
D | attributes.py | 51 self.vpc_id = None 62 self.vpc_id = value
|
D | connection.py | 2970 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
|
D | networkinterface.py | 105 self.vpc_id = None 143 self.vpc_id = value
|
D | instance.py | 231 self.vpc_id = None 368 self.vpc_id = value
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/rds/ |
D | optiongroup.py | 60 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
|
D | dbsubnetgroup.py | 47 self.vpc_id = None 64 self.vpc_id = value
|
D | dbsnapshot.py | 69 self.vpc_id = None 115 self.vpc_id = value
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/route53/ |
D | connection.py | 179 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/ |
D | layer1.py | 225 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/ |
D | loadbalancer.py | 125 self.vpc_id = None 177 self.vpc_id = value
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/rds/ |
D | test_snapshot.py | 98 self.assertEqual(response[0].vpc_id, 'myvpc')
|