View Source GoogleApi.DataMigration.V1.Model.MySqlConnectionProfile (google_api_data_migration v0.13.0)

Specifies connection parameters required specifically for MySQL databases.

Attributes

  • cloudSqlId (type: String.t, default: nil) - If the source is a Cloud SQL database, use this field to provide the Cloud SQL instance ID of the source.
  • host (type: String.t, default: nil) - Required. The IP or hostname of the source MySQL database.
  • password (type: String.t, default: nil) - Required. Input only. The password for the user that Database Migration Service will be using to connect to the database. This field is not returned on request, and the value is encrypted when stored in Database Migration Service.
  • passwordSet (type: boolean(), default: nil) - Output only. Indicates If this connection profile password is stored.
  • port (type: integer(), default: nil) - Required. The network port of the source MySQL database.
  • ssl (type: GoogleApi.DataMigration.V1.Model.SslConfig.t, default: nil) - SSL configuration for the destination to connect to the source database.
  • username (type: String.t, default: nil) - Required. The username that Database Migration Service will use to connect to the database. The value is encrypted when stored in Database Migration Service.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DataMigration.V1.Model.MySqlConnectionProfile{
  cloudSqlId: String.t() | nil,
  host: String.t() | nil,
  password: String.t() | nil,
  passwordSet: boolean() | nil,
  port: integer() | nil,
  ssl: GoogleApi.DataMigration.V1.Model.SslConfig.t() | nil,
  username: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.