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.
Parameters | |
---|---|
Name | Description |
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
Required. Password for the Oracle ASM connection. |
↳ asm_service |
string
Required. ASM service name for the Oracle ASM connection. |
↳ connection_attributes |
array|Google\Protobuf\Internal\MapField
Optional. Connection string attributes |
↳ oracle_ssl_config |
OracleSslConfig
Optional. SSL configuration for the Oracle connection. |
getHostname
Required. Hostname for the Oracle ASM connection.
Returns | |
---|---|
Type | Description |
string |
setHostname
Required. Hostname for the Oracle ASM connection.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getPort
Required. Port for the Oracle ASM connection.
Returns | |
---|---|
Type | Description |
int |
setPort
Required. Port for the Oracle ASM connection.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getUsername
Required. Username for the Oracle ASM connection.
Returns | |
---|---|
Type | Description |
string |
setUsername
Required. Username for the Oracle ASM connection.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getPassword
Required. Password for the Oracle ASM connection.
Returns | |
---|---|
Type | Description |
string |
setPassword
Required. Password for the Oracle ASM connection.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getAsmService
Required. ASM service name for the Oracle ASM connection.
Returns | |
---|---|
Type | Description |
string |
setAsmService
Required. ASM service name for the Oracle ASM connection.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getConnectionAttributes
Optional. Connection string attributes
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\MapField |
setConnectionAttributes
Optional. Connection string attributes
Parameter | |
---|---|
Name | Description |
var |
array|Google\Protobuf\Internal\MapField
|
Returns | |
---|---|
Type | Description |
$this |
getOracleSslConfig
Optional. SSL configuration for the Oracle connection.
Returns | |
---|---|
Type | Description |
OracleSslConfig|null |
hasOracleSslConfig
clearOracleSslConfig
setOracleSslConfig
Optional. SSL configuration for the Oracle connection.
Parameter | |
---|---|
Name | Description |
var |
OracleSslConfig
|
Returns | |
---|---|
Type | Description |
$this |