Class: Google::Cloud::CloudDMS::V1::PostgreSqlConnectionProfile
- Inherits:
-
Object
- Object
- Google::Cloud::CloudDMS::V1::PostgreSqlConnectionProfile
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/clouddms/v1/clouddms_resources.rb
Overview
Specifies connection parameters required specifically for PostgreSQL databases.
Instance Attribute Summary collapse
-
#cloud_sql_id ⇒ ::String
If the source is a Cloud SQL database, use this field to provide the Cloud SQL instance ID of the source.
-
#host ⇒ ::String
Required.
-
#network_architecture ⇒ ::Google::Cloud::CloudDMS::V1::NetworkArchitecture
readonly
Output only.
-
#password ⇒ ::String
Required.
-
#password_set ⇒ ::Boolean
readonly
Output only.
-
#port ⇒ ::Integer
Required.
-
#private_service_connect_connectivity ⇒ ::Google::Cloud::CloudDMS::V1::PrivateServiceConnectConnectivity
Private service connect connectivity.
-
#ssl ⇒ ::Google::Cloud::CloudDMS::V1::SslConfig
SSL configuration for the destination to connect to the source database.
-
#static_ip_connectivity ⇒ ::Google::Cloud::CloudDMS::V1::StaticIpConnectivity
Static ip connectivity data (default, no additional details needed).
-
#username ⇒ ::String
Required.
Instance Attribute Details
#cloud_sql_id ⇒ ::String
Returns If the source is a Cloud SQL database, use this field to provide the Cloud SQL instance ID of the source.
134 135 136 137 |
# File 'proto_docs/google/cloud/clouddms/v1/clouddms_resources.rb', line 134 class PostgreSqlConnectionProfile include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#host ⇒ ::String
Returns Required. The IP or hostname of the source PostgreSQL database.
134 135 136 137 |
# File 'proto_docs/google/cloud/clouddms/v1/clouddms_resources.rb', line 134 class PostgreSqlConnectionProfile include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#network_architecture ⇒ ::Google::Cloud::CloudDMS::V1::NetworkArchitecture (readonly)
Returns Output only. If the source is a Cloud SQL database, this field indicates the network architecture it's associated with.
134 135 136 137 |
# File 'proto_docs/google/cloud/clouddms/v1/clouddms_resources.rb', line 134 class PostgreSqlConnectionProfile include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#password ⇒ ::String
Required. Input only. The password for the user that Database Migration Service will be using to connect to the database. This field is not returned on request, and the value is encrypted when stored in Database Migration Service.
134 135 136 137 |
# File 'proto_docs/google/cloud/clouddms/v1/clouddms_resources.rb', line 134 class PostgreSqlConnectionProfile include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#password_set ⇒ ::Boolean (readonly)
Returns Output only. Indicates If this connection profile password is stored.
134 135 136 137 |
# File 'proto_docs/google/cloud/clouddms/v1/clouddms_resources.rb', line 134 class PostgreSqlConnectionProfile include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#port ⇒ ::Integer
Returns Required. The network port of the source PostgreSQL database.
134 135 136 137 |
# File 'proto_docs/google/cloud/clouddms/v1/clouddms_resources.rb', line 134 class PostgreSqlConnectionProfile include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#private_service_connect_connectivity ⇒ ::Google::Cloud::CloudDMS::V1::PrivateServiceConnectConnectivity
Returns Private service connect connectivity.
134 135 136 137 |
# File 'proto_docs/google/cloud/clouddms/v1/clouddms_resources.rb', line 134 class PostgreSqlConnectionProfile include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#ssl ⇒ ::Google::Cloud::CloudDMS::V1::SslConfig
Returns SSL configuration for the destination to connect to the source database.
134 135 136 137 |
# File 'proto_docs/google/cloud/clouddms/v1/clouddms_resources.rb', line 134 class PostgreSqlConnectionProfile include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#static_ip_connectivity ⇒ ::Google::Cloud::CloudDMS::V1::StaticIpConnectivity
Returns Static ip connectivity data (default, no additional details needed).
134 135 136 137 |
# File 'proto_docs/google/cloud/clouddms/v1/clouddms_resources.rb', line 134 class PostgreSqlConnectionProfile include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#username ⇒ ::String
Returns Required. The username that Database Migration Service will use to connect to the database. The value is encrypted when stored in Database Migration Service.
134 135 136 137 |
# File 'proto_docs/google/cloud/clouddms/v1/clouddms_resources.rb', line 134 class PostgreSqlConnectionProfile include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |