Home
last modified time | relevance | path

Searched refs:skip_final_snapshot (Results 1 – 5 of 5) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/rds/
Ddbinstance.py273 def stop(self, skip_final_snapshot=False, final_snapshot_id=''): argument
291 skip_final_snapshot,
D__init__.py705 def delete_dbinstance(self, id, skip_final_snapshot=False, argument
728 if skip_final_snapshot:
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/rds2/
Dtest_connection.py56 skip_final_snapshot=True
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/rds/
Dtest_promote_modify.py35 self.conn.delete_dbinstance(db, skip_final_snapshot=True)
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/rds2/
Dlayer1.py1191 skip_final_snapshot=None, argument
1246 if skip_final_snapshot is not None:
1248 skip_final_snapshot).lower()