Class: Google::Apis::OracledatabaseV1::RestoreAutonomousDatabaseRequest
- Inherits:
-
Object
- Object
- Google::Apis::OracledatabaseV1::RestoreAutonomousDatabaseRequest
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/oracledatabase_v1/classes.rb,
lib/google/apis/oracledatabase_v1/representations.rb,
lib/google/apis/oracledatabase_v1/representations.rb
Overview
The request for AutonomousDatabase.Restore
.
Instance Attribute Summary collapse
-
#restore_time ⇒ String
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ RestoreAutonomousDatabaseRequest
constructor
A new instance of RestoreAutonomousDatabaseRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ RestoreAutonomousDatabaseRequest
Returns a new instance of RestoreAutonomousDatabaseRequest.
2746 2747 2748 |
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 2746 def initialize(**args) update!(**args) end |
Instance Attribute Details
#restore_time ⇒ String
Required. The time and date to restore the database to.
Corresponds to the JSON property restoreTime
2744 2745 2746 |
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 2744 def restore_time @restore_time end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2751 2752 2753 |
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 2751 def update!(**args) @restore_time = args[:restore_time] if args.key?(:restore_time) end |