Show / Hide Table of Contents

Class GoldengateOracleAIDataPlatformConnectionProperties

The properties of GoldengateOracleAIDataPlatformConnection.

Inheritance
object
GoldengateOracleAIDataPlatformConnectionProperties
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.OracleDatabase.v1.Data
Assembly: Google.Apis.OracleDatabase.v1.dll
Syntax
public class GoldengateOracleAIDataPlatformConnectionProperties : IDirectResponseSchema

Properties

ConnectionUrl

Optional. Connection URL. It must start with 'jdbc:spark://'

Declaration
[JsonProperty("connectionUrl")]
public virtual string ConnectionUrl { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

PrivateKeyFile

Optional. The content of the private key file (PEM file) corresponding to the API key of the fingerprint.

Declaration
[JsonProperty("privateKeyFile")]
public virtual string PrivateKeyFile { get; set; }
Property Value
Type Description
string

PrivateKeyPassphraseSecret

Optional. The passphrase of the private key.

Declaration
[JsonProperty("privateKeyPassphraseSecret")]
public virtual string PrivateKeyPassphraseSecret { get; set; }
Property Value
Type Description
string

PublicKeyFingerprint

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

Declaration
[JsonProperty("publicKeyFingerprint")]
public virtual string PublicKeyFingerprint { get; set; }
Property Value
Type Description
string

Region

Optional. The name of the region. e.g.: us-ashburn-1

Declaration
[JsonProperty("region")]
public virtual string Region { get; set; }
Property Value
Type Description
string

TechnologyType

Optional. The technology type of OracleAiDataPlatformConnection.

Declaration
[JsonProperty("technologyType")]
public virtual string TechnologyType { get; set; }
Property Value
Type Description
string

TenancyId

Optional. The OCID of the related OCI tenancy.

Declaration
[JsonProperty("tenancyId")]
public virtual string TenancyId { get; set; }
Property Value
Type Description
string

UseResourcePrincipal

Optional. Specifies that the user intends to authenticate to the instance using a resource principal.

Declaration
[JsonProperty("useResourcePrincipal")]
public virtual bool? UseResourcePrincipal { get; set; }
Property Value
Type Description
bool?

UserId

Optional. The OCID of the OCI user who will access.

Declaration
[JsonProperty("userId")]
public virtual string UserId { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX