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

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

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

The properties of GoldengateOciObjectStorageConnection.

Inheritance

object > GoldengateOciObjectStorageConnectionProperties

Namespace

Google.Cloud.OracleDatabase.V1

Assembly

Google.Cloud.OracleDatabase.V1.dll

Constructors

GoldengateOciObjectStorageConnectionProperties()

public GoldengateOciObjectStorageConnectionProperties()

GoldengateOciObjectStorageConnectionProperties(GoldengateOciObjectStorageConnectionProperties)

public GoldengateOciObjectStorageConnectionProperties(GoldengateOciObjectStorageConnectionProperties other)
Parameter
Name Description
other GoldengateOciObjectStorageConnectionProperties

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 of OCI Object Storage. e.g.: us-ashburn-1 If the region is not provided, backend will default to the default region.

Property Value
Type Description
string

TechnologyType

public string TechnologyType { get; set; }

Optional. The technology type of OciObjectStorageConnection.

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 the Object Storage. The user must have write access to the bucket they want to connect to.

Property Value
Type Description
string