Reference documentation and code samples for the Oracle Database@Google Cloud V1 API class Google::Cloud::OracleDatabase::V1::GoldengateKafkaConnectionProperties.
The properties of GoldengateKafkaConnection.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#bootstrap_servers
def bootstrap_servers() -> ::Array<::Google::Cloud::OracleDatabase::V1::KafkaBootstrapServer>- (::Array<::Google::Cloud::OracleDatabase::V1::KafkaBootstrapServer>) — Optional. Kafka bootstrap. Equivalent of bootstrap.servers configuration property in Kafka: list of KafkaBootstrapServer objects specified by host/port. Used for establishing the initial connection to the Kafka cluster. Example: "server1.example.com:9092,server2.example.com:9092"
#bootstrap_servers=
def bootstrap_servers=(value) -> ::Array<::Google::Cloud::OracleDatabase::V1::KafkaBootstrapServer>- value (::Array<::Google::Cloud::OracleDatabase::V1::KafkaBootstrapServer>) — Optional. Kafka bootstrap. Equivalent of bootstrap.servers configuration property in Kafka: list of KafkaBootstrapServer objects specified by host/port. Used for establishing the initial connection to the Kafka cluster. Example: "server1.example.com:9092,server2.example.com:9092"
- (::Array<::Google::Cloud::OracleDatabase::V1::KafkaBootstrapServer>) — Optional. Kafka bootstrap. Equivalent of bootstrap.servers configuration property in Kafka: list of KafkaBootstrapServer objects specified by host/port. Used for establishing the initial connection to the Kafka cluster. Example: "server1.example.com:9092,server2.example.com:9092"
#cluster_id
def cluster_id() -> ::String- (::String) — Optional. The OCID of the Kafka cluster being referenced from OCI Streaming with Apache Kafka.
#cluster_id=
def cluster_id=(value) -> ::String- value (::String) — Optional. The OCID of the Kafka cluster being referenced from OCI Streaming with Apache Kafka.
- (::String) — Optional. The OCID of the Kafka cluster being referenced from OCI Streaming with Apache Kafka.
#consumer_properties_file
def consumer_properties_file() -> ::String- (::String) — Optional. The base64 encoded content of the consumer.properties file.
#consumer_properties_file=
def consumer_properties_file=(value) -> ::String- value (::String) — Optional. The base64 encoded content of the consumer.properties file.
- (::String) — Optional. The base64 encoded content of the consumer.properties file.
#key_store_file
def key_store_file() -> ::String- (::String) — Optional. The base64 encoded content of the KeyStore file.
#key_store_file=
def key_store_file=(value) -> ::String- value (::String) — Optional. The base64 encoded content of the KeyStore file.
- (::String) — Optional. The base64 encoded content of the KeyStore file.
#key_store_password
def key_store_password() -> ::String-
(::String) — Optional. Input only. The KeyStore password in plain text.
Note: The following fields are mutually exclusive:
key_store_password,key_store_password_secret_version. If a field in that set is populated, all other fields in the set will automatically be cleared.
#key_store_password=
def key_store_password=(value) -> ::String-
value (::String) — Optional. Input only. The KeyStore password in plain text.
Note: The following fields are mutually exclusive:
key_store_password,key_store_password_secret_version. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::String) — Optional. Input only. The KeyStore password in plain text.
Note: The following fields are mutually exclusive:
key_store_password,key_store_password_secret_version. If a field in that set is populated, all other fields in the set will automatically be cleared.
#key_store_password_secret_version
def key_store_password_secret_version() -> ::String-
(::String) — Optional. Input only. The resource name of a secret version in Secret
Manager which contains the KeyStore password. Format:
projects/{project}/secrets/{secret}/versions/{version}.
Note: The following fields are mutually exclusive:
key_store_password_secret_version,key_store_password. If a field in that set is populated, all other fields in the set will automatically be cleared.
#key_store_password_secret_version=
def key_store_password_secret_version=(value) -> ::String-
value (::String) — Optional. Input only. The resource name of a secret version in Secret
Manager which contains the KeyStore password. Format:
projects/{project}/secrets/{secret}/versions/{version}.
Note: The following fields are mutually exclusive:
key_store_password_secret_version,key_store_password. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::String) — Optional. Input only. The resource name of a secret version in Secret
Manager which contains the KeyStore password. Format:
projects/{project}/secrets/{secret}/versions/{version}.
Note: The following fields are mutually exclusive:
key_store_password_secret_version,key_store_password. If a field in that set is populated, all other fields in the set will automatically be cleared.
#password
def password() -> ::String-
(::String) — Optional. Input only. The password for Kafka basic/SASL auth in plain
text.
Note: The following fields are mutually exclusive:
password,password_secret_version. If a field in that set is populated, all other fields in the set will automatically be cleared.
#password=
def password=(value) -> ::String-
value (::String) — Optional. Input only. The password for Kafka basic/SASL auth in plain
text.
Note: The following fields are mutually exclusive:
password,password_secret_version. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::String) — Optional. Input only. The password for Kafka basic/SASL auth in plain
text.
Note: The following fields are mutually exclusive:
password,password_secret_version. If a field in that set is populated, all other fields in the set will automatically be cleared.
#password_secret_version
def password_secret_version() -> ::String-
(::String) — Optional. Input only. The resource name of a secret version in Secret
Manager which contains the password for Kafka basic/SASL auth. Format:
projects/{project}/secrets/{secret}/versions/{version}.
Note: The following fields are mutually exclusive:
password_secret_version,password. If a field in that set is populated, all other fields in the set will automatically be cleared.
#password_secret_version=
def password_secret_version=(value) -> ::String-
value (::String) — Optional. Input only. The resource name of a secret version in Secret
Manager which contains the password for Kafka basic/SASL auth. Format:
projects/{project}/secrets/{secret}/versions/{version}.
Note: The following fields are mutually exclusive:
password_secret_version,password. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::String) — Optional. Input only. The resource name of a secret version in Secret
Manager which contains the password for Kafka basic/SASL auth. Format:
projects/{project}/secrets/{secret}/versions/{version}.
Note: The following fields are mutually exclusive:
password_secret_version,password. If a field in that set is populated, all other fields in the set will automatically be cleared.
#producer_properties_file
def producer_properties_file() -> ::String- (::String) — Optional. The base64 encoded content of the producer.properties file.
#producer_properties_file=
def producer_properties_file=(value) -> ::String- value (::String) — Optional. The base64 encoded content of the producer.properties file.
- (::String) — Optional. The base64 encoded content of the producer.properties file.
#security_protocol
def security_protocol() -> ::Google::Cloud::OracleDatabase::V1::GoldengateKafkaConnectionProperties::KafkaSecurityProtocol- (::Google::Cloud::OracleDatabase::V1::GoldengateKafkaConnectionProperties::KafkaSecurityProtocol) — Optional. Security Type for Kafka.
#security_protocol=
def security_protocol=(value) -> ::Google::Cloud::OracleDatabase::V1::GoldengateKafkaConnectionProperties::KafkaSecurityProtocol- value (::Google::Cloud::OracleDatabase::V1::GoldengateKafkaConnectionProperties::KafkaSecurityProtocol) — Optional. Security Type for Kafka.
- (::Google::Cloud::OracleDatabase::V1::GoldengateKafkaConnectionProperties::KafkaSecurityProtocol) — Optional. Security Type for Kafka.
#ssl_key_password
def ssl_key_password() -> ::String-
(::String) — Optional. Input only. The password for the cert inside of the KeyStore in
plain text.
Note: The following fields are mutually exclusive:
ssl_key_password,ssl_key_password_secret_version. If a field in that set is populated, all other fields in the set will automatically be cleared.
#ssl_key_password=
def ssl_key_password=(value) -> ::String-
value (::String) — Optional. Input only. The password for the cert inside of the KeyStore in
plain text.
Note: The following fields are mutually exclusive:
ssl_key_password,ssl_key_password_secret_version. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::String) — Optional. Input only. The password for the cert inside of the KeyStore in
plain text.
Note: The following fields are mutually exclusive:
ssl_key_password,ssl_key_password_secret_version. If a field in that set is populated, all other fields in the set will automatically be cleared.
#ssl_key_password_secret_version
def ssl_key_password_secret_version() -> ::String-
(::String) — Optional. Input only. The resource name of a secret version in Secret
Manager which contains the password for the cert inside of the KeyStore.
Format: projects/{project}/secrets/{secret}/versions/{version}.
Note: The following fields are mutually exclusive:
ssl_key_password_secret_version,ssl_key_password. If a field in that set is populated, all other fields in the set will automatically be cleared.
#ssl_key_password_secret_version=
def ssl_key_password_secret_version=(value) -> ::String-
value (::String) — Optional. Input only. The resource name of a secret version in Secret
Manager which contains the password for the cert inside of the KeyStore.
Format: projects/{project}/secrets/{secret}/versions/{version}.
Note: The following fields are mutually exclusive:
ssl_key_password_secret_version,ssl_key_password. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::String) — Optional. Input only. The resource name of a secret version in Secret
Manager which contains the password for the cert inside of the KeyStore.
Format: projects/{project}/secrets/{secret}/versions/{version}.
Note: The following fields are mutually exclusive:
ssl_key_password_secret_version,ssl_key_password. If a field in that set is populated, all other fields in the set will automatically be cleared.
#stream_pool_id
def stream_pool_id() -> ::String- (::String) — Optional. The OCID of the stream pool being referenced.
#stream_pool_id=
def stream_pool_id=(value) -> ::String- value (::String) — Optional. The OCID of the stream pool being referenced.
- (::String) — Optional. The OCID of the stream pool being referenced.
#technology_type
def technology_type() -> ::String- (::String) — Optional. The technology type of KafkaConnection.
#technology_type=
def technology_type=(value) -> ::String- value (::String) — Optional. The technology type of KafkaConnection.
- (::String) — Optional. The technology type of KafkaConnection.
#trust_store_file
def trust_store_file() -> ::String- (::String) — Optional. The base64 encoded content of the TrustStore file.
#trust_store_file=
def trust_store_file=(value) -> ::String- value (::String) — Optional. The base64 encoded content of the TrustStore file.
- (::String) — Optional. The base64 encoded content of the TrustStore file.
#trust_store_password
def trust_store_password() -> ::String-
(::String) — Optional. Input only. The TrustStore password in plain text.
Note: The following fields are mutually exclusive:
trust_store_password,trust_store_password_secret_version. If a field in that set is populated, all other fields in the set will automatically be cleared.
#trust_store_password=
def trust_store_password=(value) -> ::String-
value (::String) — Optional. Input only. The TrustStore password in plain text.
Note: The following fields are mutually exclusive:
trust_store_password,trust_store_password_secret_version. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::String) — Optional. Input only. The TrustStore password in plain text.
Note: The following fields are mutually exclusive:
trust_store_password,trust_store_password_secret_version. If a field in that set is populated, all other fields in the set will automatically be cleared.
#trust_store_password_secret_version
def trust_store_password_secret_version() -> ::String-
(::String) — Optional. Input only. The resource name of a secret version in Secret
Manager which contains the TrustStore password. Format:
projects/{project}/secrets/{secret}/versions/{version}.
Note: The following fields are mutually exclusive:
trust_store_password_secret_version,trust_store_password. If a field in that set is populated, all other fields in the set will automatically be cleared.
#trust_store_password_secret_version=
def trust_store_password_secret_version=(value) -> ::String-
value (::String) — Optional. Input only. The resource name of a secret version in Secret
Manager which contains the TrustStore password. Format:
projects/{project}/secrets/{secret}/versions/{version}.
Note: The following fields are mutually exclusive:
trust_store_password_secret_version,trust_store_password. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::String) — Optional. Input only. The resource name of a secret version in Secret
Manager which contains the TrustStore password. Format:
projects/{project}/secrets/{secret}/versions/{version}.
Note: The following fields are mutually exclusive:
trust_store_password_secret_version,trust_store_password. If a field in that set is populated, all other fields in the set will automatically be cleared.
#use_resource_principal
def use_resource_principal() -> ::Boolean- (::Boolean) — Optional. Specifies that the user intends to authenticate to the instance using a resource principal. Applicable only for OCI Streaming connections.
#use_resource_principal=
def use_resource_principal=(value) -> ::Boolean- value (::Boolean) — Optional. Specifies that the user intends to authenticate to the instance using a resource principal. Applicable only for OCI Streaming connections.
- (::Boolean) — Optional. Specifies that the user intends to authenticate to the instance using a resource principal. Applicable only for OCI Streaming connections.
#username
def username() -> ::String- (::String) — Optional. The username Oracle Goldengate uses to connect the associated system of the given technology.
#username=
def username=(value) -> ::String- value (::String) — Optional. The username Oracle Goldengate uses to connect the associated system of the given technology.
- (::String) — Optional. The username Oracle Goldengate uses to connect the associated system of the given technology.