Class: Google::Cloud::Sql::V1::MySqlSyncConfig

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/sql/v1/cloud_sql_resources.rb

Overview

MySQL-specific external server sync settings.

Instance Attribute Summary collapse

Instance Attribute Details

#initial_sync_flags::Array<::Google::Cloud::Sql::V1::SyncFlags>

Returns Flags to use for the initial dump.

Returns:



333
334
335
336
# File 'proto_docs/google/cloud/sql/v1/cloud_sql_resources.rb', line 333

class MySqlSyncConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end