View Source GoogleApi.Datastream.V1.Model.MysqlProfile (google_api_datastream v0.7.1)
MySQL database profile. Next ID: 7.
Attributes
-
hostname(type:String.t, default:nil) - Required. Hostname for the MySQL connection. -
password(type:String.t, default:nil) - Optional. Input only. Password for the MySQL connection. Mutually exclusive with thesecret_manager_stored_passwordfield. -
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
Unwrap a decoded JSON object into its complex fields.