class Google::Apis::DatastreamV1alpha1::MysqlSourceConfig
MySQL source configuration
Attributes
allowlist[RW]
MySQL database structure Corresponds to the JSON property ‘allowlist` @return [Google::Apis::DatastreamV1alpha1::MysqlRdbms]
rejectlist[RW]
MySQL database structure Corresponds to the JSON property ‘rejectlist` @return [Google::Apis::DatastreamV1alpha1::MysqlRdbms]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/datastream_v1alpha1/classes.rb, line 1029 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/datastream_v1alpha1/classes.rb, line 1034 def update!(**args) @allowlist = args[:allowlist] if args.key?(:allowlist) @rejectlist = args[:rejectlist] if args.key?(:rejectlist) end