GoogleApi.SQLAdmin.V1beta4.Model.SqlInstancesStartExternalSyncRequest (google_api_sql_admin v0.71.0)
View SourceAttributes
-
migrationType(type:String.t, default:nil) - Optional. MigrationType configures the migration to use physical files or logical dump files. If not set, then the logical dump file configuration is used. Valid values areLOGICALorPHYSICAL. Only applicable to MySQL. -
mysqlSyncConfig(type:GoogleApi.SQLAdmin.V1beta4.Model.MySqlSyncConfig.t, default:nil) - MySQL-specific settings for start external sync. -
skipVerification(type:boolean(), default:nil) - Whether to skip the verification step (VESS). -
syncMode(type:String.t, default:nil) - External sync mode. -
syncParallelLevel(type:String.t, default:nil) - Optional. Parallel level for initial data sync. Currently only applicable for MySQL.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.SQLAdmin.V1beta4.Model.SqlInstancesStartExternalSyncRequest{ migrationType: String.t() | nil, mysqlSyncConfig: GoogleApi.SQLAdmin.V1beta4.Model.MySqlSyncConfig.t() | nil, skipVerification: boolean() | nil, syncMode: String.t() | nil, syncParallelLevel: String.t() | nil }