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.
1570 1571 1572 |
# File 'lib/google/apis/sqladmin_v1/classes.rb', line 1570 def initialize(**args) update!(**args) end |
Instance Attribute Details
#encryption_options ⇒ Google::Apis::SqladminV1::ImportContext::BakImportOptions::EncryptionOptions
Corresponds to the JSON property encryptionOptions
1568 1569 1570 |
# File 'lib/google/apis/sqladmin_v1/classes.rb', line 1568 def @encryption_options end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1575 1576 1577 |
# File 'lib/google/apis/sqladmin_v1/classes.rb', line 1575 def update!(**args) @encryption_options = args[:encryption_options] if args.key?(:encryption_options) end |