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.



1120
1121
1122
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 1120

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)


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