Class: Google::Apis::OracledatabaseV1::BackupDestinationDetails

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 details of the database backup destination.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ BackupDestinationDetails

Returns a new instance of BackupDestinationDetails.



1206
1207
1208
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 1206

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

Instance Attribute Details

#typeString

Optional. The type of the database backup destination. Corresponds to the JSON property type

Returns:

  • (String)


1204
1205
1206
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 1204

def type
  @type
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1211
1212
1213
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 1211

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