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. Next ID: 8.

Instance Attribute Summary collapse

Instance Attribute Details

#database::String

Returns Required. Database for the SQLServer connection.

Returns:

  • (::String)

    Required. Database for the SQLServer connection.



168
169
170
171
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 168

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.



168
169
170
171
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 168

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.



168
169
170
171
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 168

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.



168
169
170
171
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 168

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.



168
169
170
171
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 168

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