Reference documentation and code samples for the Google Cloud Dms V1 Client class OracleConnectionProfile.
Specifies connection parameters required specifically for Oracle databases.
Generated from protobuf message google.cloud.clouddms.v1.OracleConnectionProfile
Namespace
Google \ Cloud \ CloudDms \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ host
string
Required. The IP or hostname of the source Oracle database.
↳ port
int
Required. The network port of the source Oracle 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 whether a new password is included in the request.
↳ database_service
string
Required. Database service for the Oracle connection.
↳ ssl
Google\Cloud\CloudDms\V1\SslConfig
SSL configuration for the connection to the source Oracle database. * Only SERVER_ONLY
configuration is supported for Oracle SSL. * SSL is supported for Oracle versions 12 and above.
↳ static_service_ip_connectivity
↳ forward_ssh_connectivity
↳ private_connectivity
getHost
Required. The IP or hostname of the source Oracle database.
string
setHost
Required. The IP or hostname of the source Oracle database.
var
string
$this
getPort
Required. The network port of the source Oracle database.
int
setPort
Required. The network port of the source Oracle database.
var
int
$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.
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.
var
string
$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.
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.
var
string
$this
getPasswordSet
Output only. Indicates whether a new password is included in the request.
bool
setPasswordSet
Output only. Indicates whether a new password is included in the request.
var
bool
$this
getDatabaseService
Required. Database service for the Oracle connection.
string
setDatabaseService
Required. Database service for the Oracle connection.
var
string
$this
getSsl
SSL configuration for the connection to the source Oracle database.
- Only
SERVER_ONLY
configuration is supported for Oracle SSL.- SSL is supported for Oracle versions 12 and above.
hasSsl
clearSsl
setSsl
SSL configuration for the connection to the source Oracle database.
- Only
SERVER_ONLY
configuration is supported for Oracle SSL.- SSL is supported for Oracle versions 12 and above.
$this
getStaticServiceIpConnectivity
Static Service IP connectivity.
hasStaticServiceIpConnectivity
setStaticServiceIpConnectivity
Static Service IP connectivity.
$this
getForwardSshConnectivity
Forward SSH tunnel connectivity.
hasForwardSshConnectivity
setForwardSshConnectivity
Forward SSH tunnel connectivity.
$this
getPrivateConnectivity
Private connectivity.
hasPrivateConnectivity
setPrivateConnectivity
Private connectivity.
$this
getConnectivity
string