Class: Google::Apis::SqladminV1::ImportContext::BakImportOptions
- Inherits:
-
Object
- Object
- Google::Apis::SqladminV1::ImportContext::BakImportOptions
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/sqladmin_v1/classes.rb,
lib/google/apis/sqladmin_v1/representations.rb,
lib/google/apis/sqladmin_v1/representations.rb
Overview
Import parameters specific to SQL Server .BAK files
Defined Under Namespace
Classes: EncryptionOptions
Instance Attribute Summary collapse
-
#encryption_options ⇒ Google::Apis::SqladminV1::ImportContext::BakImportOptions::EncryptionOptions
Corresponds to the JSON property
encryptionOptions.
Instance Method Summary collapse
-
#initialize(**args) ⇒ BakImportOptions
constructor
A new instance of BakImportOptions.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ BakImportOptions
Returns a new instance of BakImportOptions.
1586 1587 1588 |
# File 'lib/google/apis/sqladmin_v1/classes.rb', line 1586 def initialize(**args) update!(**args) end |
Instance Attribute Details
#encryption_options ⇒ Google::Apis::SqladminV1::ImportContext::BakImportOptions::EncryptionOptions
Corresponds to the JSON property encryptionOptions
1584 1585 1586 |
# File 'lib/google/apis/sqladmin_v1/classes.rb', line 1584 def @encryption_options end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1591 1592 1593 |
# File 'lib/google/apis/sqladmin_v1/classes.rb', line 1591 def update!(**args) @encryption_options = args[:encryption_options] if args.key?(:encryption_options) end |