DbHome¶
-
class
oci.database.models.
DbHome
(**kwargs)¶ Bases:
object
DbHome model.
-
LIFECYCLE_STATE_AVAILABLE
= 'AVAILABLE'¶ A constant which can be used with the lifecycle_state property of a DbHome. This constant has a value of "AVAILABLE"
-
LIFECYCLE_STATE_FAILED
= 'FAILED'¶ A constant which can be used with the lifecycle_state property of a DbHome. This constant has a value of "FAILED"
-
LIFECYCLE_STATE_PROVISIONING
= 'PROVISIONING'¶ A constant which can be used with the lifecycle_state property of a DbHome. This constant has a value of "PROVISIONING"
-
LIFECYCLE_STATE_TERMINATED
= 'TERMINATED'¶ A constant which can be used with the lifecycle_state property of a DbHome. This constant has a value of "TERMINATED"
-
LIFECYCLE_STATE_TERMINATING
= 'TERMINATING'¶ A constant which can be used with the lifecycle_state property of a DbHome. This constant has a value of "TERMINATING"
-
LIFECYCLE_STATE_UPDATING
= 'UPDATING'¶ A constant which can be used with the lifecycle_state property of a DbHome. This constant has a value of "UPDATING"
-
__init__
(**kwargs)¶ Initializes a new DbHome 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 DbHome.
- compartment_id (str) -- The value to assign to the compartment_id property of this DbHome.
- display_name (str) -- The value to assign to the display_name property of this DbHome.
- last_patch_history_entry_id (str) -- The value to assign to the last_patch_history_entry_id property of this DbHome.
- lifecycle_state (str) -- The value to assign to the lifecycle_state property of this DbHome. 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'.
- db_system_id (str) -- The value to assign to the db_system_id property of this DbHome.
- vm_cluster_id (str) -- The value to assign to the vm_cluster_id property of this DbHome.
- db_version (str) -- The value to assign to the db_version property of this DbHome.
- time_created (datetime) -- The value to assign to the time_created property of this DbHome.
-
compartment_id
¶ [Required] Gets the compartment_id of this DbHome. The OCID of the compartment.
Returns: The compartment_id of this DbHome. Return type: str
-
db_system_id
¶ Gets the db_system_id of this DbHome. The OCID of the DB system.
Returns: The db_system_id of this DbHome. Return type: str
-
db_version
¶ [Required] Gets the db_version of this DbHome. The Oracle Database version.
Returns: The db_version of this DbHome. Return type: str
-
display_name
¶ [Required] Gets the display_name of this DbHome. The user-provided name for the database home. The name does not need to be unique.
Returns: The display_name of this DbHome. Return type: str
-
id
¶ [Required] Gets the id of this DbHome. The OCID of the database home.
Returns: The id of this DbHome. Return type: str
-
last_patch_history_entry_id
¶ Gets the last_patch_history_entry_id of this DbHome. The OCID of the last patch history. This value is updated as soon as a patch operation is started.
Returns: The last_patch_history_entry_id of this DbHome. Return type: str
-
lifecycle_state
¶ [Required] Gets the lifecycle_state of this DbHome. The current state of the database home.
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 DbHome. Return type: str
-
time_created
¶ Gets the time_created of this DbHome. The date and time the database home was created.
Returns: The time_created of this DbHome. Return type: datetime
-