ExascaleDbStorageVault¶
-
class
oci.database.models.
ExascaleDbStorageVault
(**kwargs)¶ Bases:
object
Details of the Exadata Database Storage Vault.
Attributes
LIFECYCLE_STATE_AVAILABLE
A constant which can be used with the lifecycle_state property of a ExascaleDbStorageVault. LIFECYCLE_STATE_FAILED
A constant which can be used with the lifecycle_state property of a ExascaleDbStorageVault. LIFECYCLE_STATE_PROVISIONING
A constant which can be used with the lifecycle_state property of a ExascaleDbStorageVault. LIFECYCLE_STATE_TERMINATED
A constant which can be used with the lifecycle_state property of a ExascaleDbStorageVault. LIFECYCLE_STATE_TERMINATING
A constant which can be used with the lifecycle_state property of a ExascaleDbStorageVault. LIFECYCLE_STATE_UPDATING
A constant which can be used with the lifecycle_state property of a ExascaleDbStorageVault. additional_flash_cache_in_percent
Gets the additional_flash_cache_in_percent of this ExascaleDbStorageVault. availability_domain
[Required] Gets the availability_domain of this ExascaleDbStorageVault. compartment_id
[Required] Gets the compartment_id of this ExascaleDbStorageVault. defined_tags
Gets the defined_tags of this ExascaleDbStorageVault. description
Gets the description of this ExascaleDbStorageVault. display_name
[Required] Gets the display_name of this ExascaleDbStorageVault. freeform_tags
Gets the freeform_tags of this ExascaleDbStorageVault. high_capacity_database_storage
[Required] Gets the high_capacity_database_storage of this ExascaleDbStorageVault. id
[Required] Gets the id of this ExascaleDbStorageVault. lifecycle_details
Gets the lifecycle_details of this ExascaleDbStorageVault. lifecycle_state
[Required] Gets the lifecycle_state of this ExascaleDbStorageVault. system_tags
Gets the system_tags of this ExascaleDbStorageVault. time_created
Gets the time_created of this ExascaleDbStorageVault. time_zone
Gets the time_zone of this ExascaleDbStorageVault. vm_cluster_count
Gets the vm_cluster_count of this ExascaleDbStorageVault. vm_cluster_ids
Gets the vm_cluster_ids of this ExascaleDbStorageVault. Methods
__init__
(**kwargs)Initializes a new ExascaleDbStorageVault object with values from keyword arguments. -
LIFECYCLE_STATE_AVAILABLE
= 'AVAILABLE'¶ A constant which can be used with the lifecycle_state property of a ExascaleDbStorageVault. This constant has a value of “AVAILABLE”
-
LIFECYCLE_STATE_FAILED
= 'FAILED'¶ A constant which can be used with the lifecycle_state property of a ExascaleDbStorageVault. This constant has a value of “FAILED”
-
LIFECYCLE_STATE_PROVISIONING
= 'PROVISIONING'¶ A constant which can be used with the lifecycle_state property of a ExascaleDbStorageVault. This constant has a value of “PROVISIONING”
-
LIFECYCLE_STATE_TERMINATED
= 'TERMINATED'¶ A constant which can be used with the lifecycle_state property of a ExascaleDbStorageVault. This constant has a value of “TERMINATED”
-
LIFECYCLE_STATE_TERMINATING
= 'TERMINATING'¶ A constant which can be used with the lifecycle_state property of a ExascaleDbStorageVault. This constant has a value of “TERMINATING”
-
LIFECYCLE_STATE_UPDATING
= 'UPDATING'¶ A constant which can be used with the lifecycle_state property of a ExascaleDbStorageVault. This constant has a value of “UPDATING”
-
__init__
(**kwargs)¶ Initializes a new ExascaleDbStorageVault 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 ExascaleDbStorageVault.
- compartment_id (str) – The value to assign to the compartment_id property of this ExascaleDbStorageVault.
- availability_domain (str) – The value to assign to the availability_domain property of this ExascaleDbStorageVault.
- lifecycle_state (str) – The value to assign to the lifecycle_state property of this ExascaleDbStorageVault. Allowed values for this property are: “PROVISIONING”, “AVAILABLE”, “UPDATING”, “TERMINATING”, “TERMINATED”, “FAILED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- display_name (str) – The value to assign to the display_name property of this ExascaleDbStorageVault.
- description (str) – The value to assign to the description property of this ExascaleDbStorageVault.
- time_created (datetime) – The value to assign to the time_created property of this ExascaleDbStorageVault.
- lifecycle_details (str) – The value to assign to the lifecycle_details property of this ExascaleDbStorageVault.
- time_zone (str) – The value to assign to the time_zone property of this ExascaleDbStorageVault.
- vm_cluster_ids (list[str]) – The value to assign to the vm_cluster_ids property of this ExascaleDbStorageVault.
- vm_cluster_count (int) – The value to assign to the vm_cluster_count property of this ExascaleDbStorageVault.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this ExascaleDbStorageVault.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this ExascaleDbStorageVault.
- system_tags (dict(str, dict(str, object))) – The value to assign to the system_tags property of this ExascaleDbStorageVault.
- high_capacity_database_storage (oci.database.models.ExascaleDbStorageDetails) – The value to assign to the high_capacity_database_storage property of this ExascaleDbStorageVault.
- additional_flash_cache_in_percent (int) – The value to assign to the additional_flash_cache_in_percent property of this ExascaleDbStorageVault.
-
additional_flash_cache_in_percent
¶ Gets the additional_flash_cache_in_percent of this ExascaleDbStorageVault. The size of additional Flash Cache in percentage of High Capacity database storage.
Returns: The additional_flash_cache_in_percent of this ExascaleDbStorageVault. Return type: int
-
availability_domain
¶ [Required] Gets the availability_domain of this ExascaleDbStorageVault. The name of the availability domain in which the Exadata Database Storage Vault is located.
Returns: The availability_domain of this ExascaleDbStorageVault. Return type: str
-
compartment_id
¶ [Required] Gets the compartment_id of this ExascaleDbStorageVault. The OCID of the compartment.
Returns: The compartment_id of this ExascaleDbStorageVault. Return type: str
Gets the defined_tags of this ExascaleDbStorageVault. 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 ExascaleDbStorageVault. Return type: dict(str, dict(str, object))
-
description
¶ Gets the description of this ExascaleDbStorageVault. Exadata Database Storage Vault description.
Returns: The description of this ExascaleDbStorageVault. Return type: str
-
display_name
¶ [Required] Gets the display_name of this ExascaleDbStorageVault. The user-friendly name for the Exadata Database Storage Vault. The name does not need to be unique.
Returns: The display_name of this ExascaleDbStorageVault. Return type: str
Gets the freeform_tags of this ExascaleDbStorageVault. 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 ExascaleDbStorageVault. Return type: dict(str, str)
-
high_capacity_database_storage
¶ [Required] Gets the high_capacity_database_storage of this ExascaleDbStorageVault.
Returns: The high_capacity_database_storage of this ExascaleDbStorageVault. Return type: oci.database.models.ExascaleDbStorageDetails
-
id
¶ [Required] Gets the id of this ExascaleDbStorageVault. The OCID of the Exadata Database Storage Vault.
Returns: The id of this ExascaleDbStorageVault. Return type: str
-
lifecycle_details
¶ Gets the lifecycle_details of this ExascaleDbStorageVault. Additional information about the current lifecycle state.
Returns: The lifecycle_details of this ExascaleDbStorageVault. Return type: str
-
lifecycle_state
¶ [Required] Gets the lifecycle_state of this ExascaleDbStorageVault. The current state of the Exadata Database Storage Vault.
Allowed values for this property are: “PROVISIONING”, “AVAILABLE”, “UPDATING”, “TERMINATING”, “TERMINATED”, “FAILED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The lifecycle_state of this ExascaleDbStorageVault. Return type: str
Gets the system_tags of this ExascaleDbStorageVault. 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 ExascaleDbStorageVault. Return type: dict(str, dict(str, object))
-
time_created
¶ Gets the time_created of this ExascaleDbStorageVault. The date and time that the Exadata Database Storage Vault was created.
Returns: The time_created of this ExascaleDbStorageVault. Return type: datetime
-
time_zone
¶ Gets the time_zone of this ExascaleDbStorageVault. 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 ExascaleDbStorageVault. Return type: str
-
vm_cluster_count
¶ Gets the vm_cluster_count of this ExascaleDbStorageVault. The number of Exadata VM clusters used the Exadata Database Storage Vault.
Returns: The vm_cluster_count of this ExascaleDbStorageVault. Return type: int
-
vm_cluster_ids
¶ Gets the vm_cluster_ids of this ExascaleDbStorageVault. The List of Exadata VM cluster on Exascale Infrastructure OCIDs Note: If Exadata Database Storage Vault is not used for any Exadata VM cluster on Exascale Infrastructure, this list is empty.
Returns: The vm_cluster_ids of this ExascaleDbStorageVault. Return type: list[str]
-