Searched refs:restorable_by (Results 1 – 4 of 4) sorted by relevance
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/ |
D | volume.py | 222 def snapshots(self, owner=None, restorable_by=None, dry_run=False): argument 247 restorable_by=restorable_by,
|
D | connection.py | 2409 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/ |
D | test_snapshot.py | 42 restorable_by='999988887777',
|
D | test_volume.py | 207 owner="owner", restorable_by="restorable_by", dry_run=False)
|