CreateExascaleDbStorageVaultDetails¶
-
class
oci.database.models.
CreateExascaleDbStorageVaultDetails
(**kwargs)¶ Bases:
object
Details to create a Exadata Database Storage Vault.
Methods
__init__
(**kwargs)Initializes a new CreateExascaleDbStorageVaultDetails object with values from keyword arguments. Attributes
additional_flash_cache_in_percent
Gets the additional_flash_cache_in_percent of this CreateExascaleDbStorageVaultDetails. availability_domain
[Required] Gets the availability_domain of this CreateExascaleDbStorageVaultDetails. compartment_id
[Required] Gets the compartment_id of this CreateExascaleDbStorageVaultDetails. defined_tags
Gets the defined_tags of this CreateExascaleDbStorageVaultDetails. description
Gets the description of this CreateExascaleDbStorageVaultDetails. display_name
[Required] Gets the display_name of this CreateExascaleDbStorageVaultDetails. freeform_tags
Gets the freeform_tags of this CreateExascaleDbStorageVaultDetails. high_capacity_database_storage
[Required] Gets the high_capacity_database_storage of this CreateExascaleDbStorageVaultDetails. time_zone
Gets the time_zone of this CreateExascaleDbStorageVaultDetails. -
__init__
(**kwargs)¶ Initializes a new CreateExascaleDbStorageVaultDetails 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 CreateExascaleDbStorageVaultDetails.
- display_name (str) – The value to assign to the display_name property of this CreateExascaleDbStorageVaultDetails.
- description (str) – The value to assign to the description property of this CreateExascaleDbStorageVaultDetails.
- availability_domain (str) – The value to assign to the availability_domain property of this CreateExascaleDbStorageVaultDetails.
- time_zone (str) – The value to assign to the time_zone property of this CreateExascaleDbStorageVaultDetails.
- high_capacity_database_storage (oci.database.models.ExascaleDbStorageInputDetails) – The value to assign to the high_capacity_database_storage property of this CreateExascaleDbStorageVaultDetails.
- additional_flash_cache_in_percent (int) – The value to assign to the additional_flash_cache_in_percent property of this CreateExascaleDbStorageVaultDetails.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this CreateExascaleDbStorageVaultDetails.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this CreateExascaleDbStorageVaultDetails.
-
additional_flash_cache_in_percent
¶ Gets the additional_flash_cache_in_percent of this CreateExascaleDbStorageVaultDetails. The size of additional Flash Cache in percentage of High Capacity database storage.
Returns: The additional_flash_cache_in_percent of this CreateExascaleDbStorageVaultDetails. Return type: int
-
availability_domain
¶ [Required] Gets the availability_domain of this CreateExascaleDbStorageVaultDetails. The name of the availability domain in which the Exadata Database Storage Vault is located.
Returns: The availability_domain of this CreateExascaleDbStorageVaultDetails. Return type: str
-
compartment_id
¶ [Required] Gets the compartment_id of this CreateExascaleDbStorageVaultDetails. The OCID of the compartment.
Returns: The compartment_id of this CreateExascaleDbStorageVaultDetails. Return type: str
Gets the defined_tags of this CreateExascaleDbStorageVaultDetails. 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 CreateExascaleDbStorageVaultDetails. Return type: dict(str, dict(str, object))
-
description
¶ Gets the description of this CreateExascaleDbStorageVaultDetails. Exadata Database Storage Vault description.
Returns: The description of this CreateExascaleDbStorageVaultDetails. Return type: str
-
display_name
¶ [Required] Gets the display_name of this CreateExascaleDbStorageVaultDetails. The user-friendly name for the Exadata Database Storage Vault. The name does not need to be unique.
Returns: The display_name of this CreateExascaleDbStorageVaultDetails. Return type: str
Gets the freeform_tags of this CreateExascaleDbStorageVaultDetails. 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 CreateExascaleDbStorageVaultDetails. Return type: dict(str, str)
-
high_capacity_database_storage
¶ [Required] Gets the high_capacity_database_storage of this CreateExascaleDbStorageVaultDetails.
Returns: The high_capacity_database_storage of this CreateExascaleDbStorageVaultDetails. Return type: oci.database.models.ExascaleDbStorageInputDetails
-
time_zone
¶ Gets the time_zone of this CreateExascaleDbStorageVaultDetails. The time zone that you want to use for the Exadata Database Storage Vault. For details, see Time Zones.
Returns: The time_zone of this CreateExascaleDbStorageVaultDetails. Return type: str
-