Home
last modified time | relevance | path

Searched defs:snapshot_id (Results 1 – 5 of 5) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/
Dblockdevicemapping.py35 snapshot_id=None, argument
Dconnection.py272 snapshot_id=None, argument
2492 def delete_snapshot(self, snapshot_id, dry_run=False): argument
2695 def get_snapshot_attribute(self, snapshot_id, argument
2724 def modify_snapshot_attribute(self, snapshot_id, argument
2764 def reset_snapshot_attribute(self, snapshot_id, argument
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/rds/
Ddbinstance.py232 def snapshot(self, snapshot_id): argument
D__init__.py1040 def get_all_dbsnapshots(self, snapshot_id=None, instance_id=None, argument
1164 def create_dbsnapshot(self, snapshot_id, dbinstance_id): argument
/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