Class: Google::Cloud::Datastream::V1alpha1::MysqlProfile

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

Overview

MySQL database profile.

Instance Attribute Summary collapse

Instance Attribute Details

#hostname::String

Returns Required. Hostname for the MySQL connection.

Returns:

  • (::String)

    Required. Hostname for the MySQL connection.



73
74
75
76
# File 'proto_docs/google/cloud/datastream/v1alpha1/datastream_resources.rb', line 73

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

#password::String

Returns Required. Input only. Password for the MySQL connection.

Returns:

  • (::String)

    Required. Input only. Password for the MySQL connection.



73
74
75
76
# File 'proto_docs/google/cloud/datastream/v1alpha1/datastream_resources.rb', line 73

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.



73
74
75
76
# File 'proto_docs/google/cloud/datastream/v1alpha1/datastream_resources.rb', line 73

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

#ssl_config::Google::Cloud::Datastream::V1alpha1::MysqlSslConfig

Returns SSL configuration for the MySQL connection.

Returns:



73
74
75
76
# File 'proto_docs/google/cloud/datastream/v1alpha1/datastream_resources.rb', line 73

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.



73
74
75
76
# File 'proto_docs/google/cloud/datastream/v1alpha1/datastream_resources.rb', line 73

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