Class: Google::Apis::OracledatabaseV1::BackupDestinationDetails
- Inherits:
-
Object
- Object
- Google::Apis::OracledatabaseV1::BackupDestinationDetails
- 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 details of the database backup destination.
Instance Attribute Summary collapse
-
#type ⇒ String
Optional.
Instance Method Summary collapse
-
#initialize(**args) ⇒ BackupDestinationDetails
constructor
A new instance of BackupDestinationDetails.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ BackupDestinationDetails
Returns a new instance of BackupDestinationDetails.
1120 1121 1122 |
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 1120 def initialize(**args) update!(**args) end |
Instance Attribute Details
#type ⇒ String
Optional. The type of the database backup destination.
Corresponds to the JSON property type
1118 1119 1120 |
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 1118 def type @type end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1125 1126 1127 |
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 1125 def update!(**args) @type = args[:type] if args.key?(:type) end |