View Source GoogleApi.Datastream.V1.Model.OracleProfile (google_api_datastream v0.7.1)
Oracle database profile. Next ID: 10.
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. -
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_passwordfield. -
port(type:integer(), default:nil) - Port for the Oracle connection, default value is 1521. -
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, oracleSslConfig: GoogleApi.Datastream.V1.Model.OracleSslConfig.t() | nil, password: String.t() | nil, port: integer() | nil, username: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.