Reference documentation and code samples for the Google Cloud Oracle Database V1 Client class GoldengateOracleAIDataPlatformConnectionProperties.
The properties of GoldengateOracleAIDataPlatformConnection.
Generated from protobuf message google.cloud.oracledatabase.v1.GoldengateOracleAIDataPlatformConnectionProperties
Namespace
Google \ Cloud \ OracleDatabase \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ technology_type |
string
Optional. The technology type of OracleAiDataPlatformConnection. |
↳ connection_url |
string
Optional. Connection URL. It must start with 'jdbc:spark://' |
↳ tenancy_id |
string
Optional. The OCID of the related OCI tenancy. |
↳ region |
string
Optional. The name of the region. e.g.: us-ashburn-1 |
↳ user_id |
string
Optional. The OCID of the OCI user who will access. |
↳ private_key_file |
string
Optional. The content of the private key file (PEM file) corresponding to the API key of the fingerprint. |
↳ private_key_passphrase_secret |
string
Optional. The passphrase of the private key. |
↳ public_key_fingerprint |
string
Optional. The fingerprint of the API Key of the user specified by the user_id. |
↳ use_resource_principal |
bool
Optional. Specifies that the user intends to authenticate to the instance using a resource principal. |
getTechnologyType
Optional. The technology type of OracleAiDataPlatformConnection.
| Returns | |
|---|---|
| Type | Description |
string |
|
setTechnologyType
Optional. The technology type of OracleAiDataPlatformConnection.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getConnectionUrl
Optional. Connection URL. It must start with 'jdbc:spark://'
| Returns | |
|---|---|
| Type | Description |
string |
|
setConnectionUrl
Optional. Connection URL. It must start with 'jdbc:spark://'
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getTenancyId
Optional. The OCID of the related OCI tenancy.
| Returns | |
|---|---|
| Type | Description |
string |
|
setTenancyId
Optional. The OCID of the related OCI tenancy.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getRegion
Optional. The name of the region. e.g.: us-ashburn-1
| Returns | |
|---|---|
| Type | Description |
string |
|
setRegion
Optional. The name of the region. e.g.: us-ashburn-1
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getUserId
Optional. The OCID of the OCI user who will access.
| Returns | |
|---|---|
| Type | Description |
string |
|
setUserId
Optional. The OCID of the OCI user who will access.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getPrivateKeyFile
Optional. The content of the private key file (PEM file) corresponding to the API key of the fingerprint.
| Returns | |
|---|---|
| Type | Description |
string |
|
setPrivateKeyFile
Optional. The content of the private key file (PEM file) corresponding to the API key of the fingerprint.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getPrivateKeyPassphraseSecret
Optional. The passphrase of the private key.
| Returns | |
|---|---|
| Type | Description |
string |
|
setPrivateKeyPassphraseSecret
Optional. The passphrase of the private key.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getPublicKeyFingerprint
Optional. The fingerprint of the API Key of the user specified by the user_id.
| Returns | |
|---|---|
| Type | Description |
string |
|
setPublicKeyFingerprint
Optional. The fingerprint of the API Key of the user specified by the user_id.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getUseResourcePrincipal
Optional. Specifies that the user intends to authenticate to the instance using a resource principal.
| Returns | |
|---|---|
| Type | Description |
bool |
|
setUseResourcePrincipal
Optional. Specifies that the user intends to authenticate to the instance using a resource principal.
| Parameter | |
|---|---|
| Name | Description |
var |
bool
|
| Returns | |
|---|---|
| Type | Description |
$this |
|