Class: Google::Cloud::Datastream::V1::OracleSourceConfig::BinaryLogParser
- Inherits:
-
Object
- Object
- Google::Cloud::Datastream::V1::OracleSourceConfig::BinaryLogParser
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datastream/v1/datastream_resources.rb
Overview
Configuration to use Binary Log Parser CDC technique.
Defined Under Namespace
Classes: LogFileDirectories, OracleAsmLogFileAccess
Instance Attribute Summary collapse
-
#log_file_directories ⇒ ::Google::Cloud::Datastream::V1::OracleSourceConfig::BinaryLogParser::LogFileDirectories
Use Oracle directories.
-
#oracle_asm_log_file_access ⇒ ::Google::Cloud::Datastream::V1::OracleSourceConfig::BinaryLogParser::OracleAsmLogFileAccess
Use Oracle ASM.
Instance Attribute Details
#log_file_directories ⇒ ::Google::Cloud::Datastream::V1::OracleSourceConfig::BinaryLogParser::LogFileDirectories
Returns Use Oracle directories.
568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 |
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 568 class BinaryLogParser include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Configuration to use Oracle ASM to access the log files. class OracleAsmLogFileAccess include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # Configuration to specify the Oracle directories to access the log files. # @!attribute [rw] online_log_directory # @return [::String] # Required. Oracle directory for online logs. # @!attribute [rw] archived_log_directory # @return [::String] # Required. Oracle directory for archived logs. class LogFileDirectories include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#oracle_asm_log_file_access ⇒ ::Google::Cloud::Datastream::V1::OracleSourceConfig::BinaryLogParser::OracleAsmLogFileAccess
Returns Use Oracle ASM.
568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 |
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 568 class BinaryLogParser include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Configuration to use Oracle ASM to access the log files. class OracleAsmLogFileAccess include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # Configuration to specify the Oracle directories to access the log files. # @!attribute [rw] online_log_directory # @return [::String] # Required. Oracle directory for online logs. # @!attribute [rw] archived_log_directory # @return [::String] # Required. Oracle directory for archived logs. class LogFileDirectories include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |