Class: Google::Cloud::Sql::V1::MySqlSyncConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Sql::V1::MySqlSyncConfig
- 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
-
#initial_sync_flags ⇒ ::Array<::Google::Cloud::Sql::V1::SyncFlags>
Flags to use for the initial dump.
Instance Attribute Details
#initial_sync_flags ⇒ ::Array<::Google::Cloud::Sql::V1::SyncFlags>
Returns Flags to use for the initial dump.
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 |