RestoreAutonomousDataWarehouseDetails¶
-
class
oci.database.models.
RestoreAutonomousDataWarehouseDetails
(**kwargs)¶ Bases:
object
Deprecated. See
restore_autonomous_database_details()
for reference information about restoring an Autonomous Data Warehouse.-
__init__
(**kwargs)¶ Initializes a new RestoreAutonomousDataWarehouseDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: timestamp (datetime) -- The value to assign to the timestamp property of this RestoreAutonomousDataWarehouseDetails.
-
timestamp
¶ [Required] Gets the timestamp of this RestoreAutonomousDataWarehouseDetails. The time to restore the database to.
Returns: The timestamp of this RestoreAutonomousDataWarehouseDetails. Return type: datetime
-