View Source GoogleApi.Datastream.V1.Model.MysqlProfile (google_api_datastream v0.4.0)

MySQL database profile.

Attributes

  • hostname (type: String.t, default: nil) - Required. Hostname for the MySQL connection.
  • password (type: String.t, default: nil) - Required. Input only. Password for the MySQL connection.
  • port (type: integer(), default: nil) - Port for the MySQL connection, default value is 3306.
  • sslConfig (type: GoogleApi.Datastream.V1.Model.MysqlSslConfig.t, default: nil) - SSL configuration for the MySQL connection.
  • username (type: String.t, default: nil) - Required. Username for the MySQL connection.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Datastream.V1.Model.MysqlProfile{
  hostname: String.t() | nil,
  password: String.t() | nil,
  port: integer() | nil,
  sslConfig: GoogleApi.Datastream.V1.Model.MysqlSslConfig.t() | nil,
  username: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.