class Google::Apis::SqladminV1beta4::ImportContext::BakImportOptions
Import parameters specific to SQL Server .BAK files
Attributes
encryption_options[RW]
Corresponds to the JSON property `encryptionOptions` @return [Google::Apis::SqladminV1beta4::ImportContext::BakImportOptions::EncryptionOptions]
striped[RW]
Corresponds to the JSON property `striped` @return [Boolean]
striped?[RW]
Corresponds to the JSON property `striped` @return [Boolean]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/sqladmin_v1beta4/classes.rb, line 1625 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_v1beta4/classes.rb, line 1630 def update!(**args) @encryption_options = args[:encryption_options] if args.key?(:encryption_options) @striped = args[:striped] if args.key?(:striped) end