class Google::Apis::SqladminV1beta4::MySqlSyncConfig

MySQL-specific external server sync settings.

Attributes

initial_sync_flags[RW]

Flags to use for the initial dump. Corresponds to the JSON property `initialSyncFlags` @return [Array<Google::Apis::SqladminV1beta4::SyncFlags>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/sqladmin_v1beta4/classes.rb, line 2210
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 2215
def update!(**args)
  @initial_sync_flags = args[:initial_sync_flags] if args.key?(:initial_sync_flags)
end