Class: Google::Apis::SqladminV1::MySqlSyncConfig
- Inherits:
-
Object
- Object
- Google::Apis::SqladminV1::MySqlSyncConfig
- 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
MySQL-specific external server sync settings.
Instance Attribute Summary collapse
-
#initial_sync_flags ⇒ Array<Google::Apis::SqladminV1::SyncFlags>
Flags to use for the initial dump.
Instance Method Summary collapse
-
#initialize(**args) ⇒ MySqlSyncConfig
constructor
A new instance of MySqlSyncConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ MySqlSyncConfig
Returns a new instance of MySqlSyncConfig.
3008 3009 3010 |
# File 'lib/google/apis/sqladmin_v1/classes.rb', line 3008 def initialize(**args) update!(**args) end |
Instance Attribute Details
#initial_sync_flags ⇒ Array<Google::Apis::SqladminV1::SyncFlags>
Flags to use for the initial dump.
Corresponds to the JSON property initialSyncFlags
3006 3007 3008 |
# File 'lib/google/apis/sqladmin_v1/classes.rb', line 3006 def initial_sync_flags @initial_sync_flags end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3013 3014 3015 |
# File 'lib/google/apis/sqladmin_v1/classes.rb', line 3013 def update!(**args) @initial_sync_flags = args[:initial_sync_flags] if args.key?(:initial_sync_flags) end |