ExascaleDbStorageVaultSummary

class oci.database.models.ExascaleDbStorageVaultSummary(**kwargs)

Bases: object

Details of the Exadata Database Storage Vault.

Methods

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

Attributes

additional_flash_cache_in_percent Gets the additional_flash_cache_in_percent of this ExascaleDbStorageVaultSummary.
availability_domain [Required] Gets the availability_domain of this ExascaleDbStorageVaultSummary.
compartment_id [Required] Gets the compartment_id of this ExascaleDbStorageVaultSummary.
defined_tags Gets the defined_tags of this ExascaleDbStorageVaultSummary.
description Gets the description of this ExascaleDbStorageVaultSummary.
display_name [Required] Gets the display_name of this ExascaleDbStorageVaultSummary.
freeform_tags Gets the freeform_tags of this ExascaleDbStorageVaultSummary.
high_capacity_database_storage [Required] Gets the high_capacity_database_storage of this ExascaleDbStorageVaultSummary.
id [Required] Gets the id of this ExascaleDbStorageVaultSummary.
lifecycle_details Gets the lifecycle_details of this ExascaleDbStorageVaultSummary.
lifecycle_state [Required] Gets the lifecycle_state of this ExascaleDbStorageVaultSummary.
system_tags Gets the system_tags of this ExascaleDbStorageVaultSummary.
time_created Gets the time_created of this ExascaleDbStorageVaultSummary.
time_zone Gets the time_zone of this ExascaleDbStorageVaultSummary.
vm_cluster_count Gets the vm_cluster_count of this ExascaleDbStorageVaultSummary.
__init__(**kwargs)

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

Parameters:
  • id (str) – The value to assign to the id property of this ExascaleDbStorageVaultSummary.
  • compartment_id (str) – The value to assign to the compartment_id property of this ExascaleDbStorageVaultSummary.
  • availability_domain (str) – The value to assign to the availability_domain property of this ExascaleDbStorageVaultSummary.
  • time_zone (str) – The value to assign to the time_zone property of this ExascaleDbStorageVaultSummary.
  • lifecycle_state (str) – The value to assign to the lifecycle_state property of this ExascaleDbStorageVaultSummary.
  • display_name (str) – The value to assign to the display_name property of this ExascaleDbStorageVaultSummary.
  • description (str) – The value to assign to the description property of this ExascaleDbStorageVaultSummary.
  • time_created (datetime) – The value to assign to the time_created property of this ExascaleDbStorageVaultSummary.
  • lifecycle_details (str) – The value to assign to the lifecycle_details property of this ExascaleDbStorageVaultSummary.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this ExascaleDbStorageVaultSummary.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this ExascaleDbStorageVaultSummary.
  • system_tags (dict(str, dict(str, object))) – The value to assign to the system_tags property of this ExascaleDbStorageVaultSummary.
  • high_capacity_database_storage (oci.database.models.ExascaleDbStorageDetails) – The value to assign to the high_capacity_database_storage property of this ExascaleDbStorageVaultSummary.
  • additional_flash_cache_in_percent (int) – The value to assign to the additional_flash_cache_in_percent property of this ExascaleDbStorageVaultSummary.
  • vm_cluster_count (int) – The value to assign to the vm_cluster_count property of this ExascaleDbStorageVaultSummary.
additional_flash_cache_in_percent

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

Returns:The additional_flash_cache_in_percent of this ExascaleDbStorageVaultSummary.
Return type:int
availability_domain

[Required] Gets the availability_domain of this ExascaleDbStorageVaultSummary. The name of the availability domain in which the Exadata Database Storage Vault is located.

Returns:The availability_domain of this ExascaleDbStorageVaultSummary.
Return type:str
compartment_id

[Required] Gets the compartment_id of this ExascaleDbStorageVaultSummary. The OCID of the compartment.

Returns:The compartment_id of this ExascaleDbStorageVaultSummary.
Return type:str
defined_tags

Gets the defined_tags of this ExascaleDbStorageVaultSummary. 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 ExascaleDbStorageVaultSummary.
Return type:dict(str, dict(str, object))
description

Gets the description of this ExascaleDbStorageVaultSummary. Exadata Database Storage Vault description.

Returns:The description of this ExascaleDbStorageVaultSummary.
Return type:str
display_name

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

Returns:The display_name of this ExascaleDbStorageVaultSummary.
Return type:str
freeform_tags

Gets the freeform_tags of this ExascaleDbStorageVaultSummary. 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 ExascaleDbStorageVaultSummary.
Return type:dict(str, str)
high_capacity_database_storage

[Required] Gets the high_capacity_database_storage of this ExascaleDbStorageVaultSummary.

Returns:The high_capacity_database_storage of this ExascaleDbStorageVaultSummary.
Return type:oci.database.models.ExascaleDbStorageDetails
id

[Required] Gets the id of this ExascaleDbStorageVaultSummary. The OCID of the Exadata Database Storage Vault.

Returns:The id of this ExascaleDbStorageVaultSummary.
Return type:str
lifecycle_details

Gets the lifecycle_details of this ExascaleDbStorageVaultSummary. Additional information about the current lifecycle state.

Returns:The lifecycle_details of this ExascaleDbStorageVaultSummary.
Return type:str
lifecycle_state

[Required] Gets the lifecycle_state of this ExascaleDbStorageVaultSummary. The current state of the Exadata Database Storage Vault.

Returns:The lifecycle_state of this ExascaleDbStorageVaultSummary.
Return type:str
system_tags

Gets the system_tags of this ExascaleDbStorageVaultSummary. System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.

Returns:The system_tags of this ExascaleDbStorageVaultSummary.
Return type:dict(str, dict(str, object))
time_created

Gets the time_created of this ExascaleDbStorageVaultSummary. The date and time that the Exadata Database Storage Vault was created.

Returns:The time_created of this ExascaleDbStorageVaultSummary.
Return type:datetime
time_zone

Gets the time_zone of this ExascaleDbStorageVaultSummary. 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 ExascaleDbStorageVaultSummary.
Return type:str
vm_cluster_count

Gets the vm_cluster_count of this ExascaleDbStorageVaultSummary. The number of Exadata VM clusters used the Exadata Database Storage Vault.

Returns:The vm_cluster_count of this ExascaleDbStorageVaultSummary.
Return type:int