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:



329
330
331
332
# File 'proto_docs/google/cloud/sql/v1/cloud_sql_resources.rb', line 329

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