summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/tenant_migration_state_machine.idl
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/repl/tenant_migration_state_machine.idl')
-rw-r--r--src/mongo/db/repl/tenant_migration_state_machine.idl9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/mongo/db/repl/tenant_migration_state_machine.idl b/src/mongo/db/repl/tenant_migration_state_machine.idl
index c39dc376418..f8a6291d5a6 100644
--- a/src/mongo/db/repl/tenant_migration_state_machine.idl
+++ b/src/mongo/db/repl/tenant_migration_state_machine.idl
@@ -36,7 +36,6 @@ imports:
- "mongo/client/read_preference_setting.idl"
- "mongo/db/repl/replication_types.idl"
- "mongo/db/repl/tenant_migration_pem_payload.idl"
- - "mongo/db/serverless/serverless_types.idl"
- "mongo/idl/basic_types.idl"
enums:
@@ -138,10 +137,6 @@ structs:
description: >-
The wall-clock time at which the migration has started.
optional: true
- protocol:
- description: "Which migration protocol to use."
- type: MigrationProtocol
- optional: true
tenantMigrationRecipientDocument:
description: "Represents an in-progress tenant migration on the migration recipient."
@@ -176,10 +171,6 @@ structs:
description: >-
The read preference setting that the recipient will use to determine
which node in the donor replica set to clone from.
- protocol:
- description: "Which migration protocol to use."
- type: MigrationProtocol
- optional: true
state:
type: TenantMigrationRecipientState
description: "The state of the tenant migration."