Class: Google::Cloud::Datastream::V1::PostgresqlProfile
- Inherits:
-
Object
- Object
- Google::Cloud::Datastream::V1::PostgresqlProfile
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datastream/v1/datastream_resources.rb
Overview
PostgreSQL database profile.
Instance Attribute Summary collapse
-
#database ⇒ ::String
Required.
-
#hostname ⇒ ::String
Required.
-
#password ⇒ ::String
Required.
-
#port ⇒ ::Integer
Port for the PostgreSQL connection, default value is 5432.
-
#username ⇒ ::String
Required.
Instance Attribute Details
#database ⇒ ::String
Returns Required. Database for the PostgreSQL connection.
94 95 96 97 |
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 94 class PostgresqlProfile include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#hostname ⇒ ::String
Returns Required. Hostname for the PostgreSQL connection.
94 95 96 97 |
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 94 class PostgresqlProfile include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#password ⇒ ::String
Returns Required. Password for the PostgreSQL connection.
94 95 96 97 |
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 94 class PostgresqlProfile include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#port ⇒ ::Integer
Returns Port for the PostgreSQL connection, default value is 5432.
94 95 96 97 |
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 94 class PostgresqlProfile include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#username ⇒ ::String
Returns Required. Username for the PostgreSQL connection.
94 95 96 97 |
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 94 class PostgresqlProfile include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |