GoogleApi.Datastream.V1.Model.OracleProfile (google_api_datastream v0.10.0)
View SourceOracle database profile.
Attributes
-
connectionAttributes
(type:map()
, default:nil
) - Connection string attributes -
databaseService
(type:String.t
, default:nil
) - Required. Database for the Oracle connection. -
hostname
(type:String.t
, default:nil
) - Required. Hostname for the Oracle connection. -
oracleAsmConfig
(type:GoogleApi.Datastream.V1.Model.OracleAsmConfig.t
, default:nil
) - Optional. Configuration for Oracle ASM connection. -
oracleSslConfig
(type:GoogleApi.Datastream.V1.Model.OracleSslConfig.t
, default:nil
) - Optional. SSL configuration for the Oracle connection. -
password
(type:String.t
, default:nil
) - Optional. Password for the Oracle connection. Mutually exclusive with thesecret_manager_stored_password
field. -
port
(type:integer()
, default:nil
) - Port for the Oracle connection, default value is 1521. -
secretManagerStoredPassword
(type:String.t
, default:nil
) - Optional. A reference to a Secret Manager resource name storing the Oracle connection password. Mutually exclusive with thepassword
field. -
username
(type:String.t
, default:nil
) - Required. Username for the Oracle connection.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Datastream.V1.Model.OracleProfile{ connectionAttributes: map() | nil, databaseService: String.t() | nil, hostname: String.t() | nil, oracleAsmConfig: GoogleApi.Datastream.V1.Model.OracleAsmConfig.t() | nil, oracleSslConfig: GoogleApi.Datastream.V1.Model.OracleSslConfig.t() | nil, password: String.t() | nil, port: integer() | nil, secretManagerStoredPassword: String.t() | nil, username: String.t() | nil }