AutonomousDatabaseManualRefreshDetails

class oci.database.models.AutonomousDatabaseManualRefreshDetails(**kwargs)

Bases: object

Details of manual refresh for an Autonomous Database refreshable clone.

Methods

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

Attributes

time_refresh_cutoff Gets the time_refresh_cutoff of this AutonomousDatabaseManualRefreshDetails.
__init__(**kwargs)

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

Parameters:time_refresh_cutoff (datetime) – The value to assign to the time_refresh_cutoff property of this AutonomousDatabaseManualRefreshDetails.
time_refresh_cutoff

Gets the time_refresh_cutoff of this AutonomousDatabaseManualRefreshDetails. The timestamp to which the Autonomous Database refreshable clone will be refreshed. Changes made in the primary database after this timestamp are not part of the data refresh.

Returns:The time_refresh_cutoff of this AutonomousDatabaseManualRefreshDetails.
Return type:datetime