DistributedDbStorageVault

class oci.distributed_database.models.DistributedDbStorageVault(**kwargs)

Bases: object

The Storage Vault for Distributed Database Resource

Methods

__init__(**kwargs) Initializes a new DistributedDbStorageVault object with values from keyword arguments.

Attributes

additional_flash_cache_in_percent Gets the additional_flash_cache_in_percent of this DistributedDbStorageVault.
db_storage_vault_id Gets the db_storage_vault_id of this DistributedDbStorageVault.
display_name Gets the display_name of this DistributedDbStorageVault.
high_capacity_database_storage [Required] Gets the high_capacity_database_storage of this DistributedDbStorageVault.
__init__(**kwargs)

Initializes a new DistributedDbStorageVault object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • display_name (str) – The value to assign to the display_name property of this DistributedDbStorageVault.
  • db_storage_vault_id (str) – The value to assign to the db_storage_vault_id property of this DistributedDbStorageVault.
  • high_capacity_database_storage (int) – The value to assign to the high_capacity_database_storage property of this DistributedDbStorageVault.
  • additional_flash_cache_in_percent (int) – The value to assign to the additional_flash_cache_in_percent property of this DistributedDbStorageVault.
additional_flash_cache_in_percent

Gets the additional_flash_cache_in_percent of this DistributedDbStorageVault. The size of additional Flash Cache in percentage of High Capacity database storage.

Returns:The additional_flash_cache_in_percent of this DistributedDbStorageVault.
Return type:int
db_storage_vault_id

Gets the db_storage_vault_id of this DistributedDbStorageVault. The OCID of the Database Vault Storage.

Returns:The db_storage_vault_id of this DistributedDbStorageVault.
Return type:str
display_name

Gets the display_name of this DistributedDbStorageVault. The user-friendly name for the Exadata Database Storage Vault. The name does not need to be unique.

Returns:The display_name of this DistributedDbStorageVault.
Return type:str
high_capacity_database_storage

[Required] Gets the high_capacity_database_storage of this DistributedDbStorageVault. Total storage capacity in GB for vault storage.

Returns:The high_capacity_database_storage of this DistributedDbStorageVault.
Return type:int