GoogleApi.Datastream.V1.Model.OracleAsmConfig (google_api_datastream v0.10.0)
View SourceConfiguration for Oracle Automatic Storage Management (ASM) connection.
Attributes
-
asmService
(type:String.t
, default:nil
) - Required. ASM service name for the Oracle ASM connection. -
connectionAttributes
(type:map()
, default:nil
) - Optional. Connection string attributes -
hostname
(type:String.t
, default:nil
) - Required. Hostname for the 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 ASM connection. Mutually exclusive with thesecret_manager_stored_password
field. -
port
(type:integer()
, default:nil
) - Required. Port for the Oracle ASM connection. -
secretManagerStoredPassword
(type:String.t
, default:nil
) - Optional. A reference to a Secret Manager resource name storing the Oracle ASM connection password. Mutually exclusive with thepassword
field. -
username
(type:String.t
, default:nil
) - Required. Username for the Oracle ASM connection.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Datastream.V1.Model.OracleAsmConfig{ asmService: String.t() | nil, connectionAttributes: map() | nil, hostname: String.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 }