ModifySnapshotSettingsDetails

class oci.database_management.models.ModifySnapshotSettingsDetails(**kwargs)

Bases: object

Details to modify the AWR snapshot settings for a database.

Methods

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

Attributes

interval Gets the interval of this ModifySnapshotSettingsDetails.
retention Gets the retention of this ModifySnapshotSettingsDetails.
__init__(**kwargs)

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

Parameters:
  • retention (int) – The value to assign to the retention property of this ModifySnapshotSettingsDetails.
  • interval (int) – The value to assign to the interval property of this ModifySnapshotSettingsDetails.
interval

Gets the interval of this ModifySnapshotSettingsDetails. The interval time in minutes. Acceptable values are 0, 10 to 527040 (inclusive), and null.

Returns:The interval of this ModifySnapshotSettingsDetails.
Return type:int
retention

Gets the retention of this ModifySnapshotSettingsDetails. The retention time in minutes. Acceptable values are 0, 1440 to 52596000 (inclusive), and null.

Returns:The retention of this ModifySnapshotSettingsDetails.
Return type:int