Class: Google::Cloud::Datastream::V1::SqlServerProfile
- Inherits:
-
Object
- Object
- Google::Cloud::Datastream::V1::SqlServerProfile
- 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
-
#database ⇒ ::String
Required.
-
#hostname ⇒ ::String
Required.
-
#password ⇒ ::String
Optional.
-
#port ⇒ ::Integer
Port for the SQLServer connection, default value is 1433.
-
#username ⇒ ::String
Required.
Instance Attribute Details
#database ⇒ ::String
Returns 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.
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.
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.
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.
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 |