Class: Google::Cloud::Datastream::V1::MysqlProfile

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/datastream/v1/datastream_resources.rb

Overview

MySQL database profile. Next ID: 7.

Instance Attribute Summary collapse

Instance Attribute Details

#hostname::String

Returns Required. Hostname for the MySQL connection.

Returns:

  • (::String)

    Required. Hostname for the MySQL connection.



123
124
125
126
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 123

class MysqlProfile
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#password::String

Returns Optional. Input only. Password for the MySQL connection. Mutually exclusive with the secret_manager_stored_password field.

Returns:

  • (::String)

    Optional. Input only. Password for the MySQL connection. Mutually exclusive with the secret_manager_stored_password field.



123
124
125
126
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 123

class MysqlProfile
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#port::Integer

Returns Port for the MySQL connection, default value is 3306.

Returns:

  • (::Integer)

    Port for the MySQL connection, default value is 3306.



123
124
125
126
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 123

class MysqlProfile
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#ssl_config::Google::Cloud::Datastream::V1::MysqlSslConfig

Returns SSL configuration for the MySQL connection.

Returns:



123
124
125
126
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 123

class MysqlProfile
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#username::String

Returns Required. Username for the MySQL connection.

Returns:

  • (::String)

    Required. Username for the MySQL connection.



123
124
125
126
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 123

class MysqlProfile
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end