Home
last modified time | relevance | path

Searched refs:subnet_id (Results 1 – 15 of 15) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/
Dnetworkinterface.py104 self.subnet_id = None
141 self.subnet_id = value
276 if spec.subnet_id is not None:
277 params[full_prefix + 'SubnetId'] = str(spec.subnet_id)
336 subnet_id=None, description=None, private_ip_address=None, argument
343 self.subnet_id = subnet_id
Dlaunchspecification.py56 self.subnet_id = None
96 self.subnet_id = value
Dimage.py174 monitoring_enabled=False, subnet_id=None, argument
321 monitoring_enabled, subnet_id,
Dconnection.py743 monitoring_enabled=False, subnet_id=None, argument
947 if subnet_id:
948 params['SubnetId'] = subnet_id
1429 monitoring_enabled=False, subnet_id=None, argument
1620 if subnet_id:
1621 params['%s.SubnetId' % ls] = subnet_id
4270 def create_network_interface(self, subnet_id, private_ip_address=None, argument
4298 params = {'SubnetId': subnet_id}
Dinstance.py230 self.subnet_id = None
366 self.subnet_id = value
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cloudhsm/
Dlayer1.py78 def create_hsm(self, subnet_id, ssh_key, iam_role_arn, subscription_type, argument
116 'SubnetId': subnet_id,
365 def modify_hsm(self, hsm_arn, subnet_id=None, eni_ip=None, argument
391 if subnet_id is not None:
392 params['SubnetId'] = subnet_id
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/vpc/
D__init__.py228 def associate_route_table(self, route_table_id, subnet_id, dry_run=False): argument
246 'SubnetId': subnet_id
549 def associate_network_acl(self, network_acl_id, subnet_id): argument
563 acl = self.get_all_network_acls(filters=[('association.subnet-id', subnet_id)])[0]
564 …tion = [ association for association in acl.associations if association.subnet_id == subnet_id ][0]
574 def disassociate_network_acl(self, subnet_id, vpc_id=None): argument
589 vpc_id = self.get_all_subnets([subnet_id])[0].vpc_id
593 return self.associate_network_acl(default_acl_id, subnet_id)
1183 def delete_subnet(self, subnet_id, dry_run=False): argument
1196 params = {'SubnetId': subnet_id}
Droutetable.py98 self.subnet_id = None
113 self.subnet_id = value
Dnetworkacl.py125 self.subnet_id = None
140 self.subnet_id = value
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/ec2/
Dtest_networkinterface.py114 device_index=1, subnet_id='subnet_id',
126 device_index=2, subnet_id='subnet_id2',
135 device_index=0, subnet_id='subnet_id2',
Dtest_connection.py490 self.assertEqual(launch_spec.subnet_id, None)
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/ec2/vpc/
Dtest_connection.py94 device_index=0, subnet_id=self.subnet.id,
137 subnet_id=self.subnet.id,
177 subnet_id=self.subnet.id,
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/vpc/
Dtest_routetable.py100 self.assertIsNone(api_response[0].associations[0].subnet_id)
119 self.assertEquals(api_response[1].associations[0].subnet_id, 'subnet-15ad487c')
/external/selinux/secilc/docs/
Dcil_network_labeling_statements.md112 (nodecon subnet_id netmask_id context_id)
127 <td align="left"><p><code>subnet_id</code></p></td>
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/opsworks/
Dlayer1.py621 subnet_id=None, architecture=None, argument
744 if subnet_id is not None:
745 params['SubnetId'] = subnet_id