Searched refs:volume_type (Results 1 – 6 of 6) sorted by relevance
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/ |
D | blockdevicemapping.py | 40 volume_type=None, argument 52 self.volume_type = volume_type 78 self.volume_type = value 153 if block_dev.volume_type: 154 params['%s.Ebs.VolumeType' % pre] = block_dev.volume_type
|
D | snapshot.py | 130 def create_volume(self, zone, size=None, volume_type=None, iops=None, argument 156 volume_type,
|
D | connection.py | 2267 def create_volume(self, size, zone, snapshot=None, volume_type=None, argument 2307 if volume_type: 2308 params['VolumeType'] = volume_type
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/autoscale/ |
D | launchconfig.py | 105 associate_public_ip_address=None, volume_type=None, argument 192 self.volume_type = volume_type 255 self.volume_type = value
|
D | __init__.py | 275 if launch_config.volume_type: 276 params['VolumeType'] = launch_config.volume_type
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/ec2/autoscale/ |
D | test_group.py | 375 volume_type='atype', 857 self.assertEqual(response[0].block_device_mappings['/dev/xvdp'].volume_type, 'io1') 862 self.assertEqual(response[0].block_device_mappings['/dev/xvdh'].volume_type, 'io1')
|