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.
1259 1260 1261 |
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 1259 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
1257 1258 1259 |
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 1257 def type @type end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1264 1265 1266 |
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 1264 def update!(**args) @type = args[:type] if args.key?(:type) end |