Datastream V1 API - Class Google::Cloud::Datastream::V1::OracleProfile (v0.12.0)

Reference documentation and code samples for the Datastream V1 API class Google::Cloud::Datastream::V1::OracleProfile.

Oracle database profile. Next ID: 10.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#connection_attributes

def connection_attributes() -> ::Google::Protobuf::Map{::String => ::String}
Returns
  • (::Google::Protobuf::Map{::String => ::String}) — Connection string attributes

#connection_attributes=

def connection_attributes=(value) -> ::Google::Protobuf::Map{::String => ::String}
Parameter
  • value (::Google::Protobuf::Map{::String => ::String}) — Connection string attributes
Returns
  • (::Google::Protobuf::Map{::String => ::String}) — Connection string attributes

#database_service

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

#database_service=

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

#hostname

def hostname() -> ::String
Returns
  • (::String) — Required. Hostname for the Oracle connection.

#hostname=

def hostname=(value) -> ::String
Parameter
  • value (::String) — Required. Hostname for the Oracle connection.
Returns
  • (::String) — Required. Hostname for the Oracle connection.

#oracle_asm_config

def oracle_asm_config() -> ::Google::Cloud::Datastream::V1::OracleAsmConfig
Returns

#oracle_asm_config=

def oracle_asm_config=(value) -> ::Google::Cloud::Datastream::V1::OracleAsmConfig
Parameter
Returns

#oracle_ssl_config

def oracle_ssl_config() -> ::Google::Cloud::Datastream::V1::OracleSslConfig
Returns

#oracle_ssl_config=

def oracle_ssl_config=(value) -> ::Google::Cloud::Datastream::V1::OracleSslConfig
Parameter
Returns

#password

def password() -> ::String
Returns
  • (::String) — Optional. Password for the Oracle connection. Mutually exclusive with the secret_manager_stored_password field.

#password=

def password=(value) -> ::String
Parameter
  • value (::String) — Optional. Password for the Oracle connection. Mutually exclusive with the secret_manager_stored_password field.
Returns
  • (::String) — Optional. Password for the Oracle connection. Mutually exclusive with the secret_manager_stored_password field.

#port

def port() -> ::Integer
Returns
  • (::Integer) — Port for the Oracle connection, default value is 1521.

#port=

def port=(value) -> ::Integer
Parameter
  • value (::Integer) — Port for the Oracle connection, default value is 1521.
Returns
  • (::Integer) — Port for the Oracle connection, default value is 1521.

#secret_manager_stored_password

def secret_manager_stored_password() -> ::String
Returns
  • (::String) — Optional. A reference to a Secret Manager resource name storing the Oracle connection password. Mutually exclusive with the password field.

#secret_manager_stored_password=

def secret_manager_stored_password=(value) -> ::String
Parameter
  • value (::String) — Optional. A reference to a Secret Manager resource name storing the Oracle connection password. Mutually exclusive with the password field.
Returns
  • (::String) — Optional. A reference to a Secret Manager resource name storing the Oracle connection password. Mutually exclusive with the password field.

#username

def username() -> ::String
Returns
  • (::String) — Required. Username for the Oracle connection.

#username=

def username=(value) -> ::String
Parameter
  • value (::String) — Required. Username for the Oracle connection.
Returns
  • (::String) — Required. Username for the Oracle connection.