GoogleApi.Datastream.V1.Model.OracleAsmConfig (google_api_datastream v0.10.0)

View Source

Configuration 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 the secret_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 the password 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

t()

@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
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.