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

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

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

The properties of GoldengateElasticsearchConnection.

Inheritance

object > GoldengateElasticsearchConnectionProperties

Namespace

Google.Cloud.OracleDatabase.V1

Assembly

Google.Cloud.OracleDatabase.V1.dll

Constructors

GoldengateElasticsearchConnectionProperties()

public GoldengateElasticsearchConnectionProperties()

GoldengateElasticsearchConnectionProperties(GoldengateElasticsearchConnectionProperties)

public GoldengateElasticsearchConnectionProperties(GoldengateElasticsearchConnectionProperties other)
Parameter
Name Description
other GoldengateElasticsearchConnectionProperties

Properties

AuthenticationType

public GoldengateElasticsearchConnectionProperties.Types.ElasticsearchAuthenticationType AuthenticationType { get; set; }

Optional. Authentication type for Elasticsearch.

Property Value
Type Description
GoldengateElasticsearchConnectionPropertiesTypesElasticsearchAuthenticationType

ConnectionPasswordOptionsCase

public GoldengateElasticsearchConnectionProperties.ConnectionPasswordOptionsOneofCase ConnectionPasswordOptionsCase { get; }
Property Value
Type Description
GoldengateElasticsearchConnectionPropertiesConnectionPasswordOptionsOneofCase

Fingerprint

public string Fingerprint { get; set; }

Optional. Fingerprint required by TLS security protocol. Eg.: '6152b2dfbff200f973c5074a5b91d06ab3b472c07c09a1ea57bb7fd406cdce9c'

Property Value
Type Description
string

HasPassword

public bool HasPassword { get; }

Gets whether the "password" field is set

Property Value
Type Description
bool

HasPasswordSecretVersion

public bool HasPasswordSecretVersion { get; }

Gets whether the "password_secret_version" field is set

Property Value
Type Description
bool

Password

public string Password { get; set; }

Optional. Input only. The password Oracle Goldengate uses for Elastic Search connection in plain text.

Property Value
Type Description
string

PasswordSecretVersion

public string PasswordSecretVersion { get; set; }

Optional. Input only. The resource name of a secret version in Secret Manager which contains the password Oracle Goldengate uses for Elastic Search connection. Format: projects/{project}/secrets/{secret}/versions/{version}.

Property Value
Type Description
string

PasswordSecretVersionAsSecretVersionName

public SecretVersionName PasswordSecretVersionAsSecretVersionName { get; set; }

SecretVersionName-typed view over the PasswordSecretVersion resource name property.

Property Value
Type Description
SecretVersionName

SecurityProtocol

public GoldengateElasticsearchConnectionProperties.Types.ElasticsearchSecurityProtocol SecurityProtocol { get; set; }

Optional. Security protocol for Elasticsearch.

Property Value
Type Description
GoldengateElasticsearchConnectionPropertiesTypesElasticsearchSecurityProtocol

Servers

public string Servers { get; set; }

Optional. Comma separated list of Elasticsearch server addresses, specified as host:port entries, where :port is optional. If port is not specified, it defaults to 9200. Example: "server1.example.com:4000,server2.example.com:4000"

Property Value
Type Description
string

TechnologyType

public string TechnologyType { get; set; }

Optional. The technology type of ElasticsearchConnection.

Property Value
Type Description
string

Username

public string Username { get; set; }

Optional. The username Oracle Goldengate uses to connect the associated system of the given technology.

Property Value
Type Description
string