DbServerHistorySummary¶
-
class
oci.database.models.
DbServerHistorySummary
(**kwargs)¶ Bases:
object
Details of a database server maintenance history.
Methods
__init__
(**kwargs)Initializes a new DbServerHistorySummary object with values from keyword arguments. Attributes
db_server_patching_details
Gets the db_server_patching_details of this DbServerHistorySummary. display_name
Gets the display_name of this DbServerHistorySummary. id
[Required] Gets the id of this DbServerHistorySummary. -
__init__
(**kwargs)¶ Initializes a new DbServerHistorySummary 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 DbServerHistorySummary.
- display_name (str) – The value to assign to the display_name property of this DbServerHistorySummary.
- db_server_patching_details (oci.database.models.DbServerPatchingDetails) – The value to assign to the db_server_patching_details property of this DbServerHistorySummary.
-
db_server_patching_details
¶ Gets the db_server_patching_details of this DbServerHistorySummary.
Returns: The db_server_patching_details of this DbServerHistorySummary. Return type: oci.database.models.DbServerPatchingDetails
-
display_name
¶ Gets the display_name of this DbServerHistorySummary. The user-friendly name for the database server. The name does not need to be unique.
Returns: The display_name of this DbServerHistorySummary. Return type: str
-
id
¶ [Required] Gets the id of this DbServerHistorySummary. The OCID of the database server.
Returns: The id of this DbServerHistorySummary. Return type: str
-