RestoreDbSystemDetails

class oci.psql.models.RestoreDbSystemDetails(**kwargs)

Bases: object

Backup details to restore the database system.

Methods

__init__(**kwargs) Initializes a new RestoreDbSystemDetails object with values from keyword arguments.

Attributes

ad Gets the ad of this RestoreDbSystemDetails.
backup_id [Required] Gets the backup_id of this RestoreDbSystemDetails.
__init__(**kwargs)

Initializes a new RestoreDbSystemDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • backup_id (str) – The value to assign to the backup_id property of this RestoreDbSystemDetails.
  • ad (str) – The value to assign to the ad property of this RestoreDbSystemDetails.
ad

Gets the ad of this RestoreDbSystemDetails. The desired AD for regions with three ADs. This parameter is optional. If not set, the AD is chosen based on the database system’s current AD.

Returns:The ad of this RestoreDbSystemDetails.
Return type:str
backup_id

[Required] Gets the backup_id of this RestoreDbSystemDetails. The OCID of the database system backup.

Returns:The backup_id of this RestoreDbSystemDetails.
Return type:str