Home
last modified time | relevance | path

Searched refs:volume_size (Results 1 – 2 of 2) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/autoscale/
Dlaunchconfig.py34 def __init__(self, connection=None, snapshot_id=None, volume_size=None): argument
37 self.volume_size = volume_size
40 return 'Ebs(%s, %s)' % (self.snapshot_id, self.volume_size)
49 self.volume_size = value
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/
Dsnapshot.py42 self.volume_size = None
64 self.volume_size = int(value)
66 self.volume_size = value