DbSystemSnapshotSummary¶
- 
class 
oci.mysql.models.DbSystemSnapshotSummary(**kwargs)¶ Bases:
objectA summary of snapshot of the DB system details at the time of the backup.
Methods
__init__(**kwargs)Initializes a new DbSystemSnapshotSummary object with values from keyword arguments. Attributes
display_name[Required] Gets the display_name of this DbSystemSnapshotSummary. id[Required] Gets the id of this DbSystemSnapshotSummary. region[Required] Gets the region of this DbSystemSnapshotSummary. - 
__init__(**kwargs)¶ Initializes a new DbSystemSnapshotSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - display_name (str) – The value to assign to the display_name property of this DbSystemSnapshotSummary.
 - id (str) – The value to assign to the id property of this DbSystemSnapshotSummary.
 - region (str) – The value to assign to the region property of this DbSystemSnapshotSummary.
 
- 
display_name¶ [Required] Gets the display_name of this DbSystemSnapshotSummary. The user-friendly name for the DB system. It does not have to be unique.
Returns: The display_name of this DbSystemSnapshotSummary. Return type: str 
- 
id¶ [Required] Gets the id of this DbSystemSnapshotSummary. The OCID of the DB System.
Returns: The id of this DbSystemSnapshotSummary. Return type: str 
- 
region¶ [Required] Gets the region of this DbSystemSnapshotSummary. The region identifier of the region where the DB system exists. For more information, please see Regions and Availability Domains.
Returns: The region of this DbSystemSnapshotSummary. Return type: str 
-