Class: Google::Apis::OracledatabaseV1::RestoreAutonomousDatabaseRequest

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ RestoreAutonomousDatabaseRequest

Returns a new instance of RestoreAutonomousDatabaseRequest.



4996
4997
4998
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 4996

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#restore_timeString

Required. The time and date to restore the database to. Corresponds to the JSON property restoreTime

Returns:

  • (String)


4994
4995
4996
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 4994

def restore_time
  @restore_time
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5001
5002
5003
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 5001

def update!(**args)
  @restore_time = args[:restore_time] if args.key?(:restore_time)
end