Google Cloud Oracle Database V1 Client - Class GoldengateOracleNosqlConnectionProperties (0.9.0)

Reference documentation and code samples for the Google Cloud Oracle Database V1 Client class GoldengateOracleNosqlConnectionProperties.

The properties of GoldengateOracleNosqlConnection.

Generated from protobuf message google.cloud.oracledatabase.v1.GoldengateOracleNosqlConnectionProperties

Namespace

Google \ Cloud \ OracleDatabase \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ technology_type string

Optional. The technology type of OracleNosqlConnection.

↳ tenancy_id string

Optional. The OCID of the 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 the Oracle NoSQL database.

↳ 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 userId.

↳ 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 OracleNosqlConnection.

Returns
Type Description
string

setTechnologyType

Optional. The technology type of OracleNosqlConnection.

Parameter
Name Description
var string
Returns
Type Description
$this

getTenancyId

Optional. The OCID of the OCI tenancy.

Returns
Type Description
string

setTenancyId

Optional. The OCID of the 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 the Oracle NoSQL database.

Returns
Type Description
string

setUserId

Optional. The OCID of the OCI user who will access the Oracle NoSQL database.

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 userId.

Returns
Type Description
string

setPublicKeyFingerprint

Optional. The fingerprint of the API Key of the user specified by the userId.

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