DbSystemStatus¶
-
class
oci.mysql.models.DbSystemStatus(**kwargs)¶ Bases:
objectRuntime status summary of a DbSystem, aggregating information about availability and operational indicators.
Methods
__init__(**kwargs)Initializes a new DbSystemStatus object with values from keyword arguments. Attributes
db_system_id[Required] Gets the db_system_id of this DbSystemStatus. db_system_status_resultGets the db_system_status_result of this DbSystemStatus. time_created[Required] Gets the time_created of this DbSystemStatus. time_updated[Required] Gets the time_updated of this DbSystemStatus. -
__init__(**kwargs)¶ Initializes a new DbSystemStatus object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - db_system_id (str) – The value to assign to the db_system_id property of this DbSystemStatus.
- time_created (datetime) – The value to assign to the time_created property of this DbSystemStatus.
- time_updated (datetime) – The value to assign to the time_updated property of this DbSystemStatus.
- db_system_status_result (oci.mysql.models.DbSystemStatusResult) – The value to assign to the db_system_status_result property of this DbSystemStatus.
-
db_system_id¶ [Required] Gets the db_system_id of this DbSystemStatus. The OCID of the DB System for which the status is gathered.
Returns: The db_system_id of this DbSystemStatus. Return type: str
-
db_system_status_result¶ Gets the db_system_status_result of this DbSystemStatus.
Returns: The db_system_status_result of this DbSystemStatus. Return type: oci.mysql.models.DbSystemStatusResult
-