GoogleApi.Datastream.V1.Model.MysqlProfile (google_api_datastream v0.10.0)
View SourceMySQL database profile.
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. -
secretManagerStoredPassword(type:String.t, default:nil) - Optional. A reference to a Secret Manager resource name storing the MySQL connection password. Mutually exclusive with thepasswordfield. -
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.