GoogleApi.SQLAdmin.V1beta4.Model.SqlInstancesVerifyExternalSyncSettingsRequest (google_api_sql_admin v0.45.0) View Source

Attributes

  • mysqlSyncConfig (type: GoogleApi.SQLAdmin.V1beta4.Model.MySqlSyncConfig.t, default: nil) - Optional. MySQL-specific settings for start external sync.
  • syncMode (type: String.t, default: nil) - External sync mode
  • verifyConnectionOnly (type: boolean(), default: nil) - Flag to enable verifying connection only

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() ::
  %GoogleApi.SQLAdmin.V1beta4.Model.SqlInstancesVerifyExternalSyncSettingsRequest{
    mysqlSyncConfig: GoogleApi.SQLAdmin.V1beta4.Model.MySqlSyncConfig.t() | nil,
    syncMode: String.t() | nil,
    verifyConnectionOnly: boolean() | nil
  }

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.