Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace Backup

Database system backup information.

Properties

backupSize

backupSize: number

The size of the backup, in gigabytes. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

compartmentId

compartmentId: string

The OCID of the compartment that contains the backup.

dbSystemDetails

dbSystemDetails: DbSystemDetails

Optional dbSystemId

dbSystemId: undefined | string

The OCID of the backup's source database system.

definedTags

definedTags: object

Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {@code {"foo-namespace": {"bar-key": "value"}}}

Type declaration

  • [key: string]: object
    • [key: string]: any

Optional description

description: undefined | string

A description for the backup.

displayName

displayName: string

A user-friendly display name for the backup. Avoid entering confidential information.

freeformTags

freeformTags: object

Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {@code {"bar-key": "value"}}

Type declaration

  • [key: string]: string

id

id: string

The OCID of the backup.

Optional lastAcceptedRequestToken

lastAcceptedRequestToken: undefined | string

lastAcceptedRequestToken from MP.

Optional lastCompletedRequestToken

lastCompletedRequestToken: undefined | string

lastCompletedRequestToken from MP.

Optional lifecycleDetails

lifecycleDetails: undefined | string

A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.

lifecycleState

lifecycleState: LifecycleState

The current state of the backup.

Optional retentionPeriod

retentionPeriod: undefined | number

Backup retention period in days. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional sourceType

sourceType: SourceType

Specifies whether the backup was created manually, or by a management policy.

Optional systemTags

systemTags: undefined | object

System tags for this resource. Each key is predefined and scoped to a namespace. Example: {@code {"orcl-cloud": {"free-tier-retained": "true"}}}

timeCreated

timeCreated: Date

The date and time the backup was created, expressed in RFC 3339 timestamp format.

Example: {@code 2016-08-25T21:10:29.600Z}

Optional timeUpdated

timeUpdated: Date

The date and time the backup was updated, expressed in RFC 3339 timestamp format.

Example: {@code 2016-08-25T21:10:29.600Z}

Functions

getDeserializedJsonObj

  • getDeserializedJsonObj(obj: Backup): object

getJsonObj

  • getJsonObj(obj: Backup): object