Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace CopyBackupDetails

Details required to copy a DB system backup from its source region to a destination region.

Properties

Optional backupCopyRetentionInDays

backupCopyRetentionInDays: undefined | number

Number of days to retain the copied DB system backup.

*Note:** The maximum value for an automatic backup is 35, and the maximum value for a manual backup is 365. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

compartmentId

compartmentId: string

The OCID of the compartment the DB system backup is to be copied to.

*Note:** The compartment must be the same as the compartment of the DB system backup in the source region.

Optional description

description: undefined | string

A user-supplied description for the DB system backup. By default, the source backup description will be used.

Optional displayName

displayName: undefined | string

A user-supplied display name for the DB system backup. By default, the source backup display name will be used.

Optional encryptData

encryptData: model.EncryptDataDetails

sourceBackupId

sourceBackupId: string

The OCID of DB system backup to be copied.

sourceRegion

sourceRegion: string

The region identifier of the source region where the DB system backup exists. For more information, please see Regions and Availability Domains.

Functions

getDeserializedJsonObj

getJsonObj