Reference documentation and code samples for the Google Cloud Datastream V1 Client class OracleAsmConfig.
Configuration for Oracle Automatic Storage Management (ASM) connection.
Generated from protobuf message google.cloud.datastream.v1.OracleAsmConfig
Namespace
Google \ Cloud \ Datastream \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ hostname
string
Required. Hostname for the Oracle ASM connection.
↳ port
int
Required. Port for the Oracle ASM connection.
↳ username
string
Required. Username for the Oracle ASM connection.
↳ password
string
Optional. Password for the Oracle ASM connection. Mutually exclusive with the secret_manager_stored_password
field.
↳ asm_service
string
Required. ASM service name for the Oracle ASM connection.
↳ connection_attributes
↳ oracle_ssl_config
↳ secret_manager_stored_password
string
Optional. A reference to a Secret Manager resource name storing the Oracle ASM connection password. Mutually exclusive with the password
field.
getHostname
Required. Hostname for the Oracle ASM connection.
string
setHostname
Required. Hostname for the Oracle ASM connection.
var
string
$this
getPort
Required. Port for the Oracle ASM connection.
int
setPort
Required. Port for the Oracle ASM connection.
var
int
$this
getUsername
Required. Username for the Oracle ASM connection.
string
setUsername
Required. Username for the Oracle ASM connection.
var
string
$this
getPassword
Optional. Password for the Oracle ASM connection. Mutually exclusive with
the secret_manager_stored_password
field.
string
setPassword
Optional. Password for the Oracle ASM connection. Mutually exclusive with
the secret_manager_stored_password
field.
var
string
$this
getAsmService
Required. ASM service name for the Oracle ASM connection.
string
setAsmService
Required. ASM service name for the Oracle ASM connection.
var
string
$this
getConnectionAttributes
Optional. Connection string attributes
setConnectionAttributes
Optional. Connection string attributes
$this
getOracleSslConfig
Optional. SSL configuration for the Oracle connection.
hasOracleSslConfig
clearOracleSslConfig
setOracleSslConfig
Optional. SSL configuration for the Oracle connection.
$this
getSecretManagerStoredPassword
Optional. A reference to a Secret Manager resource name storing the Oracle
ASM connection password. Mutually exclusive with the password
field.
string
setSecretManagerStoredPassword
Optional. A reference to a Secret Manager resource name storing the Oracle
ASM connection password. Mutually exclusive with the password
field.
var
string
$this

