Class: Google::Cloud::Datastream::V1::CdcStrategy

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/datastream/v1/datastream_resources.rb

Overview

The strategy that the stream uses for CDC replication.

Defined Under Namespace

Classes: MostRecentStartPosition, NextAvailableStartPosition, SpecificStartPosition

Instance Attribute Summary collapse

Instance Attribute Details

#most_recent_start_position::Google::Cloud::Datastream::V1::CdcStrategy::MostRecentStartPosition

Returns Optional. Start replicating from the most recent position in the source.

Returns:



1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 1480

class CdcStrategy
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # CDC strategy to start replicating from the most recent position in the
  # source.
  class MostRecentStartPosition
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # CDC strategy to resume replication from the next available position in the
  # source.
  class NextAvailableStartPosition
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # CDC strategy to start replicating from a specific position in the source.
  # @!attribute [rw] mysql_log_position
  #   @return [::Google::Cloud::Datastream::V1::MysqlLogPosition]
  #     MySQL specific log position to start replicating from.
  # @!attribute [rw] oracle_scn_position
  #   @return [::Google::Cloud::Datastream::V1::OracleScnPosition]
  #     Oracle SCN to start replicating from.
  # @!attribute [rw] sql_server_lsn_position
  #   @return [::Google::Cloud::Datastream::V1::SqlServerLsnPosition]
  #     SqlServer LSN to start replicating from.
  class SpecificStartPosition
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#next_available_start_position::Google::Cloud::Datastream::V1::CdcStrategy::NextAvailableStartPosition

Returns Optional. Resume replication from the next available position in the source.

Returns:



1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 1480

class CdcStrategy
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # CDC strategy to start replicating from the most recent position in the
  # source.
  class MostRecentStartPosition
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # CDC strategy to resume replication from the next available position in the
  # source.
  class NextAvailableStartPosition
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # CDC strategy to start replicating from a specific position in the source.
  # @!attribute [rw] mysql_log_position
  #   @return [::Google::Cloud::Datastream::V1::MysqlLogPosition]
  #     MySQL specific log position to start replicating from.
  # @!attribute [rw] oracle_scn_position
  #   @return [::Google::Cloud::Datastream::V1::OracleScnPosition]
  #     Oracle SCN to start replicating from.
  # @!attribute [rw] sql_server_lsn_position
  #   @return [::Google::Cloud::Datastream::V1::SqlServerLsnPosition]
  #     SqlServer LSN to start replicating from.
  class SpecificStartPosition
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#specific_start_position::Google::Cloud::Datastream::V1::CdcStrategy::SpecificStartPosition

Returns Optional. Start replicating from a specific position in the source.

Returns:



1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 1480

class CdcStrategy
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # CDC strategy to start replicating from the most recent position in the
  # source.
  class MostRecentStartPosition
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # CDC strategy to resume replication from the next available position in the
  # source.
  class NextAvailableStartPosition
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # CDC strategy to start replicating from a specific position in the source.
  # @!attribute [rw] mysql_log_position
  #   @return [::Google::Cloud::Datastream::V1::MysqlLogPosition]
  #     MySQL specific log position to start replicating from.
  # @!attribute [rw] oracle_scn_position
  #   @return [::Google::Cloud::Datastream::V1::OracleScnPosition]
  #     Oracle SCN to start replicating from.
  # @!attribute [rw] sql_server_lsn_position
  #   @return [::Google::Cloud::Datastream::V1::SqlServerLsnPosition]
  #     SqlServer LSN to start replicating from.
  class SpecificStartPosition
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end