public sealed class GoldengateOracleNosqlConnectionProperties : IMessage<GoldengateOracleNosqlConnectionProperties>, IEquatable<GoldengateOracleNosqlConnectionProperties>, IDeepCloneable<GoldengateOracleNosqlConnectionProperties>, IBufferMessage, IMessageReference documentation and code samples for the Oracle Database@Google Cloud v1 API class GoldengateOracleNosqlConnectionProperties.
The properties of GoldengateOracleNosqlConnection.
Implements
IMessageGoldengateOracleNosqlConnectionProperties, IEquatableGoldengateOracleNosqlConnectionProperties, IDeepCloneableGoldengateOracleNosqlConnectionProperties, IBufferMessage, IMessageNamespace
Google.Cloud.OracleDatabase.V1Assembly
Google.Cloud.OracleDatabase.V1.dll
Constructors
GoldengateOracleNosqlConnectionProperties()
public GoldengateOracleNosqlConnectionProperties()GoldengateOracleNosqlConnectionProperties(GoldengateOracleNosqlConnectionProperties)
public GoldengateOracleNosqlConnectionProperties(GoldengateOracleNosqlConnectionProperties other)| Parameter | |
|---|---|
| Name | Description |
other |
GoldengateOracleNosqlConnectionProperties |
Properties
PrivateKeyFile
public string PrivateKeyFile { get; set; }Optional. The content of the private key file (PEM file) corresponding to the API key of the fingerprint.
| Property Value | |
|---|---|
| Type | Description |
string |
|
PrivateKeyPassphraseSecret
public string PrivateKeyPassphraseSecret { get; set; }Optional. The passphrase of the private key.
| Property Value | |
|---|---|
| Type | Description |
string |
|
PublicKeyFingerprint
public string PublicKeyFingerprint { get; set; }Optional. The fingerprint of the API Key of the user specified by the userId.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Region
public string Region { get; set; }Optional. The name of the region. e.g.: us-ashburn-1
| Property Value | |
|---|---|
| Type | Description |
string |
|
TechnologyType
public string TechnologyType { get; set; }Optional. The technology type of OracleNosqlConnection.
| Property Value | |
|---|---|
| Type | Description |
string |
|
TenancyId
public string TenancyId { get; set; }Optional. The OCID of the OCI tenancy.
| Property Value | |
|---|---|
| Type | Description |
string |
|
UseResourcePrincipal
public bool UseResourcePrincipal { get; set; }Optional. Specifies that the user intends to authenticate to the instance using a resource principal.
| Property Value | |
|---|---|
| Type | Description |
bool |
|
UserId
public string UserId { get; set; }Optional. The OCID of the OCI user who will access the Oracle NoSQL database.
| Property Value | |
|---|---|
| Type | Description |
string |
|