HomeSort by relevance Sort by last modified time
    Searched refs:allocated_storage (Results 1 - 6 of 6) sorted by null

  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/rds2/
test_connection.py 44 allocated_storage=5,
72 allocated_storage=10,
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/rds/
dbsnapshot.py 30 :ivar allocated_storage: Specifies the allocated storage size in gigabytes (GB)
60 self.allocated_storage = None
99 self.allocated_storage = int(value)
dbinstance.py 42 :ivar allocated_storage: The size of the disk in gigabytes (int).
97 self.allocated_storage = None
170 self.allocated_storage = int(value)
296 master_password=None, allocated_storage=None,
325 :type allocated_storage: int
326 :param allocated_storage: The new allocated storage size, in GBs.
390 allocated_storage,
__init__.py 140 allocated_storage,
186 :type allocated_storage: int
187 :param allocated_storage: Initially allocated storage size, in GBs.
388 # allocated_storage => AllocatedStorage
411 'AllocatedStorage': allocated_storage,
566 master_password=None, allocated_storage=None,
601 :type allocated_storage: int
602 :param allocated_storage: The new allocated storage size, in GBs.
686 if allocated_storage:
687 params['AllocatedStorage'] = allocated_storage
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/rds/
test_connection.py 148 self.assertEqual(db.allocated_storage, 200)
294 self.assertEqual(db.allocated_storage, 10)
337 self.assertEqual(db.allocated_storage, 10)
412 self.assertEqual(db.allocated_storage, 10)
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/rds2/
layer1.py 321 def create_db_instance(self, db_instance_identifier, allocated_storage,
387 :type allocated_storage: integer
388 :param allocated_storage: The amount of storage (in gigabytes) to be
653 'AllocatedStorage': allocated_storage,
    [all...]

Completed in 1106 milliseconds