replicationSchedule property

String? replicationSchedule
getter/setter pair

Replication Schedule for the replication created.

Optional. Possible string values are:

  • "HYBRID_REPLICATION_SCHEDULE_UNSPECIFIED" : Unspecified HybridReplicationSchedule
  • "EVERY_10_MINUTES" : Replication happens once every 10 minutes.
  • "HOURLY" : Replication happens once every hour.
  • "DAILY" : Replication happens once every day.

Implementation

core.String? replicationSchedule;