Cloud Database Migration Service V1 API - Class Google::Cloud::CloudDMS::V1::OracleConnectionProfile (v0.3.0)

Reference documentation and code samples for the Cloud Database Migration Service V1 API class Google::Cloud::CloudDMS::V1::OracleConnectionProfile.

Specifies connection parameters required specifically for Oracle databases.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#database_service

def database_service() -> ::String
Returns
  • (::String) — Required. Database service for the Oracle connection.

#database_service=

def database_service=(value) -> ::String
Parameter
  • value (::String) — Required. Database service for the Oracle connection.
Returns
  • (::String) — Required. Database service for the Oracle connection.

#forward_ssh_connectivity

def forward_ssh_connectivity() -> ::Google::Cloud::CloudDMS::V1::ForwardSshTunnelConnectivity
Returns

#forward_ssh_connectivity=

def forward_ssh_connectivity=(value) -> ::Google::Cloud::CloudDMS::V1::ForwardSshTunnelConnectivity
Parameter
Returns

#host

def host() -> ::String
Returns
  • (::String) — Required. The IP or hostname of the source Oracle database.

#host=

def host=(value) -> ::String
Parameter
  • value (::String) — Required. The IP or hostname of the source Oracle database.
Returns
  • (::String) — Required. The IP or hostname of the source Oracle database.

#password

def password() -> ::String
Returns
  • (::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=

def password=(value) -> ::String
Parameter
  • value (::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.
Returns
  • (::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

def password_set() -> ::Boolean
Returns
  • (::Boolean) — Output only. Indicates whether a new password is included in the request.

#port

def port() -> ::Integer
Returns
  • (::Integer) — Required. The network port of the source Oracle database.

#port=

def port=(value) -> ::Integer
Parameter
  • value (::Integer) — Required. The network port of the source Oracle database.
Returns
  • (::Integer) — Required. The network port of the source Oracle database.

#private_connectivity

def private_connectivity() -> ::Google::Cloud::CloudDMS::V1::PrivateConnectivity
Returns

#private_connectivity=

def private_connectivity=(value) -> ::Google::Cloud::CloudDMS::V1::PrivateConnectivity
Parameter
Returns

#static_service_ip_connectivity

def static_service_ip_connectivity() -> ::Google::Cloud::CloudDMS::V1::StaticServiceIpConnectivity
Returns

#static_service_ip_connectivity=

def static_service_ip_connectivity=(value) -> ::Google::Cloud::CloudDMS::V1::StaticServiceIpConnectivity
Parameter
Returns

#username

def username() -> ::String
Returns
  • (::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.

#username=

def username=(value) -> ::String
Parameter
  • value (::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.
Returns
  • (::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.