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

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

Configuration for Oracle Automatic Storage Management (ASM) connection.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#asm_service

def asm_service() -> ::String
Returns
  • (::String) — Required. ASM service name for the Oracle ASM connection.

#asm_service=

def asm_service=(value) -> ::String
Parameter
  • value (::String) — Required. ASM service name for the Oracle ASM connection.
Returns
  • (::String) — Required. ASM service name for the Oracle ASM connection.

#connection_attributes

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

#connection_attributes=

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

#hostname

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

#hostname=

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

#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) — Required. Password for the Oracle ASM connection.

#password=

def password=(value) -> ::String
Parameter
  • value (::String) — Required. Password for the Oracle ASM connection.
Returns
  • (::String) — Required. Password for the Oracle ASM connection.

#port

def port() -> ::Integer
Returns
  • (::Integer) — Required. Port for the Oracle ASM connection.

#port=

def port=(value) -> ::Integer
Parameter
  • value (::Integer) — Required. Port for the Oracle ASM connection.
Returns
  • (::Integer) — Required. Port for the Oracle ASM connection.

#username

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

#username=

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