Reference documentation and code samples for the Google Cloud Dms V1 Client class PostgreSqlConnectionProfile.
Specifies connection parameters required specifically for PostgreSQL databases.
Generated from protobuf message google.cloud.clouddms.v1.PostgreSqlConnectionProfile
Namespace
Google \ Cloud \ CloudDms \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ host |
string
Required. The IP or hostname of the source PostgreSQL database. |
↳ port |
int
Required. The network port of the source PostgreSQL database. |
↳ username |
string
Required. The username that Database Migration Service will use to connect to the database. The value is encrypted when stored in Database Migration Service. |
↳ 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. |
↳ password_set |
bool
Output only. Indicates If this connection profile password is stored. |
↳ ssl |
Google\Cloud\CloudDms\V1\SslConfig
SSL configuration for the destination to connect to the source database. |
↳ 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. |
↳ network_architecture |
int
Output only. If the source is a Cloud SQL database, this field indicates the network architecture it's associated with. |
↳ static_ip_connectivity |
Google\Cloud\CloudDms\V1\StaticIpConnectivity
Static ip connectivity data (default, no additional details needed). |
↳ private_service_connect_connectivity |
Google\Cloud\CloudDms\V1\PrivateServiceConnectConnectivity
Private service connect connectivity. |
getHost
Required. The IP or hostname of the source PostgreSQL database.
Returns | |
---|---|
Type | Description |
string |
setHost
Required. The IP or hostname of the source PostgreSQL database.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getPort
Required. The network port of the source PostgreSQL database.
Returns | |
---|---|
Type | Description |
int |
setPort
Required. The network port of the source PostgreSQL database.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getUsername
Required. The username that Database Migration Service will use to connect to the database. The value is encrypted when stored in Database Migration Service.
Returns | |
---|---|
Type | Description |
string |
setUsername
Required. The username that Database Migration Service will use to connect to the database. The value is encrypted when stored in Database Migration Service.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getPassword
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.
Returns | |
---|---|
Type | Description |
string |
setPassword
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.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getPasswordSet
Output only. Indicates If this connection profile password is stored.
Returns | |
---|---|
Type | Description |
bool |
setPasswordSet
Output only. Indicates If this connection profile password is stored.
Parameter | |
---|---|
Name | Description |
var |
bool
|
Returns | |
---|---|
Type | Description |
$this |
getSsl
SSL configuration for the destination to connect to the source database.
Returns | |
---|---|
Type | Description |
Google\Cloud\CloudDms\V1\SslConfig|null |
hasSsl
clearSsl
setSsl
SSL configuration for the destination to connect to the source database.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\CloudDms\V1\SslConfig
|
Returns | |
---|---|
Type | Description |
$this |
getCloudSqlId
If the source is a Cloud SQL database, use this field to provide the Cloud SQL instance ID of the source.
Returns | |
---|---|
Type | Description |
string |
setCloudSqlId
If the source is a Cloud SQL database, use this field to provide the Cloud SQL instance ID of the source.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getNetworkArchitecture
Output only. If the source is a Cloud SQL database, this field indicates the network architecture it's associated with.
Returns | |
---|---|
Type | Description |
int |
setNetworkArchitecture
Output only. If the source is a Cloud SQL database, this field indicates the network architecture it's associated with.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getStaticIpConnectivity
Static ip connectivity data (default, no additional details needed).
Returns | |
---|---|
Type | Description |
Google\Cloud\CloudDms\V1\StaticIpConnectivity|null |
hasStaticIpConnectivity
setStaticIpConnectivity
Static ip connectivity data (default, no additional details needed).
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\CloudDms\V1\StaticIpConnectivity
|
Returns | |
---|---|
Type | Description |
$this |
getPrivateServiceConnectConnectivity
Private service connect connectivity.
Returns | |
---|---|
Type | Description |
Google\Cloud\CloudDms\V1\PrivateServiceConnectConnectivity|null |
hasPrivateServiceConnectConnectivity
setPrivateServiceConnectConnectivity
Private service connect connectivity.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\CloudDms\V1\PrivateServiceConnectConnectivity
|
Returns | |
---|---|
Type | Description |
$this |
getConnectivity
Returns | |
---|---|
Type | Description |
string |