@camunda8/orchestration-cluster-api
    Preparing search index...

    Type Alias ClusterRestorePlannedChange

    The operations of a restore that apply to one physical tenant.

    type ClusterRestorePlannedChange = {
        operations: ClusterRestoreOperation[];
        physicalTenantId: string | null;
    }
    Index

    The ordered list of operations that will be applied to the physical tenant.

    physicalTenantId: string | null

    The physical tenant the operations apply to; null for operations that are not scoped to a single physical tenant, such as broker lifecycle operations.