Datastream V1 API - Class Google::Cloud::Datastream::V1::MysqlProfile (v0.3.0)

Reference documentation and code samples for the Datastream V1 API class Google::Cloud::Datastream::V1::MysqlProfile.

MySQL database profile.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#hostname

def hostname() -> ::String
Returns
  • (::String) — Required. Hostname for the MySQL connection.

#hostname=

def hostname=(value) -> ::String
Parameter
  • value (::String) — Required. Hostname for the MySQL connection.
Returns
  • (::String) — Required. Hostname for the MySQL connection.

#password

def password() -> ::String
Returns
  • (::String) — Required. Input only. Password for the MySQL connection.

#password=

def password=(value) -> ::String
Parameter
  • value (::String) — Required. Input only. Password for the MySQL connection.
Returns
  • (::String) — Required. Input only. Password for the MySQL connection.

#port

def port() -> ::Integer
Returns
  • (::Integer) — Port for the MySQL connection, default value is 3306.

#port=

def port=(value) -> ::Integer
Parameter
  • value (::Integer) — Port for the MySQL connection, default value is 3306.
Returns
  • (::Integer) — Port for the MySQL connection, default value is 3306.

#ssl_config

def ssl_config() -> ::Google::Cloud::Datastream::V1::MysqlSslConfig
Returns

#ssl_config=

def ssl_config=(value) -> ::Google::Cloud::Datastream::V1::MysqlSslConfig
Parameter
Returns

#username

def username() -> ::String
Returns
  • (::String) — Required. Username for the MySQL connection.

#username=

def username=(value) -> ::String
Parameter
  • value (::String) — Required. Username for the MySQL connection.
Returns
  • (::String) — Required. Username for the MySQL connection.