Class: Google::Cloud::Datastream::V1::SqlServerProfile

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

SQLServer database profile.

Instance Attribute Summary collapse

Instance Attribute Details

#database::String

Returns Required. Database for the SQLServer connection.

Returns:

  • (::String)

    Required. Database for the SQLServer connection.



190
191
192
193
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 190

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

#hostname::String

Returns Required. Hostname for the SQLServer connection.

Returns:

  • (::String)

    Required. Hostname for the SQLServer connection.



190
191
192
193
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 190

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

#password::String

Returns Optional. Password for the SQLServer connection. Mutually exclusive with the secret_manager_stored_password field.

Returns:

  • (::String)

    Optional. Password for the SQLServer connection. Mutually exclusive with the secret_manager_stored_password field.



190
191
192
193
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 190

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

#port::Integer

Returns Port for the SQLServer connection, default value is 1433.

Returns:

  • (::Integer)

    Port for the SQLServer connection, default value is 1433.



190
191
192
193
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 190

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

#secret_manager_stored_password::String

Returns Optional. A reference to a Secret Manager resource name storing the SQLServer connection password. Mutually exclusive with the password field.

Returns:

  • (::String)

    Optional. A reference to a Secret Manager resource name storing the SQLServer connection password. Mutually exclusive with the password field.



190
191
192
193
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 190

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

#username::String

Returns Required. Username for the SQLServer connection.

Returns:

  • (::String)

    Required. Username for the SQLServer connection.



190
191
192
193
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 190

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