Home
last modified time | relevance | path

Searched refs:delete_on_termination (Results 1 – 9 of 9) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/
Dnetworkinterface.py50 self.delete_on_termination = False
73 self.delete_on_termination = True
75 self.delete_on_termination = False
280 if spec.delete_on_termination is not None:
282 'true' if spec.delete_on_termination else 'false'
337 groups=None, delete_on_termination=None, argument
347 self.delete_on_termination = delete_on_termination
Dblockdevicemapping.py38 delete_on_termination=False, argument
50 self.delete_on_termination = delete_on_termination
76 self.delete_on_termination = (value == 'true')
149 if block_dev.delete_on_termination:
Dconnection.py348 delete_on_termination=delete_root_volume_on_termination)
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/ec2/
Dtest_blockdevicemapping.py38 self.assertEqual(self.block_device_type.delete_on_termination, True)
42 self.assertEqual(self.block_device_type.delete_on_termination, False)
66 b1.delete_on_termination == b2.delete_on_termination,
109 … dev_sdg = BlockDeviceType(snapshot_id='snap-12346', delete_on_termination=True, encrypted=True)
Dtest_networkinterface.py116 private_ip_address='10.0.0.54', delete_on_termination=False,
129 private_ip_address='10.0.1.54', delete_on_termination=False,
138 private_ip_address='10.0.1.54', delete_on_termination=False,
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/autoscale/
Dlaunchconfig.py106 delete_on_termination=True, iops=None, argument
193 self.delete_on_termination = delete_on_termination
258 self.delete_on_termination = True
260 self.delete_on_termination = False
D__init__.py277 if launch_config.delete_on_termination:
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/ec2/vpc/
Dtest_connection.py97 delete_on_termination=True, private_ip_addresses=[
139 delete_on_termination=True
179 delete_on_termination=True
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/ec2/autoscale/
Dtest_group.py376 delete_on_termination=False,
854 self.assertEqual(response[0].block_device_mappings['/dev/xvdp'].delete_on_termination, True)
859 … self.assertEqual(response[0].block_device_mappings['/dev/xvdh'].delete_on_termination, False)