DistributedDbStorageVault¶
-
class
oci.distributed_database_v26.models.DistributedDbStorageVault(**kwargs)¶ Bases:
objectThe Storage Vault for Distributed Database Resource.
Methods
__init__(**kwargs)Initializes a new DistributedDbStorageVault object with values from keyword arguments. Attributes
additional_flash_cache_in_percentGets the additional_flash_cache_in_percent of this DistributedDbStorageVault. autoscale_limit_in_gbsGets the autoscale_limit_in_gbs of this DistributedDbStorageVault. compartment_id[Required] Gets the compartment_id of this DistributedDbStorageVault. db_storage_vault_idGets the db_storage_vault_id of this DistributedDbStorageVault. display_nameGets the display_name of this DistributedDbStorageVault. high_capacity_database_storage[Required] Gets the high_capacity_database_storage of this DistributedDbStorageVault. is_autoscale_enabledGets the is_autoscale_enabled of this DistributedDbStorageVault. subscription_idGets the subscription_id 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: - compartment_id (str) – The value to assign to the compartment_id property of this DistributedDbStorageVault.
- 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.
- subscription_id (str) – The value to assign to the subscription_id property of this DistributedDbStorageVault.
- is_autoscale_enabled (bool) – The value to assign to the is_autoscale_enabled property of this DistributedDbStorageVault.
- autoscale_limit_in_gbs (int) – The value to assign to the autoscale_limit_in_gbs 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
-
autoscale_limit_in_gbs¶ Gets the autoscale_limit_in_gbs of this DistributedDbStorageVault. The maximum limit, in gigabytes, to which the Vault storage size can automatically scale when auto scaling is enabled for the Database Storage Vault.
Returns: The autoscale_limit_in_gbs of this DistributedDbStorageVault. Return type: int
-
compartment_id¶ [Required] Gets the compartment_id of this DistributedDbStorageVault. The OCID of the compartment for Db Storage Vault.
Returns: The compartment_id of this DistributedDbStorageVault. Return type: str
-
db_storage_vault_id¶ Gets the db_storage_vault_id of this DistributedDbStorageVault. The OCID of the Exadata Database Storage Vault.
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
-
is_autoscale_enabled¶ Gets the is_autoscale_enabled of this DistributedDbStorageVault. Indicates if autoscale feature is enabled for the Database Storage Vault. The default value is FALSE.
Returns: The is_autoscale_enabled of this DistributedDbStorageVault. Return type: bool
-