DbStorageVaultDetails¶
-
class
oci.distributed_database.models.DbStorageVaultDetails(**kwargs)¶ Bases:
objectDetails of the request to create exascale db vault storage for shard or catalog of the distributed database.
Methods
__init__(**kwargs)Initializes a new DbStorageVaultDetails object with values from keyword arguments. Attributes
additional_flash_cache_in_percentGets the additional_flash_cache_in_percent of this DbStorageVaultDetails. high_capacity_database_storage[Required] Gets the high_capacity_database_storage of this DbStorageVaultDetails. -
__init__(**kwargs)¶ Initializes a new DbStorageVaultDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - high_capacity_database_storage (int) – The value to assign to the high_capacity_database_storage property of this DbStorageVaultDetails.
- additional_flash_cache_in_percent (int) – The value to assign to the additional_flash_cache_in_percent property of this DbStorageVaultDetails.
-
additional_flash_cache_in_percent¶ Gets the additional_flash_cache_in_percent of this DbStorageVaultDetails. The size of additional Flash Cache in percentage of High Capacity database storage.
Returns: The additional_flash_cache_in_percent of this DbStorageVaultDetails. Return type: int
-
high_capacity_database_storage¶ [Required] Gets the high_capacity_database_storage of this DbStorageVaultDetails. Total storage capacity in GB for vault storage.
Returns: The high_capacity_database_storage of this DbStorageVaultDetails. Return type: int
-