class Google::Apis::SqladminV1::ImportContext::BakImportOptions

Import parameters specific to SQL Server .BAK files

Attributes

encryption_options[RW]

Corresponds to the JSON property `encryptionOptions` @return [Google::Apis::SqladminV1::ImportContext::BakImportOptions::EncryptionOptions]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/sqladmin_v1/classes.rb, line 1538
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/sqladmin_v1/classes.rb, line 1543
def update!(**args)
  @encryption_options = args[:encryption_options] if args.key?(:encryption_options)
end