Oracle Database@Google Cloud v1 API - Class GoldengateOracleAIDataPlatformConnectionProperties (1.6.0)

public sealed class GoldengateOracleAIDataPlatformConnectionProperties : IMessage<GoldengateOracleAIDataPlatformConnectionProperties>, IEquatable<GoldengateOracleAIDataPlatformConnectionProperties>, IDeepCloneable<GoldengateOracleAIDataPlatformConnectionProperties>, IBufferMessage, IMessage

Reference documentation and code samples for the Oracle Database@Google Cloud v1 API class GoldengateOracleAIDataPlatformConnectionProperties.

The properties of GoldengateOracleAIDataPlatformConnection.

Inheritance

object > GoldengateOracleAIDataPlatformConnectionProperties

Namespace

Google.Cloud.OracleDatabase.V1

Assembly

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