UpdateExascaleDbStorageVaultDetails¶
-
class
oci.database.models.
UpdateExascaleDbStorageVaultDetails
(**kwargs)¶ Bases:
object
Details for updating the Exadata Database Storage Vault.
Methods
__init__
(**kwargs)Initializes a new UpdateExascaleDbStorageVaultDetails object with values from keyword arguments. Attributes
additional_flash_cache_in_percent
Gets the additional_flash_cache_in_percent of this UpdateExascaleDbStorageVaultDetails. defined_tags
Gets the defined_tags of this UpdateExascaleDbStorageVaultDetails. description
Gets the description of this UpdateExascaleDbStorageVaultDetails. display_name
Gets the display_name of this UpdateExascaleDbStorageVaultDetails. freeform_tags
Gets the freeform_tags of this UpdateExascaleDbStorageVaultDetails. high_capacity_database_storage
Gets the high_capacity_database_storage of this UpdateExascaleDbStorageVaultDetails. -
__init__
(**kwargs)¶ Initializes a new UpdateExascaleDbStorageVaultDetails 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 UpdateExascaleDbStorageVaultDetails.
- description (str) – The value to assign to the description property of this UpdateExascaleDbStorageVaultDetails.
- high_capacity_database_storage (oci.database.models.ExascaleDbStorageInputDetails) – The value to assign to the high_capacity_database_storage property of this UpdateExascaleDbStorageVaultDetails.
- additional_flash_cache_in_percent (int) – The value to assign to the additional_flash_cache_in_percent property of this UpdateExascaleDbStorageVaultDetails.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this UpdateExascaleDbStorageVaultDetails.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this UpdateExascaleDbStorageVaultDetails.
-
additional_flash_cache_in_percent
¶ Gets the additional_flash_cache_in_percent of this UpdateExascaleDbStorageVaultDetails. The size of additional Flash Cache in percentage of High Capacity database storage.
Returns: The additional_flash_cache_in_percent of this UpdateExascaleDbStorageVaultDetails. Return type: int
Gets the defined_tags of this UpdateExascaleDbStorageVaultDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
Returns: The defined_tags of this UpdateExascaleDbStorageVaultDetails. Return type: dict(str, dict(str, object))
-
description
¶ Gets the description of this UpdateExascaleDbStorageVaultDetails. Exadata Database Storage Vault description.
Returns: The description of this UpdateExascaleDbStorageVaultDetails. Return type: str
-
display_name
¶ Gets the display_name of this UpdateExascaleDbStorageVaultDetails. The user-friendly name for the Exadata Database Storage Vault. The name does not need to be unique.
Returns: The display_name of this UpdateExascaleDbStorageVaultDetails. Return type: str
Gets the freeform_tags of this UpdateExascaleDbStorageVaultDetails. Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags.
Example: {“Department”: “Finance”}
Returns: The freeform_tags of this UpdateExascaleDbStorageVaultDetails. Return type: dict(str, str)
-
high_capacity_database_storage
¶ Gets the high_capacity_database_storage of this UpdateExascaleDbStorageVaultDetails.
Returns: The high_capacity_database_storage of this UpdateExascaleDbStorageVaultDetails. Return type: oci.database.models.ExascaleDbStorageInputDetails
-