Class GoldengateElasticsearchConnectionProperties
The properties of GoldengateElasticsearchConnection.
Implements
Inherited Members
Namespace: Google.Apis.OracleDatabase.v1.Data
Assembly: Google.Apis.OracleDatabase.v1.dll
Syntax
public class GoldengateElasticsearchConnectionProperties : IDirectResponseSchema
Properties
AuthenticationType
Optional. Authentication type for Elasticsearch.
Declaration
[JsonProperty("authenticationType")]
public virtual string AuthenticationType { 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 |
Fingerprint
Optional. Fingerprint required by TLS security protocol. Eg.: '6152b2dfbff200f973c5074a5b91d06ab3b472c07c09a1ea57bb7fd406cdce9c'
Declaration
[JsonProperty("fingerprint")]
public virtual string Fingerprint { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Password
Optional. Input only. The password Oracle Goldengate uses for Elastic Search connection in plain text.
Declaration
[JsonProperty("password")]
public virtual string Password { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PasswordSecretVersion
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}.
Declaration
[JsonProperty("passwordSecretVersion")]
public virtual string PasswordSecretVersion { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SecurityProtocol
Optional. Security protocol for Elasticsearch.
Declaration
[JsonProperty("securityProtocol")]
public virtual string SecurityProtocol { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Servers
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"
Declaration
[JsonProperty("servers")]
public virtual string Servers { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TechnologyType
Optional. The technology type of ElasticsearchConnection.
Declaration
[JsonProperty("technologyType")]
public virtual string TechnologyType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Username
Optional. The username Oracle Goldengate uses to connect the associated system of the given technology.
Declaration
[JsonProperty("username")]
public virtual string Username { get; set; }
Property Value
| Type | Description |
|---|---|
| string |