Home
last modified time | relevance | path

Searched refs:restorable_by (Results 1 – 4 of 4) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/
Dvolume.py222 def snapshots(self, owner=None, restorable_by=None, dry_run=False): argument
247 restorable_by=restorable_by,
Dconnection.py2409 owner=None, restorable_by=None, argument
2453 if restorable_by:
2454 self.build_list_params(params, restorable_by, 'RestorableBy')
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/ec2/
Dtest_snapshot.py42 restorable_by='999988887777',
Dtest_volume.py207 owner="owner", restorable_by="restorable_by", dry_run=False)