public sealed class GoldengateOracleAIDataPlatformConnectionProperties : IMessage<GoldengateOracleAIDataPlatformConnectionProperties>, IEquatable<GoldengateOracleAIDataPlatformConnectionProperties>, IDeepCloneable<GoldengateOracleAIDataPlatformConnectionProperties>, IBufferMessage, IMessageReference documentation and code samples for the Oracle Database@Google Cloud v1 API class GoldengateOracleAIDataPlatformConnectionProperties.
The properties of GoldengateOracleAIDataPlatformConnection.
Implements
IMessageGoldengateOracleAIDataPlatformConnectionProperties, IEquatableGoldengateOracleAIDataPlatformConnectionProperties, IDeepCloneableGoldengateOracleAIDataPlatformConnectionProperties, IBufferMessage, IMessageNamespace
Google.Cloud.OracleDatabase.V1Assembly
Google.Cloud.OracleDatabase.V1.dll
Constructors
GoldengateOracleAIDataPlatformConnectionProperties()
public GoldengateOracleAIDataPlatformConnectionProperties()GoldengateOracleAIDataPlatformConnectionProperties(GoldengateOracleAIDataPlatformConnectionProperties)
public GoldengateOracleAIDataPlatformConnectionProperties(GoldengateOracleAIDataPlatformConnectionProperties other)| Parameter | |
|---|---|
| Name | Description |
other |
GoldengateOracleAIDataPlatformConnectionProperties |
Properties
ConnectionUrl
public string ConnectionUrl { get; set; }Optional. Connection URL. It must start with 'jdbc:spark://'
| Property Value | |
|---|---|
| Type | Description |
string |
|
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 user_id.
| 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 OracleAiDataPlatformConnection.
| Property Value | |
|---|---|
| Type | Description |
string |
|
TenancyId
public string TenancyId { get; set; }Optional. The OCID of the related 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.
| Property Value | |
|---|---|
| Type | Description |
string |
|